Files
ChanSort/ChanSort.Ui/MainForm.Designer.cs
2013-03-31 14:09:38 +02:00

1482 lines
77 KiB
C#

namespace ChanSort.Ui
{
partial class MainForm
{
/// <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(MainForm));
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.grpOutputList = new DevExpress.XtraEditors.GroupControl();
this.gridOutput = new DevExpress.XtraGrid.GridControl();
this.dsChannels = new System.Windows.Forms.BindingSource();
this.gviewOutput = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colIndex1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOutSlot = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOutName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOutFav = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
this.colUid1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.lblHotkeyLeft = new DevExpress.XtraEditors.LabelControl();
this.pnlEditControls = new DevExpress.XtraEditors.PanelControl();
this.comboEditMode = new DevExpress.XtraEditors.ComboBoxEdit();
this.barManager1 = new DevExpress.XtraBars.BarManager();
this.bar1 = new DevExpress.XtraBars.Bar();
this.miFile = new DevExpress.XtraBars.BarSubItem();
this.miOpen = new DevExpress.XtraBars.BarButtonItem();
this.miReload = new DevExpress.XtraBars.BarButtonItem();
this.miRestoreOriginal = new DevExpress.XtraBars.BarButtonItem();
this.miFileInformation = new DevExpress.XtraBars.BarButtonItem();
this.miSave = new DevExpress.XtraBars.BarButtonItem();
this.miSaveAs = new DevExpress.XtraBars.BarButtonItem();
this.miOpenReferenceFile = new DevExpress.XtraBars.BarButtonItem();
this.miQuit = new DevExpress.XtraBars.BarButtonItem();
this.miEdit = new DevExpress.XtraBars.BarSubItem();
this.miAddChannel = new DevExpress.XtraBars.BarButtonItem();
this.miRemove = new DevExpress.XtraBars.BarButtonItem();
this.miReplace = new DevExpress.XtraBars.BarButtonItem();
this.miSort = new DevExpress.XtraBars.BarButtonItem();
this.miRenum = new DevExpress.XtraBars.BarButtonItem();
this.mnuFavSet = new DevExpress.XtraBars.BarSubItem();
this.miFavSet = new DevExpress.XtraBars.BarListItem();
this.mnuFavUnset = new DevExpress.XtraBars.BarSubItem();
this.miFavUnset = new DevExpress.XtraBars.BarListItem();
this.miLockOn = new DevExpress.XtraBars.BarButtonItem();
this.miLockOff = new DevExpress.XtraBars.BarButtonItem();
this.miSkipOn = new DevExpress.XtraBars.BarButtonItem();
this.miSkipOff = new DevExpress.XtraBars.BarButtonItem();
this.miHideOn = new DevExpress.XtraBars.BarButtonItem();
this.miHideOff = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
this.miTvSettings = new DevExpress.XtraBars.BarButtonItem();
this.mnuOptions = new DevExpress.XtraBars.BarSubItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.miEnglish = new DevExpress.XtraBars.BarButtonItem();
this.miGerman = new DevExpress.XtraBars.BarButtonItem();
this.mnuCharset = new DevExpress.XtraBars.BarSubItem();
this.miCharsetForm = new DevExpress.XtraBars.BarButtonItem();
this.miIsoCharSets = new DevExpress.XtraBars.BarListItem();
this.mnuHelp = new DevExpress.XtraBars.BarSubItem();
this.miAbout = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.sharedImageCollection1 = new DevExpress.Utils.SharedImageCollection();
this.miMoveUp = new DevExpress.XtraBars.BarButtonItem();
this.miMoveDown = new DevExpress.XtraBars.BarButtonItem();
this.btnSyncFromLeft = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.btnClearLeftFilter = new DevExpress.XtraEditors.SimpleButton();
this.btnRenum = new DevExpress.XtraEditors.SimpleButton();
this.btnSort = new DevExpress.XtraEditors.SimpleButton();
this.btnDown = new DevExpress.XtraEditors.SimpleButton();
this.btnUp = new DevExpress.XtraEditors.SimpleButton();
this.btnRemove = new DevExpress.XtraEditors.SimpleButton();
this.txtSetSlot = new DevExpress.XtraEditors.ButtonEdit();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.grpInputList = new DevExpress.XtraEditors.GroupControl();
this.gridInput = new DevExpress.XtraGrid.GridControl();
this.gviewInput = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colIndex = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSlotOld = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSlotNew = new DevExpress.XtraGrid.Columns.GridColumn();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colShortName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFavorites = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckedComboBoxEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
this.colLock = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSkip = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHidden = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEncrypted = new DevExpress.XtraGrid.Columns.GridColumn();
this.colChannelOrTransponder = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFreqInMhz = new DevExpress.XtraGrid.Columns.GridColumn();
this.colServiceId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVideoPid = new DevExpress.XtraGrid.Columns.GridColumn();
this.colAudioPid = new DevExpress.XtraGrid.Columns.GridColumn();
this.colServiceType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colServiceTypeName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSatellite = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNetworkId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTransportStreamId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSymbolRate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPolarity = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUid = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNetworkName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNetworkOperator = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDebug = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLogicalIndex = new DevExpress.XtraGrid.Columns.GridColumn();
this.lblHotkeyRight = new DevExpress.XtraEditors.LabelControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.btnCloneChannelList = new DevExpress.XtraEditors.SimpleButton();
this.btnClearRightFilter = new DevExpress.XtraEditors.SimpleButton();
this.btnSyncFromRight = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel();
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ChanSort.Ui.WaitForm1), true, true);
this.grpTopPanel = new DevExpress.XtraEditors.GroupControl();
this.comboUnsortedAction = new DevExpress.XtraEditors.ComboBoxEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.btnResetChannelData = new DevExpress.XtraEditors.SimpleButton();
this.comboChannelList = new DevExpress.XtraEditors.ComboBoxEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.mnuContext = new DevExpress.XtraBars.PopupMenu();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grpOutputList)).BeginInit();
this.grpOutputList.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridOutput)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsChannels)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gviewOutput)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pnlEditControls)).BeginInit();
this.pnlEditControls.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.comboEditMode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSetSlot.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grpInputList)).BeginInit();
this.grpInputList.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridInput)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gviewInput)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grpTopPanel)).BeginInit();
this.grpTopPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.comboUnsortedAction.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboChannelList.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.mnuContext)).BeginInit();
this.SuspendLayout();
//
// splitContainerControl1
//
resources.ApplyResources(this.splitContainerControl1, "splitContainerControl1");
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.Controls.Add(this.grpOutputList);
resources.ApplyResources(this.splitContainerControl1.Panel1, "splitContainerControl1.Panel1");
this.splitContainerControl1.Panel2.Controls.Add(this.grpInputList);
resources.ApplyResources(this.splitContainerControl1.Panel2, "splitContainerControl1.Panel2");
this.splitContainerControl1.SplitterPosition = 336;
//
// grpOutputList
//
this.grpOutputList.Controls.Add(this.gridOutput);
this.grpOutputList.Controls.Add(this.lblHotkeyLeft);
this.grpOutputList.Controls.Add(this.pnlEditControls);
resources.ApplyResources(this.grpOutputList, "grpOutputList");
this.grpOutputList.Name = "grpOutputList";
//
// gridOutput
//
this.gridOutput.DataSource = this.dsChannels;
resources.ApplyResources(this.gridOutput, "gridOutput");
this.gridOutput.MainView = this.gviewOutput;
this.gridOutput.Name = "gridOutput";
this.gridOutput.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckedComboBoxEdit1});
this.gridOutput.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gviewOutput});
this.gridOutput.ProcessGridKey += new System.Windows.Forms.KeyEventHandler(this.gridOutput_ProcessGridKey);
this.gridOutput.Enter += new System.EventHandler(this.gridOutput_Enter);
//
// dsChannels
//
this.dsChannels.DataSource = typeof(ChanSort.Api.ChannelInfo);
//
// gviewOutput
//
this.gviewOutput.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gviewOutput.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.gviewOutput.ColumnPanelRowHeight = 35;
this.gviewOutput.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colIndex1,
this.colOutSlot,
this.colOutName,
this.colOutFav,
this.colUid1});
this.gviewOutput.GridControl = this.gridOutput;
this.gviewOutput.Name = "gviewOutput";
this.gviewOutput.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
this.gviewOutput.OptionsCustomization.AllowGroup = false;
this.gviewOutput.OptionsLayout.LayoutVersion = "2";
this.gviewOutput.OptionsSelection.MultiSelect = true;
this.gviewOutput.OptionsView.ColumnAutoWidth = false;
this.gviewOutput.OptionsView.ShowAutoFilterRow = true;
this.gviewOutput.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
this.gviewOutput.OptionsView.ShowGroupPanel = false;
this.gviewOutput.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colOutSlot, DevExpress.Data.ColumnSortOrder.Ascending)});
this.gviewOutput.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gviewOutput_RowClick);
this.gviewOutput.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gviewOutput_RowCellStyle);
this.gviewOutput.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gviewOutput_PopupMenuShowing);
this.gviewOutput.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gviewOutput_SelectionChanged);
this.gviewOutput.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gviewOutput_FocusedRowChanged);
this.gviewOutput.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gviewOutput_CellValueChanged);
this.gviewOutput.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gviewOutput_CustomColumnDisplayText);
this.gviewOutput.LayoutUpgrade += new DevExpress.Utils.LayoutUpgadeEventHandler(this.gviewOutput_LayoutUpgrade);
this.gviewOutput.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gview_MouseDown);
this.gviewOutput.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.gviewOutput_ValidatingEditor);
//
// colIndex1
//
resources.ApplyResources(this.colIndex1, "colIndex1");
this.colIndex1.FieldName = "RecordIndex";
this.colIndex1.Name = "colIndex1";
//
// colOutSlot
//
resources.ApplyResources(this.colOutSlot, "colOutSlot");
this.colOutSlot.FieldName = "NewProgramNr";
this.colOutSlot.Name = "colOutSlot";
this.colOutSlot.OptionsFilter.AllowAutoFilter = false;
this.colOutSlot.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
//
// colOutName
//
resources.ApplyResources(this.colOutName, "colOutName");
this.colOutName.FieldName = "Name";
this.colOutName.Name = "colOutName";
this.colOutName.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
//
// colOutFav
//
resources.ApplyResources(this.colOutFav, "colOutFav");
this.colOutFav.ColumnEdit = this.repositoryItemCheckedComboBoxEdit1;
this.colOutFav.FieldName = "Favorites";
this.colOutFav.Name = "colOutFav";
this.colOutFav.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
//
// repositoryItemCheckedComboBoxEdit1
//
resources.ApplyResources(this.repositoryItemCheckedComboBoxEdit1, "repositoryItemCheckedComboBoxEdit1");
this.repositoryItemCheckedComboBoxEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemCheckedComboBoxEdit1.Buttons"))))});
this.repositoryItemCheckedComboBoxEdit1.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F2);
this.repositoryItemCheckedComboBoxEdit1.ForceUpdateEditValue = DevExpress.Utils.DefaultBoolean.True;
this.repositoryItemCheckedComboBoxEdit1.Mask.EditMask = resources.GetString("repositoryItemCheckedComboBoxEdit1.Mask.EditMask");
this.repositoryItemCheckedComboBoxEdit1.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("repositoryItemCheckedComboBoxEdit1.Mask.MaskType")));
this.repositoryItemCheckedComboBoxEdit1.Name = "repositoryItemCheckedComboBoxEdit1";
this.repositoryItemCheckedComboBoxEdit1.PopupSizeable = false;
this.repositoryItemCheckedComboBoxEdit1.SelectAllItemVisible = false;
this.repositoryItemCheckedComboBoxEdit1.ShowButtons = false;
this.repositoryItemCheckedComboBoxEdit1.ShowPopupCloseButton = false;
this.repositoryItemCheckedComboBoxEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
//
// colUid1
//
resources.ApplyResources(this.colUid1, "colUid1");
this.colUid1.FieldName = "Uid";
this.colUid1.Name = "colUid1";
this.colUid1.OptionsColumn.AllowEdit = false;
//
// lblHotkeyLeft
//
resources.ApplyResources(this.lblHotkeyLeft, "lblHotkeyLeft");
this.lblHotkeyLeft.Name = "lblHotkeyLeft";
//
// pnlEditControls
//
this.pnlEditControls.Controls.Add(this.comboEditMode);
this.pnlEditControls.Controls.Add(this.btnSyncFromLeft);
this.pnlEditControls.Controls.Add(this.labelControl2);
this.pnlEditControls.Controls.Add(this.btnClearLeftFilter);
this.pnlEditControls.Controls.Add(this.btnRenum);
this.pnlEditControls.Controls.Add(this.btnSort);
this.pnlEditControls.Controls.Add(this.btnDown);
this.pnlEditControls.Controls.Add(this.btnUp);
this.pnlEditControls.Controls.Add(this.btnRemove);
this.pnlEditControls.Controls.Add(this.txtSetSlot);
this.pnlEditControls.Controls.Add(this.labelControl11);
resources.ApplyResources(this.pnlEditControls, "pnlEditControls");
this.pnlEditControls.Name = "pnlEditControls";
//
// comboEditMode
//
resources.ApplyResources(this.comboEditMode, "comboEditMode");
this.comboEditMode.MenuManager = this.barManager1;
this.comboEditMode.Name = "comboEditMode";
this.comboEditMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("comboEditMode.Properties.Buttons"))))});
this.comboEditMode.Properties.Items.AddRange(new object[] {
resources.GetString("comboEditMode.Properties.Items"),
resources.GetString("comboEditMode.Properties.Items1"),
resources.GetString("comboEditMode.Properties.Items2")});
this.comboEditMode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboEditMode.SelectedIndexChanged += new System.EventHandler(this.comboEditMode_SelectedIndexChanged);
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1});
this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
((DevExpress.XtraBars.BarManagerCategory)(resources.GetObject("barManager1.Categories"))),
((DevExpress.XtraBars.BarManagerCategory)(resources.GetObject("barManager1.Categories1"))),
((DevExpress.XtraBars.BarManagerCategory)(resources.GetObject("barManager1.Categories2"))),
((DevExpress.XtraBars.BarManagerCategory)(resources.GetObject("barManager1.Categories3")))});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Images = this.sharedImageCollection1;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.mnuOptions,
this.barSubItem1,
this.miEnglish,
this.miGerman,
this.miFile,
this.miOpen,
this.miOpenReferenceFile,
this.miReload,
this.miRestoreOriginal,
this.miFileInformation,
this.miSave,
this.miSaveAs,
this.miQuit,
this.mnuHelp,
this.miAbout,
this.mnuCharset,
this.miIsoCharSets,
this.miCharsetForm,
this.miEdit,
this.miMoveUp,
this.miMoveDown,
this.miAddChannel,
this.miRemove,
this.miReplace,
this.miSort,
this.miRenum,
this.mnuFavSet,
this.miFavSet,
this.mnuFavUnset,
this.miFavUnset,
this.miLockOn,
this.miLockOff,
this.miSkipOn,
this.miSkipOff,
this.miHideOn,
this.miHideOff,
this.barSubItem2,
this.miTvSettings});
this.barManager1.MaxItemId = 49;
//
// bar1
//
this.bar1.BarName = "Tools";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miFile),
new DevExpress.XtraBars.LinkPersistInfo(this.miOpen),
new DevExpress.XtraBars.LinkPersistInfo(this.miOpenReferenceFile),
new DevExpress.XtraBars.LinkPersistInfo(this.miReload),
new DevExpress.XtraBars.LinkPersistInfo(this.miSave),
new DevExpress.XtraBars.LinkPersistInfo(this.miSaveAs),
new DevExpress.XtraBars.LinkPersistInfo(this.miEdit, true),
new DevExpress.XtraBars.LinkPersistInfo(this.mnuFavSet),
new DevExpress.XtraBars.LinkPersistInfo(this.miLockOn),
new DevExpress.XtraBars.LinkPersistInfo(this.miSkipOn),
new DevExpress.XtraBars.LinkPersistInfo(this.miHideOn),
new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2, true),
new DevExpress.XtraBars.LinkPersistInfo(this.miTvSettings),
new DevExpress.XtraBars.LinkPersistInfo(this.mnuOptions, true),
new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1),
new DevExpress.XtraBars.LinkPersistInfo(this.mnuHelp, true),
new DevExpress.XtraBars.LinkPersistInfo(this.miAbout)});
resources.ApplyResources(this.bar1, "bar1");
//
// miFile
//
resources.ApplyResources(this.miFile, "miFile");
this.miFile.CategoryGuid = new System.Guid("e6c9a329-010b-4d79-8d4d-215e5f197ed3");
this.miFile.Id = 4;
this.miFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miOpen),
new DevExpress.XtraBars.LinkPersistInfo(this.miReload),
new DevExpress.XtraBars.LinkPersistInfo(this.miRestoreOriginal),
new DevExpress.XtraBars.LinkPersistInfo(this.miFileInformation),
new DevExpress.XtraBars.LinkPersistInfo(this.miSave),
new DevExpress.XtraBars.LinkPersistInfo(this.miSaveAs),
new DevExpress.XtraBars.LinkPersistInfo(this.miOpenReferenceFile, true),
new DevExpress.XtraBars.LinkPersistInfo(this.miQuit, true)});
this.miFile.Name = "miFile";
//
// miOpen
//
resources.ApplyResources(this.miOpen, "miOpen");
this.miOpen.CategoryGuid = new System.Guid("e6c9a329-010b-4d79-8d4d-215e5f197ed3");
this.miOpen.Id = 5;
this.miOpen.ImageIndex = 3;
this.miOpen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
this.miOpen.Name = "miOpen";
this.miOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miOpen_ItemClick);
//
// miReload
//
resources.ApplyResources(this.miReload, "miReload");
this.miReload.CategoryGuid = new System.Guid("e6c9a329-010b-4d79-8d4d-215e5f197ed3");
this.miReload.Enabled = false;
this.miReload.Id = 7;
this.miReload.ImageIndex = 5;
this.miReload.Name = "miReload";
this.miReload.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miReload_ItemClick);
//
// miRestoreOriginal
//
resources.ApplyResources(this.miRestoreOriginal, "miRestoreOriginal");
this.miRestoreOriginal.CategoryGuid = new System.Guid("e6c9a329-010b-4d79-8d4d-215e5f197ed3");
this.miRestoreOriginal.Id = 42;
this.miRestoreOriginal.Name = "miRestoreOriginal";
this.miRestoreOriginal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miRestoreOriginal_ItemClick);
//
// miFileInformation
//
resources.ApplyResources(this.miFileInformation, "miFileInformation");
this.miFileInformation.CategoryGuid = new System.Guid("e6c9a329-010b-4d79-8d4d-215e5f197ed3");
this.miFileInformation.Id = 43;
this.miFileInformation.Name = "miFileInformation";
this.miFileInformation.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miFileInformation_ItemClick);
//
// miSave
//
resources.ApplyResources(this.miSave, "miSave");
this.miSave.CategoryGuid = new System.Guid("e6c9a329-010b-4d79-8d4d-215e5f197ed3");
this.miSave.Enabled = false;
this.miSave.Id = 6;
this.miSave.ImageIndex = 4;
this.miSave.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
this.miSave.Name = "miSave";
this.miSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miSave_ItemClick);
//
// miSaveAs
//
resources.ApplyResources(this.miSaveAs, "miSaveAs");
this.miSaveAs.CategoryGuid = new System.Guid("e6c9a329-010b-4d79-8d4d-215e5f197ed3");
this.miSaveAs.Enabled = false;
this.miSaveAs.Id = 8;
this.miSaveAs.ImageIndex = 6;
this.miSaveAs.ItemShortcut = new DevExpress.XtraBars.BarShortcut(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.S));
this.miSaveAs.Name = "miSaveAs";
this.miSaveAs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miSaveAs_ItemClick);
//
// miOpenReferenceFile
//
resources.ApplyResources(this.miOpenReferenceFile, "miOpenReferenceFile");
this.miOpenReferenceFile.CategoryGuid = new System.Guid("e6c9a329-010b-4d79-8d4d-215e5f197ed3");
this.miOpenReferenceFile.Id = 44;
this.miOpenReferenceFile.ImageIndex = 23;
this.miOpenReferenceFile.Name = "miOpenReferenceFile";
this.miOpenReferenceFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miOpenReferenceFile_ItemClick);
//
// miQuit
//
resources.ApplyResources(this.miQuit, "miQuit");
this.miQuit.CategoryGuid = new System.Guid("e6c9a329-010b-4d79-8d4d-215e5f197ed3");
this.miQuit.Id = 9;
this.miQuit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4));
this.miQuit.Name = "miQuit";
this.miQuit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miQuit_ItemClick);
//
// miEdit
//
resources.ApplyResources(this.miEdit, "miEdit");
this.miEdit.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miEdit.Id = 22;
this.miEdit.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miAddChannel),
new DevExpress.XtraBars.LinkPersistInfo(this.miRemove),
new DevExpress.XtraBars.LinkPersistInfo(this.miReplace),
new DevExpress.XtraBars.LinkPersistInfo(this.miSort),
new DevExpress.XtraBars.LinkPersistInfo(this.miRenum),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.mnuFavSet, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.mnuFavUnset),
new DevExpress.XtraBars.LinkPersistInfo(this.miLockOn, true),
new DevExpress.XtraBars.LinkPersistInfo(this.miLockOff),
new DevExpress.XtraBars.LinkPersistInfo(this.miSkipOn, true),
new DevExpress.XtraBars.LinkPersistInfo(this.miSkipOff),
new DevExpress.XtraBars.LinkPersistInfo(this.miHideOn, true),
new DevExpress.XtraBars.LinkPersistInfo(this.miHideOff)});
this.miEdit.Name = "miEdit";
//
// miAddChannel
//
resources.ApplyResources(this.miAddChannel, "miAddChannel");
this.miAddChannel.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miAddChannel.Id = 39;
this.miAddChannel.ImageIndex = 20;
this.miAddChannel.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Add));
this.miAddChannel.Name = "miAddChannel";
//
// miRemove
//
resources.ApplyResources(this.miRemove, "miRemove");
this.miRemove.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miRemove.Id = 25;
this.miRemove.ImageIndex = 11;
this.miRemove.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X));
this.miRemove.Name = "miRemove";
this.miRemove.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miRemove_ItemClick);
//
// miReplace
//
resources.ApplyResources(this.miReplace, "miReplace");
this.miReplace.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miReplace.Id = 26;
this.miReplace.ImageIndex = 12;
this.miReplace.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R));
this.miReplace.Name = "miReplace";
this.miReplace.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miReplace_ItemClick);
//
// miSort
//
resources.ApplyResources(this.miSort, "miSort");
this.miSort.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miSort.Id = 40;
this.miSort.ImageIndex = 21;
this.miSort.Name = "miSort";
//
// miRenum
//
resources.ApplyResources(this.miRenum, "miRenum");
this.miRenum.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miRenum.Id = 41;
this.miRenum.ImageIndex = 22;
this.miRenum.Name = "miRenum";
//
// mnuFavSet
//
resources.ApplyResources(this.mnuFavSet, "mnuFavSet");
this.mnuFavSet.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.mnuFavSet.Id = 37;
this.mnuFavSet.ImageIndex = 13;
this.mnuFavSet.ItemShortcut = new DevExpress.XtraBars.BarShortcut(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.F));
this.mnuFavSet.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miFavSet)});
this.mnuFavSet.Name = "mnuFavSet";
this.mnuFavSet.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
//
// miFavSet
//
resources.ApplyResources(this.miFavSet, "miFavSet");
this.miFavSet.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miFavSet.Id = 20;
this.miFavSet.Name = "miFavSet";
this.miFavSet.ShowNumbers = true;
this.miFavSet.Strings.AddRange(new object[] {
"A",
"B",
"C",
"D"});
this.miFavSet.ListItemClick += new DevExpress.XtraBars.ListItemClickEventHandler(this.miFavSet_ListItemClick);
//
// mnuFavUnset
//
resources.ApplyResources(this.mnuFavUnset, "mnuFavUnset");
this.mnuFavUnset.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.mnuFavUnset.Id = 38;
this.mnuFavUnset.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miFavUnset)});
this.mnuFavUnset.Name = "mnuFavUnset";
//
// miFavUnset
//
resources.ApplyResources(this.miFavUnset, "miFavUnset");
this.miFavUnset.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miFavUnset.Id = 21;
this.miFavUnset.Name = "miFavUnset";
this.miFavUnset.Strings.AddRange(new object[] {
"A",
"B",
"C",
"D"});
this.miFavUnset.ListItemClick += new DevExpress.XtraBars.ListItemClickEventHandler(this.miFavUnset_ListItemClick);
//
// miLockOn
//
resources.ApplyResources(this.miLockOn, "miLockOn");
this.miLockOn.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miLockOn.Id = 27;
this.miLockOn.ImageIndex = 15;
this.miLockOn.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L));
this.miLockOn.Name = "miLockOn";
this.miLockOn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miLockOn_ItemClick);
//
// miLockOff
//
resources.ApplyResources(this.miLockOff, "miLockOff");
this.miLockOff.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miLockOff.Id = 28;
this.miLockOff.ItemShortcut = new DevExpress.XtraBars.BarShortcut(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.L));
this.miLockOff.Name = "miLockOff";
this.miLockOff.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miLockOff_ItemClick);
//
// miSkipOn
//
resources.ApplyResources(this.miSkipOn, "miSkipOn");
this.miSkipOn.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miSkipOn.Id = 29;
this.miSkipOn.ImageIndex = 16;
this.miSkipOn.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K));
this.miSkipOn.Name = "miSkipOn";
this.miSkipOn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miSkipOn_ItemClick);
//
// miSkipOff
//
resources.ApplyResources(this.miSkipOff, "miSkipOff");
this.miSkipOff.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miSkipOff.Id = 30;
this.miSkipOff.ItemShortcut = new DevExpress.XtraBars.BarShortcut(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.K));
this.miSkipOff.Name = "miSkipOff";
this.miSkipOff.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miSkipOff_ItemClick);
//
// miHideOn
//
resources.ApplyResources(this.miHideOn, "miHideOn");
this.miHideOn.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miHideOn.Id = 31;
this.miHideOn.ImageIndex = 17;
this.miHideOn.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H));
this.miHideOn.Name = "miHideOn";
this.miHideOn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miHideOn_ItemClick);
//
// miHideOff
//
resources.ApplyResources(this.miHideOff, "miHideOff");
this.miHideOff.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miHideOff.Id = 32;
this.miHideOff.ItemShortcut = new DevExpress.XtraBars.BarShortcut(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.H));
this.miHideOff.Name = "miHideOff";
this.miHideOff.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miHideOff_ItemClick);
//
// barSubItem2
//
resources.ApplyResources(this.barSubItem2, "barSubItem2");
this.barSubItem2.Id = 47;
this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miTvSettings)});
this.barSubItem2.Name = "barSubItem2";
//
// miTvSettings
//
resources.ApplyResources(this.miTvSettings, "miTvSettings");
this.miTvSettings.Id = 48;
this.miTvSettings.ImageIndex = 27;
this.miTvSettings.Name = "miTvSettings";
this.miTvSettings.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miTvCountrySetup_ItemClick);
//
// mnuOptions
//
resources.ApplyResources(this.mnuOptions, "mnuOptions");
this.mnuOptions.CategoryGuid = new System.Guid("870e935c-f3d9-4202-9c58-87966069155d");
this.mnuOptions.Id = 34;
this.mnuOptions.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.mnuCharset, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.mnuOptions.Name = "mnuOptions";
//
// barSubItem1
//
resources.ApplyResources(this.barSubItem1, "barSubItem1");
this.barSubItem1.CategoryGuid = new System.Guid("870e935c-f3d9-4202-9c58-87966069155d");
this.barSubItem1.Id = 0;
this.barSubItem1.ImageIndex = 14;
this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miEnglish),
new DevExpress.XtraBars.LinkPersistInfo(this.miGerman)});
this.barSubItem1.Name = "barSubItem1";
this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
//
// miEnglish
//
this.miEnglish.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
resources.ApplyResources(this.miEnglish, "miEnglish");
this.miEnglish.CategoryGuid = new System.Guid("870e935c-f3d9-4202-9c58-87966069155d");
this.miEnglish.Id = 2;
this.miEnglish.ImageIndex = 0;
this.miEnglish.Name = "miEnglish";
this.miEnglish.Tag = "en";
this.miEnglish.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.miLanguage_DownChanged);
//
// miGerman
//
this.miGerman.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
resources.ApplyResources(this.miGerman, "miGerman");
this.miGerman.CategoryGuid = new System.Guid("870e935c-f3d9-4202-9c58-87966069155d");
this.miGerman.Id = 1;
this.miGerman.ImageIndex = 1;
this.miGerman.Name = "miGerman";
this.miGerman.Tag = "de-DE";
this.miGerman.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.miLanguage_DownChanged);
//
// mnuCharset
//
resources.ApplyResources(this.mnuCharset, "mnuCharset");
this.mnuCharset.CategoryGuid = new System.Guid("870e935c-f3d9-4202-9c58-87966069155d");
this.mnuCharset.Id = 15;
this.mnuCharset.ImageIndex = 9;
this.mnuCharset.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miCharsetForm),
new DevExpress.XtraBars.LinkPersistInfo(this.miIsoCharSets, true)});
this.mnuCharset.Name = "mnuCharset";
this.mnuCharset.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
//
// miCharsetForm
//
resources.ApplyResources(this.miCharsetForm, "miCharsetForm");
this.miCharsetForm.CategoryGuid = new System.Guid("870e935c-f3d9-4202-9c58-87966069155d");
this.miCharsetForm.Id = 13;
this.miCharsetForm.ImageIndex = 9;
this.miCharsetForm.Name = "miCharsetForm";
this.miCharsetForm.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miCharset_ItemClick);
//
// miIsoCharSets
//
resources.ApplyResources(this.miIsoCharSets, "miIsoCharSets");
this.miIsoCharSets.CategoryGuid = new System.Guid("870e935c-f3d9-4202-9c58-87966069155d");
this.miIsoCharSets.Id = 14;
this.miIsoCharSets.Name = "miIsoCharSets";
this.miIsoCharSets.ShowNumbers = true;
this.miIsoCharSets.ListItemClick += new DevExpress.XtraBars.ListItemClickEventHandler(this.miIsoCharSets_ListItemClick);
//
// mnuHelp
//
resources.ApplyResources(this.mnuHelp, "mnuHelp");
this.mnuHelp.CategoryGuid = new System.Guid("0d554574-30e8-4d31-9a70-da702a984260");
this.mnuHelp.Id = 10;
this.mnuHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miAbout)});
this.mnuHelp.Name = "mnuHelp";
//
// miAbout
//
resources.ApplyResources(this.miAbout, "miAbout");
this.miAbout.CategoryGuid = new System.Guid("0d554574-30e8-4d31-9a70-da702a984260");
this.miAbout.Id = 11;
this.miAbout.ImageIndex = 7;
this.miAbout.Name = "miAbout";
this.miAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miAbout_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
resources.ApplyResources(this.barDockControlTop, "barDockControlTop");
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
resources.ApplyResources(this.barDockControlBottom, "barDockControlBottom");
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
resources.ApplyResources(this.barDockControlLeft, "barDockControlLeft");
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
resources.ApplyResources(this.barDockControlRight, "barDockControlRight");
//
// sharedImageCollection1
//
//
//
//
this.sharedImageCollection1.ImageSource.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("sharedImageCollection1.ImageSource.ImageStream")));
this.sharedImageCollection1.ImageSource.Images.SetKeyName(24, "0088.png");
this.sharedImageCollection1.ImageSource.Images.SetKeyName(25, "0089.png");
this.sharedImageCollection1.ImageSource.Images.SetKeyName(26, "0119.png");
this.sharedImageCollection1.ImageSource.Images.SetKeyName(27, "0025.png");
this.sharedImageCollection1.ParentControl = this;
//
// miMoveUp
//
resources.ApplyResources(this.miMoveUp, "miMoveUp");
this.miMoveUp.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miMoveUp.Id = 45;
this.miMoveUp.ImageIndex = 24;
this.miMoveUp.Name = "miMoveUp";
this.miMoveUp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miMoveUp_ItemClick);
//
// miMoveDown
//
resources.ApplyResources(this.miMoveDown, "miMoveDown");
this.miMoveDown.CategoryGuid = new System.Guid("d7eec464-59c9-4f45-88aa-602e64c81cc0");
this.miMoveDown.Id = 46;
this.miMoveDown.ImageIndex = 25;
this.miMoveDown.Name = "miMoveDown";
this.miMoveDown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.miMoveDown_ItemClick);
//
// btnSyncFromLeft
//
resources.ApplyResources(this.btnSyncFromLeft, "btnSyncFromLeft");
this.btnSyncFromLeft.Name = "btnSyncFromLeft";
this.btnSyncFromLeft.Click += new System.EventHandler(this.btnSyncFromLeft_Click);
//
// labelControl2
//
resources.ApplyResources(this.labelControl2, "labelControl2");
this.labelControl2.Name = "labelControl2";
//
// btnClearLeftFilter
//
this.btnClearLeftFilter.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("btnClearLeftFilter.Appearance.Font")));
this.btnClearLeftFilter.Appearance.Options.UseFont = true;
resources.ApplyResources(this.btnClearLeftFilter, "btnClearLeftFilter");
this.btnClearLeftFilter.Name = "btnClearLeftFilter";
this.btnClearLeftFilter.Click += new System.EventHandler(this.btnClearLeftFilter_Click);
//
// btnRenum
//
this.btnRenum.ImageIndex = 22;
this.btnRenum.ImageList = this.sharedImageCollection1;
resources.ApplyResources(this.btnRenum, "btnRenum");
this.btnRenum.Name = "btnRenum";
this.btnRenum.Click += new System.EventHandler(this.btnRenum_Click);
//
// btnSort
//
this.btnSort.ImageIndex = 21;
this.btnSort.ImageList = this.sharedImageCollection1;
resources.ApplyResources(this.btnSort, "btnSort");
this.btnSort.Name = "btnSort";
this.btnSort.Click += new System.EventHandler(this.btnSort_Click);
//
// btnDown
//
this.btnDown.ImageIndex = 25;
this.btnDown.ImageList = this.sharedImageCollection1;
resources.ApplyResources(this.btnDown, "btnDown");
this.btnDown.Name = "btnDown";
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// btnUp
//
this.btnUp.ImageIndex = 24;
this.btnUp.ImageList = this.sharedImageCollection1;
resources.ApplyResources(this.btnUp, "btnUp");
this.btnUp.Name = "btnUp";
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
//
// btnRemove
//
this.btnRemove.ImageIndex = 11;
this.btnRemove.ImageList = this.sharedImageCollection1;
resources.ApplyResources(this.btnRemove, "btnRemove");
this.btnRemove.Name = "btnRemove";
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// txtSetSlot
//
resources.ApplyResources(this.txtSetSlot, "txtSetSlot");
this.txtSetSlot.Name = "txtSetSlot";
this.txtSetSlot.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("txtSetSlot.Properties.Buttons"))))});
this.txtSetSlot.Properties.Mask.EditMask = resources.GetString("txtSetSlot.Properties.Mask.EditMask");
this.txtSetSlot.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("txtSetSlot.Properties.Mask.MaskType")));
this.txtSetSlot.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtSetSlot_ButtonClick);
this.txtSetSlot.EditValueChanged += new System.EventHandler(this.txtSetSlot_EditValueChanged);
this.txtSetSlot.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSetSlot_KeyDown);
//
// labelControl11
//
resources.ApplyResources(this.labelControl11, "labelControl11");
this.labelControl11.Name = "labelControl11";
//
// grpInputList
//
this.grpInputList.Controls.Add(this.gridInput);
this.grpInputList.Controls.Add(this.lblHotkeyRight);
this.grpInputList.Controls.Add(this.panelControl3);
resources.ApplyResources(this.grpInputList, "grpInputList");
this.grpInputList.Name = "grpInputList";
//
// gridInput
//
this.gridInput.DataSource = this.dsChannels;
resources.ApplyResources(this.gridInput, "gridInput");
this.gridInput.MainView = this.gviewInput;
this.gridInput.Name = "gridInput";
this.gridInput.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckedComboBoxEdit2});
this.gridInput.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gviewInput});
this.gridInput.ProcessGridKey += new System.Windows.Forms.KeyEventHandler(this.gridInput_ProcessGridKey);
this.gridInput.Enter += new System.EventHandler(this.gridInput_Enter);
//
// gviewInput
//
this.gviewInput.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gviewInput.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.gviewInput.ColumnPanelRowHeight = 35;
this.gviewInput.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colIndex,
this.colSlotOld,
this.colSlotNew,
this.colName,
this.colShortName,
this.colFavorites,
this.colLock,
this.colSkip,
this.colHidden,
this.colEncrypted,
this.colChannelOrTransponder,
this.colFreqInMhz,
this.colServiceId,
this.colVideoPid,
this.colAudioPid,
this.colServiceType,
this.colServiceTypeName,
this.colSatellite,
this.colNetworkId,
this.colTransportStreamId,
this.colSymbolRate,
this.colPolarity,
this.colUid,
this.colNetworkName,
this.colNetworkOperator,
this.colDebug,
this.colLogicalIndex});
this.gviewInput.GridControl = this.gridInput;
this.gviewInput.Name = "gviewInput";
this.gviewInput.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
this.gviewInput.OptionsCustomization.AllowGroup = false;
this.gviewInput.OptionsLayout.LayoutVersion = "3";
this.gviewInput.OptionsSelection.MultiSelect = true;
this.gviewInput.OptionsView.ColumnAutoWidth = false;
this.gviewInput.OptionsView.ShowAutoFilterRow = true;
this.gviewInput.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
this.gviewInput.OptionsView.ShowGroupPanel = false;
this.gviewInput.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colSlotOld, DevExpress.Data.ColumnSortOrder.Ascending)});
this.gviewInput.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gviewInput_RowClick);
this.gviewInput.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gviewInput_RowCellStyle);
this.gviewInput.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gviewInput_PopupMenuShowing);
this.gviewInput.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gviewInput_FocusedRowChanged);
this.gviewInput.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gviewInput_CellValueChanged);
this.gviewInput.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gviewInput_CustomColumnDisplayText);
this.gviewInput.LayoutUpgrade += new DevExpress.Utils.LayoutUpgadeEventHandler(this.gviewInput_LayoutUpgrade);
this.gviewInput.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gview_MouseDown);
this.gviewInput.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.gviewInput_ValidatingEditor);
//
// colIndex
//
resources.ApplyResources(this.colIndex, "colIndex");
this.colIndex.FieldName = "RecordIndex";
this.colIndex.Name = "colIndex";
this.colIndex.OptionsColumn.AllowEdit = false;
//
// colSlotOld
//
resources.ApplyResources(this.colSlotOld, "colSlotOld");
this.colSlotOld.FieldName = "OldProgramNr";
this.colSlotOld.Name = "colSlotOld";
this.colSlotOld.OptionsColumn.AllowEdit = false;
this.colSlotOld.OptionsFilter.AllowAutoFilter = false;
//
// colSlotNew
//
resources.ApplyResources(this.colSlotNew, "colSlotNew");
this.colSlotNew.FieldName = "NewProgramNr";
this.colSlotNew.Name = "colSlotNew";
//
// colName
//
resources.ApplyResources(this.colName, "colName");
this.colName.FieldName = "Name";
this.colName.Name = "colName";
this.colName.OptionsColumn.AllowEdit = false;
this.colName.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
//
// colShortName
//
resources.ApplyResources(this.colShortName, "colShortName");
this.colShortName.FieldName = "ShortName";
this.colShortName.Name = "colShortName";
this.colShortName.OptionsColumn.AllowEdit = false;
//
// colFavorites
//
resources.ApplyResources(this.colFavorites, "colFavorites");
this.colFavorites.ColumnEdit = this.repositoryItemCheckedComboBoxEdit2;
this.colFavorites.FieldName = "Favorites";
this.colFavorites.Name = "colFavorites";
//
// repositoryItemCheckedComboBoxEdit2
//
resources.ApplyResources(this.repositoryItemCheckedComboBoxEdit2, "repositoryItemCheckedComboBoxEdit2");
this.repositoryItemCheckedComboBoxEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemCheckedComboBoxEdit2.Buttons"))))});
this.repositoryItemCheckedComboBoxEdit2.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F2);
this.repositoryItemCheckedComboBoxEdit2.ForceUpdateEditValue = DevExpress.Utils.DefaultBoolean.True;
this.repositoryItemCheckedComboBoxEdit2.Mask.EditMask = resources.GetString("repositoryItemCheckedComboBoxEdit2.Mask.EditMask");
this.repositoryItemCheckedComboBoxEdit2.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("repositoryItemCheckedComboBoxEdit2.Mask.MaskType")));
this.repositoryItemCheckedComboBoxEdit2.Name = "repositoryItemCheckedComboBoxEdit2";
this.repositoryItemCheckedComboBoxEdit2.PopupSizeable = false;
this.repositoryItemCheckedComboBoxEdit2.SelectAllItemVisible = false;
this.repositoryItemCheckedComboBoxEdit2.ShowButtons = false;
this.repositoryItemCheckedComboBoxEdit2.ShowPopupCloseButton = false;
this.repositoryItemCheckedComboBoxEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
//
// colLock
//
resources.ApplyResources(this.colLock, "colLock");
this.colLock.FieldName = "Lock";
this.colLock.Name = "colLock";
//
// colSkip
//
resources.ApplyResources(this.colSkip, "colSkip");
this.colSkip.FieldName = "Skip";
this.colSkip.Name = "colSkip";
//
// colHidden
//
resources.ApplyResources(this.colHidden, "colHidden");
this.colHidden.FieldName = "Hidden";
this.colHidden.Name = "colHidden";
//
// colEncrypted
//
resources.ApplyResources(this.colEncrypted, "colEncrypted");
this.colEncrypted.FieldName = "Encrypted";
this.colEncrypted.Name = "colEncrypted";
this.colEncrypted.OptionsColumn.AllowEdit = false;
this.colEncrypted.OptionsColumn.FixedWidth = true;
//
// colChannelOrTransponder
//
resources.ApplyResources(this.colChannelOrTransponder, "colChannelOrTransponder");
this.colChannelOrTransponder.FieldName = "ChannelOrTransponder";
this.colChannelOrTransponder.Name = "colChannelOrTransponder";
this.colChannelOrTransponder.OptionsColumn.AllowEdit = false;
//
// colFreqInMhz
//
resources.ApplyResources(this.colFreqInMhz, "colFreqInMhz");
this.colFreqInMhz.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colFreqInMhz.FieldName = "FreqInMhz";
this.colFreqInMhz.Name = "colFreqInMhz";
this.colFreqInMhz.OptionsColumn.AllowEdit = false;
//
// colServiceId
//
resources.ApplyResources(this.colServiceId, "colServiceId");
this.colServiceId.FieldName = "ServiceId";
this.colServiceId.Name = "colServiceId";
this.colServiceId.OptionsColumn.AllowEdit = false;
//
// colVideoPid
//
resources.ApplyResources(this.colVideoPid, "colVideoPid");
this.colVideoPid.FieldName = "VideoPid";
this.colVideoPid.Name = "colVideoPid";
this.colVideoPid.OptionsColumn.AllowEdit = false;
//
// colAudioPid
//
resources.ApplyResources(this.colAudioPid, "colAudioPid");
this.colAudioPid.FieldName = "AudioPid";
this.colAudioPid.Name = "colAudioPid";
this.colAudioPid.OptionsColumn.AllowEdit = false;
//
// colServiceType
//
resources.ApplyResources(this.colServiceType, "colServiceType");
this.colServiceType.FieldName = "ServiceType";
this.colServiceType.Name = "colServiceType";
this.colServiceType.OptionsColumn.AllowEdit = false;
//
// colServiceTypeName
//
this.colServiceTypeName.FieldName = "ServiceTypeName";
this.colServiceTypeName.Name = "colServiceTypeName";
this.colServiceTypeName.OptionsColumn.AllowEdit = false;
resources.ApplyResources(this.colServiceTypeName, "colServiceTypeName");
//
// colSatellite
//
resources.ApplyResources(this.colSatellite, "colSatellite");
this.colSatellite.FieldName = "Satellite";
this.colSatellite.Name = "colSatellite";
this.colSatellite.OptionsColumn.AllowEdit = false;
//
// colNetworkId
//
resources.ApplyResources(this.colNetworkId, "colNetworkId");
this.colNetworkId.FieldName = "OriginalNetworkId";
this.colNetworkId.Name = "colNetworkId";
this.colNetworkId.OptionsColumn.AllowEdit = false;
//
// colTransportStreamId
//
resources.ApplyResources(this.colTransportStreamId, "colTransportStreamId");
this.colTransportStreamId.FieldName = "TransportStreamId";
this.colTransportStreamId.Name = "colTransportStreamId";
this.colTransportStreamId.OptionsColumn.AllowEdit = false;
//
// colSymbolRate
//
resources.ApplyResources(this.colSymbolRate, "colSymbolRate");
this.colSymbolRate.FieldName = "SymbolRate";
this.colSymbolRate.Name = "colSymbolRate";
this.colSymbolRate.OptionsColumn.AllowEdit = false;
//
// colPolarity
//
resources.ApplyResources(this.colPolarity, "colPolarity");
this.colPolarity.FieldName = "Polarity";
this.colPolarity.Name = "colPolarity";
this.colPolarity.OptionsColumn.AllowEdit = false;
//
// colUid
//
resources.ApplyResources(this.colUid, "colUid");
this.colUid.FieldName = "Uid";
this.colUid.Name = "colUid";
this.colUid.OptionsColumn.AllowEdit = false;
//
// colNetworkName
//
resources.ApplyResources(this.colNetworkName, "colNetworkName");
this.colNetworkName.FieldName = "NetworkName";
this.colNetworkName.Name = "colNetworkName";
this.colNetworkName.OptionsColumn.AllowEdit = false;
//
// colNetworkOperator
//
resources.ApplyResources(this.colNetworkOperator, "colNetworkOperator");
this.colNetworkOperator.FieldName = "NetworkOperator";
this.colNetworkOperator.Name = "colNetworkOperator";
this.colNetworkOperator.OptionsColumn.AllowEdit = false;
//
// colDebug
//
this.colDebug.FieldName = "Debug";
this.colDebug.Name = "colDebug";
this.colDebug.OptionsColumn.AllowEdit = false;
//
// colLogicalIndex
//
resources.ApplyResources(this.colLogicalIndex, "colLogicalIndex");
this.colLogicalIndex.FieldName = "RecordOrder";
this.colLogicalIndex.Name = "colLogicalIndex";
this.colLogicalIndex.OptionsColumn.AllowEdit = false;
this.colLogicalIndex.OptionsColumn.ReadOnly = true;
//
// lblHotkeyRight
//
resources.ApplyResources(this.lblHotkeyRight, "lblHotkeyRight");
this.lblHotkeyRight.Name = "lblHotkeyRight";
//
// panelControl3
//
this.panelControl3.Controls.Add(this.btnCloneChannelList);
this.panelControl3.Controls.Add(this.btnClearRightFilter);
this.panelControl3.Controls.Add(this.btnSyncFromRight);
this.panelControl3.Controls.Add(this.btnAdd);
resources.ApplyResources(this.panelControl3, "panelControl3");
this.panelControl3.Name = "panelControl3";
//
// btnCloneChannelList
//
resources.ApplyResources(this.btnCloneChannelList, "btnCloneChannelList");
this.btnCloneChannelList.Name = "btnCloneChannelList";
this.btnCloneChannelList.Click += new System.EventHandler(this.btnCloneChannelList_Click);
//
// btnClearRightFilter
//
this.btnClearRightFilter.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("btnClearRightFilter.Appearance.Font")));
this.btnClearRightFilter.Appearance.Options.UseFont = true;
resources.ApplyResources(this.btnClearRightFilter, "btnClearRightFilter");
this.btnClearRightFilter.Name = "btnClearRightFilter";
this.btnClearRightFilter.Click += new System.EventHandler(this.btnClearRightFilter_Click);
//
// btnSyncFromRight
//
resources.ApplyResources(this.btnSyncFromRight, "btnSyncFromRight");
this.btnSyncFromRight.Name = "btnSyncFromRight";
this.btnSyncFromRight.Click += new System.EventHandler(this.btnSyncFromRight_Click);
//
// btnAdd
//
this.btnAdd.ImageIndex = 20;
this.btnAdd.ImageList = this.sharedImageCollection1;
resources.ApplyResources(this.btnAdd, "btnAdd");
this.btnAdd.Name = "btnAdd";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// defaultLookAndFeel1
//
this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2007 Blue";
//
// grpTopPanel
//
this.grpTopPanel.Controls.Add(this.comboUnsortedAction);
this.grpTopPanel.Controls.Add(this.labelControl3);
this.grpTopPanel.Controls.Add(this.btnResetChannelData);
this.grpTopPanel.Controls.Add(this.comboChannelList);
this.grpTopPanel.Controls.Add(this.labelControl1);
resources.ApplyResources(this.grpTopPanel, "grpTopPanel");
this.grpTopPanel.Name = "grpTopPanel";
this.grpTopPanel.ShowCaption = false;
//
// comboUnsortedAction
//
resources.ApplyResources(this.comboUnsortedAction, "comboUnsortedAction");
this.comboUnsortedAction.MenuManager = this.barManager1;
this.comboUnsortedAction.Name = "comboUnsortedAction";
this.comboUnsortedAction.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("comboUnsortedAction.Properties.Buttons"))))});
this.comboUnsortedAction.Properties.Items.AddRange(new object[] {
resources.GetString("comboUnsortedAction.Properties.Items"),
resources.GetString("comboUnsortedAction.Properties.Items1"),
resources.GetString("comboUnsortedAction.Properties.Items2")});
this.comboUnsortedAction.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
//
// labelControl3
//
this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
resources.ApplyResources(this.labelControl3, "labelControl3");
this.labelControl3.Name = "labelControl3";
//
// btnResetChannelData
//
resources.ApplyResources(this.btnResetChannelData, "btnResetChannelData");
this.btnResetChannelData.Name = "btnResetChannelData";
this.btnResetChannelData.Click += new System.EventHandler(this.btnResetChannelData_Click);
//
// comboChannelList
//
resources.ApplyResources(this.comboChannelList, "comboChannelList");
this.comboChannelList.MenuManager = this.barManager1;
this.comboChannelList.Name = "comboChannelList";
this.comboChannelList.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("comboChannelList.Properties.Buttons"))))});
this.comboChannelList.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboChannelList.SelectedIndexChanged += new System.EventHandler(this.comboChannelList_SelectedIndexChanged);
//
// labelControl1
//
resources.ApplyResources(this.labelControl1, "labelControl1");
this.labelControl1.Name = "labelControl1";
//
// mnuContext
//
this.mnuContext.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.miMoveUp),
new DevExpress.XtraBars.LinkPersistInfo(this.miMoveDown),
new DevExpress.XtraBars.LinkPersistInfo(this.miAddChannel),
new DevExpress.XtraBars.LinkPersistInfo(this.miRemove),
new DevExpress.XtraBars.LinkPersistInfo(this.miReplace),
new DevExpress.XtraBars.LinkPersistInfo(this.miSort),
new DevExpress.XtraBars.LinkPersistInfo(this.miRenum),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.mnuFavSet, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.mnuFavUnset),
new DevExpress.XtraBars.LinkPersistInfo(this.miLockOn, true),
new DevExpress.XtraBars.LinkPersistInfo(this.miLockOff),
new DevExpress.XtraBars.LinkPersistInfo(this.miSkipOn, true),
new DevExpress.XtraBars.LinkPersistInfo(this.miSkipOff),
new DevExpress.XtraBars.LinkPersistInfo(this.miHideOn, true),
new DevExpress.XtraBars.LinkPersistInfo(this.miHideOff)});
this.mnuContext.Manager = this.barManager1;
this.mnuContext.Name = "mnuContext";
//
// MainForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainerControl1);
this.Controls.Add(this.grpTopPanel);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "MainForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.Shown += new System.EventHandler(this.MainForm_Shown);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grpOutputList)).EndInit();
this.grpOutputList.ResumeLayout(false);
this.grpOutputList.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridOutput)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsChannels)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gviewOutput)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pnlEditControls)).EndInit();
this.pnlEditControls.ResumeLayout(false);
this.pnlEditControls.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.comboEditMode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSetSlot.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grpInputList)).EndInit();
this.grpInputList.ResumeLayout(false);
this.grpInputList.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridInput)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gviewInput)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grpTopPanel)).EndInit();
this.grpTopPanel.ResumeLayout(false);
this.grpTopPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.comboUnsortedAction.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboChannelList.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.mnuContext)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1;
private DevExpress.XtraGrid.GridControl gridInput;
private DevExpress.XtraGrid.Views.Grid.GridView gviewInput;
private System.Windows.Forms.BindingSource dsChannels;
private DevExpress.XtraGrid.Columns.GridColumn colIndex;
private DevExpress.XtraGrid.Columns.GridColumn colSlotOld;
private DevExpress.XtraGrid.Columns.GridColumn colSlotNew;
private DevExpress.XtraGrid.Columns.GridColumn colUid;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraEditors.GroupControl grpOutputList;
private DevExpress.XtraEditors.SimpleButton btnRemove;
private DevExpress.XtraEditors.GroupControl grpInputList;
private DevExpress.XtraEditors.SimpleButton btnAdd;
private DevExpress.XtraGrid.GridControl gridOutput;
private DevExpress.XtraGrid.Views.Grid.GridView gviewOutput;
private DevExpress.XtraGrid.Columns.GridColumn colOutSlot;
private DevExpress.XtraGrid.Columns.GridColumn colOutName;
private DevExpress.XtraEditors.SimpleButton btnDown;
private DevExpress.XtraEditors.SimpleButton btnUp;
private DevExpress.XtraEditors.LabelControl lblHotkeyLeft;
private DevExpress.XtraEditors.LabelControl lblHotkeyRight;
private DevExpress.XtraEditors.ButtonEdit txtSetSlot;
private DevExpress.XtraEditors.LabelControl labelControl11;
private DevExpress.XtraGrid.Columns.GridColumn colEncrypted;
private DevExpress.XtraEditors.SimpleButton btnSort;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.Bar bar1;
private DevExpress.XtraBars.BarSubItem barSubItem1;
private DevExpress.XtraBars.BarButtonItem miGerman;
private DevExpress.XtraBars.BarButtonItem miEnglish;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.Utils.SharedImageCollection sharedImageCollection1;
private DevExpress.XtraBars.BarSubItem miFile;
private DevExpress.XtraBars.BarButtonItem miOpen;
private DevExpress.XtraBars.BarButtonItem miSave;
private DevExpress.XtraBars.BarButtonItem miReload;
private DevExpress.XtraBars.BarButtonItem miSaveAs;
private DevExpress.XtraBars.BarButtonItem miQuit;
private DevExpress.XtraBars.BarSubItem mnuHelp;
private DevExpress.XtraBars.BarButtonItem miAbout;
private DevExpress.XtraBars.BarButtonItem miCharsetForm;
private DevExpress.XtraBars.BarListItem miIsoCharSets;
private DevExpress.XtraBars.BarSubItem mnuCharset;
private DevExpress.XtraEditors.SimpleButton btnSyncFromRight;
private DevExpress.XtraEditors.SimpleButton btnSyncFromLeft;
private DevExpress.XtraEditors.SimpleButton btnClearRightFilter;
private DevExpress.XtraEditors.SimpleButton btnClearLeftFilter;
private DevExpress.XtraGrid.Columns.GridColumn colAudioPid;
private DevExpress.XtraGrid.Columns.GridColumn colVideoPid;
private DevExpress.XtraGrid.Columns.GridColumn colNetworkId;
private DevExpress.XtraGrid.Columns.GridColumn colFreqInMhz;
private DevExpress.XtraGrid.Columns.GridColumn colServiceId;
private DevExpress.XtraGrid.Columns.GridColumn colServiceType;
private DevExpress.XtraGrid.Columns.GridColumn colShortName;
private DevExpress.XtraGrid.Columns.GridColumn colFavorites;
private DevExpress.XtraGrid.Columns.GridColumn colSkip;
private DevExpress.XtraGrid.Columns.GridColumn colLock;
private DevExpress.XtraGrid.Columns.GridColumn colSatellite;
private DevExpress.XtraGrid.Columns.GridColumn colHidden;
private DevExpress.XtraGrid.Columns.GridColumn colSymbolRate;
private DevExpress.XtraGrid.Columns.GridColumn colPolarity;
private DevExpress.XtraGrid.Columns.GridColumn colTransportStreamId;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraEditors.PanelControl pnlEditControls;
private DevExpress.XtraEditors.GroupControl grpTopPanel;
private DevExpress.XtraEditors.ComboBoxEdit comboChannelList;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraGrid.Columns.GridColumn colOutFav;
private DevExpress.XtraEditors.SimpleButton btnRenum;
private DevExpress.XtraGrid.Columns.GridColumn colIndex1;
private DevExpress.XtraGrid.Columns.GridColumn colUid1;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
private DevExpress.XtraBars.PopupMenu mnuContext;
private DevExpress.XtraBars.BarSubItem miEdit;
private DevExpress.XtraBars.BarListItem miFavSet;
private DevExpress.XtraBars.BarListItem miFavUnset;
private DevExpress.XtraBars.BarButtonItem miRemove;
private DevExpress.XtraBars.BarButtonItem miReplace;
private DevExpress.XtraBars.BarButtonItem miLockOn;
private DevExpress.XtraBars.BarButtonItem miLockOff;
private DevExpress.XtraBars.BarButtonItem miSkipOn;
private DevExpress.XtraBars.BarButtonItem miSkipOff;
private DevExpress.XtraBars.BarButtonItem miHideOn;
private DevExpress.XtraBars.BarButtonItem miHideOff;
private DevExpress.XtraBars.BarSubItem mnuOptions;
private DevExpress.XtraBars.BarSubItem mnuFavSet;
private DevExpress.XtraBars.BarSubItem mnuFavUnset;
private DevExpress.XtraBars.BarButtonItem miAddChannel;
private DevExpress.XtraBars.BarButtonItem miSort;
private DevExpress.XtraBars.BarButtonItem miRenum;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit2;
private DevExpress.XtraGrid.Columns.GridColumn colChannelOrTransponder;
private DevExpress.XtraGrid.Columns.GridColumn colNetworkName;
private DevExpress.XtraGrid.Columns.GridColumn colNetworkOperator;
private DevExpress.XtraGrid.Columns.GridColumn colDebug;
private DevExpress.XtraGrid.Columns.GridColumn colServiceTypeName;
private DevExpress.XtraEditors.SimpleButton btnResetChannelData;
private DevExpress.XtraBars.BarButtonItem miRestoreOriginal;
private DevExpress.XtraEditors.ComboBoxEdit comboUnsortedAction;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraGrid.Columns.GridColumn colLogicalIndex;
private DevExpress.XtraBars.BarButtonItem miFileInformation;
private DevExpress.XtraBars.BarButtonItem miOpenReferenceFile;
private DevExpress.XtraEditors.SimpleButton btnCloneChannelList;
private DevExpress.XtraBars.BarButtonItem miMoveUp;
private DevExpress.XtraBars.BarButtonItem miMoveDown;
private DevExpress.XtraEditors.ComboBoxEdit comboEditMode;
private DevExpress.XtraBars.BarSubItem barSubItem2;
private DevExpress.XtraBars.BarButtonItem miTvSettings;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
}
}