191 lines
9.9 KiB
C#
191 lines
9.9 KiB
C#
|
namespace Safedispatch_4_0
|
||
|
{
|
||
|
partial class PTTallSettingsForm
|
||
|
{
|
||
|
/// <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()
|
||
|
{
|
||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PTTallSettingsForm));
|
||
|
this.txAssingKey = new Telerik.WinControls.UI.RadTextBox();
|
||
|
this.lbAssingKey = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.btnSaveRadioSettings = new Telerik.WinControls.UI.RadButton();
|
||
|
this.gbAudioSettings = new Telerik.WinControls.UI.RadGroupBox();
|
||
|
this.lbInputDev = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.lbDevices = new Telerik.WinControls.UI.RadLabel();
|
||
|
this.listRecBDevices = new Telerik.WinControls.UI.RadListControl();
|
||
|
this.listPlayBDevices = new Telerik.WinControls.UI.RadListControl();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.txAssingKey)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.lbAssingKey)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btnSaveRadioSettings)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.gbAudioSettings)).BeginInit();
|
||
|
this.gbAudioSettings.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.lbInputDev)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.lbDevices)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.listRecBDevices)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.listPlayBDevices)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// txAssingKey
|
||
|
//
|
||
|
this.txAssingKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.txAssingKey.Location = new System.Drawing.Point(98, 27);
|
||
|
this.txAssingKey.Name = "txAssingKey";
|
||
|
this.txAssingKey.Size = new System.Drawing.Size(55, 20);
|
||
|
this.txAssingKey.TabIndex = 48;
|
||
|
this.txAssingKey.TabStop = false;
|
||
|
//
|
||
|
// lbAssingKey
|
||
|
//
|
||
|
this.lbAssingKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.lbAssingKey.Location = new System.Drawing.Point(22, 29);
|
||
|
this.lbAssingKey.Name = "lbAssingKey";
|
||
|
this.lbAssingKey.Size = new System.Drawing.Size(66, 18);
|
||
|
this.lbAssingKey.TabIndex = 47;
|
||
|
this.lbAssingKey.Text = "PTT Hotkey:";
|
||
|
//
|
||
|
// btnSaveRadioSettings
|
||
|
//
|
||
|
this.btnSaveRadioSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.btnSaveRadioSettings.Location = new System.Drawing.Point(22, 72);
|
||
|
this.btnSaveRadioSettings.Name = "btnSaveRadioSettings";
|
||
|
this.btnSaveRadioSettings.Size = new System.Drawing.Size(130, 22);
|
||
|
this.btnSaveRadioSettings.TabIndex = 46;
|
||
|
this.btnSaveRadioSettings.Text = "Save Settings";
|
||
|
this.btnSaveRadioSettings.Click += new System.EventHandler(this.btnSaveRadioSettings_Click);
|
||
|
//
|
||
|
// gbAudioSettings
|
||
|
//
|
||
|
this.gbAudioSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
||
|
this.gbAudioSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.gbAudioSettings.Controls.Add(this.lbInputDev);
|
||
|
this.gbAudioSettings.Controls.Add(this.lbDevices);
|
||
|
this.gbAudioSettings.Controls.Add(this.listRecBDevices);
|
||
|
this.gbAudioSettings.Controls.Add(this.listPlayBDevices);
|
||
|
this.gbAudioSettings.FooterImageIndex = -1;
|
||
|
this.gbAudioSettings.FooterImageKey = "Audio Settings";
|
||
|
this.gbAudioSettings.HeaderImageIndex = -1;
|
||
|
this.gbAudioSettings.HeaderImageKey = "Audio Settings";
|
||
|
this.gbAudioSettings.HeaderMargin = new System.Windows.Forms.Padding(0);
|
||
|
this.gbAudioSettings.HeaderText = "Audio Settings";
|
||
|
this.gbAudioSettings.Location = new System.Drawing.Point(173, 27);
|
||
|
this.gbAudioSettings.Name = "gbAudioSettings";
|
||
|
this.gbAudioSettings.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.gbAudioSettings.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
|
||
|
this.gbAudioSettings.Size = new System.Drawing.Size(486, 141);
|
||
|
this.gbAudioSettings.TabIndex = 45;
|
||
|
this.gbAudioSettings.TabStop = false;
|
||
|
this.gbAudioSettings.Text = "Audio Settings";
|
||
|
//
|
||
|
// lbInputDev
|
||
|
//
|
||
|
this.lbInputDev.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.lbInputDev.Location = new System.Drawing.Point(251, 22);
|
||
|
this.lbInputDev.Name = "lbInputDev";
|
||
|
this.lbInputDev.Size = new System.Drawing.Size(109, 18);
|
||
|
this.lbInputDev.TabIndex = 32;
|
||
|
this.lbInputDev.Text = "Sound Devices Input";
|
||
|
//
|
||
|
// lbDevices
|
||
|
//
|
||
|
this.lbDevices.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.lbDevices.Location = new System.Drawing.Point(13, 22);
|
||
|
this.lbDevices.Name = "lbDevices";
|
||
|
this.lbDevices.Size = new System.Drawing.Size(118, 18);
|
||
|
this.lbDevices.TabIndex = 10;
|
||
|
this.lbDevices.Text = "Sound Devices Output";
|
||
|
//
|
||
|
// listRecBDevices
|
||
|
//
|
||
|
this.listRecBDevices.CaseSensitiveSort = true;
|
||
|
this.listRecBDevices.ItemHeight = 18;
|
||
|
this.listRecBDevices.Location = new System.Drawing.Point(251, 46);
|
||
|
this.listRecBDevices.Name = "listRecBDevices";
|
||
|
this.listRecBDevices.Size = new System.Drawing.Size(216, 72);
|
||
|
this.listRecBDevices.TabIndex = 33;
|
||
|
//
|
||
|
// listPlayBDevices
|
||
|
//
|
||
|
this.listPlayBDevices.CaseSensitiveSort = true;
|
||
|
this.listPlayBDevices.ItemHeight = 18;
|
||
|
this.listPlayBDevices.Location = new System.Drawing.Point(13, 46);
|
||
|
this.listPlayBDevices.Name = "listPlayBDevices";
|
||
|
this.listPlayBDevices.Size = new System.Drawing.Size(222, 72);
|
||
|
this.listPlayBDevices.TabIndex = 34;
|
||
|
this.listPlayBDevices.Text = "Click to add new item";
|
||
|
this.listPlayBDevices.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.listPlayBDevices_SelectedIndexChanged);
|
||
|
//
|
||
|
// PTTallSettingsForm
|
||
|
//
|
||
|
this.ClientSize = new System.Drawing.Size(680, 196);
|
||
|
this.Controls.Add(this.txAssingKey);
|
||
|
this.Controls.Add(this.lbAssingKey);
|
||
|
this.Controls.Add(this.btnSaveRadioSettings);
|
||
|
this.Controls.Add(this.gbAudioSettings);
|
||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
this.MaximizeBox = false;
|
||
|
this.Name = "PTTallSettingsForm";
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.RootElement.ApplyShapeToControl = true;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "PTT All Settings";
|
||
|
this.ThemeName = "ControlDefault";
|
||
|
((System.ComponentModel.ISupportInitialize)(this.txAssingKey)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.lbAssingKey)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.btnSaveRadioSettings)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.gbAudioSettings)).EndInit();
|
||
|
this.gbAudioSettings.ResumeLayout(false);
|
||
|
this.gbAudioSettings.PerformLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.lbInputDev)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.lbDevices)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.listRecBDevices)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.listPlayBDevices)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private Telerik.WinControls.UI.RadTextBox txAssingKey;
|
||
|
private Telerik.WinControls.UI.RadLabel lbAssingKey;
|
||
|
private Telerik.WinControls.UI.RadButton btnSaveRadioSettings;
|
||
|
private Telerik.WinControls.UI.RadGroupBox gbAudioSettings;
|
||
|
private Telerik.WinControls.UI.RadLabel lbInputDev;
|
||
|
private Telerik.WinControls.UI.RadLabel lbDevices;
|
||
|
private Telerik.WinControls.UI.RadListControl listRecBDevices;
|
||
|
private Telerik.WinControls.UI.RadListControl listPlayBDevices;
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|