Beispiel #1
0
 public PlaylistForm(Form1 form1, Dictionary<string, VideoFile> ParsedVideoFiles, DragNDrop.DragAndDropListView Form1PlaylistDragAndDropListView)
 {
     InitializeComponent();
     this.form1 = form1;
     this.ParsedVideoFiles = ParsedVideoFiles;
     this.Form1PlaylistDragAndDropListView = Form1PlaylistDragAndDropListView;
     foreach (KeyValuePair<string, VideoFile> entry in ParsedVideoFiles)
     {
         PlaylistDragAndDropListView.Items.Add(new ListViewItem(new string[2] { entry.Value.CasparPath, entry.Value.DurationString }));
     }
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetupChaptersForm));
     this.GBChapters     = new System.Windows.Forms.GroupBox();
     this.DBChapters     = new DragNDrop.DragAndDropListView();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.btnDelChapter  = new System.Windows.Forms.Button();
     this.btnAddChapter  = new System.Windows.Forms.Button();
     this.LDescr         = new System.Windows.Forms.Label();
     this.GBSetting      = new System.Windows.Forms.GroupBox();
     this.buttonStyle    = new System.Windows.Forms.Button();
     this.MDescr         = new System.Windows.Forms.TextBox();
     this.EdtChapter     = new System.Windows.Forms.TextBox();
     this.LblDesc        = new System.Windows.Forms.Label();
     this.lblTitle       = new System.Windows.Forms.Label();
     this.btnApply       = new System.Windows.Forms.Button();
     this.btnOkay        = new System.Windows.Forms.Button();
     this.ToolTipControl = new System.Windows.Forms.ToolTip(this.components);
     this.MainHelp       = new System.Windows.Forms.HelpProvider();
     this.GBChapters.SuspendLayout();
     this.GBSetting.SuspendLayout();
     this.SuspendLayout();
     //
     // GBChapters
     //
     resources.ApplyResources(this.GBChapters, "GBChapters");
     this.GBChapters.Controls.Add(this.DBChapters);
     this.GBChapters.Controls.Add(this.btnDelChapter);
     this.GBChapters.Controls.Add(this.btnAddChapter);
     this.GBChapters.Controls.Add(this.LDescr);
     this.GBChapters.Name = "GBChapters";
     this.MainHelp.SetShowHelp(this.GBChapters, ((bool)(resources.GetObject("GBChapters.ShowHelp"))));
     this.GBChapters.TabStop = false;
     //
     // DBChapters
     //
     this.DBChapters.AllowDrop    = true;
     this.DBChapters.AllowReorder = true;
     resources.ApplyResources(this.DBChapters, "DBChapters");
     this.DBChapters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.DBChapters.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.DBChapters.HideSelection = false;
     this.DBChapters.LineColor     = System.Drawing.Color.YellowGreen;
     this.DBChapters.MultiSelect   = false;
     this.DBChapters.Name          = "DBChapters";
     this.MainHelp.SetShowHelp(this.DBChapters, ((bool)(resources.GetObject("DBChapters.ShowHelp"))));
     this.DBChapters.TileSize = new System.Drawing.Size(300, 16);
     this.DBChapters.UseCompatibleStateImageBehavior = false;
     this.DBChapters.View = System.Windows.Forms.View.Details;
     this.DBChapters.SelectedIndexChanged += new System.EventHandler(this.DBChapters_SelectedIndexChanged);
     this.DBChapters.DragDrop             += new System.Windows.Forms.DragEventHandler(this.DBChapter_DragDrop);
     this.DBChapters.MouseMove            += new System.Windows.Forms.MouseEventHandler(this.ListItem_MouseMove);
     this.DBChapters.Click += new System.EventHandler(this.DBChapters_Click);
     //
     // columnHeader1
     //
     resources.ApplyResources(this.columnHeader1, "columnHeader1");
     //
     // btnDelChapter
     //
     resources.ApplyResources(this.btnDelChapter, "btnDelChapter");
     this.btnDelChapter.Name = "btnDelChapter";
     this.MainHelp.SetShowHelp(this.btnDelChapter, ((bool)(resources.GetObject("btnDelChapter.ShowHelp"))));
     this.btnDelChapter.Click += new System.EventHandler(this.btnDelChapter_Click);
     //
     // btnAddChapter
     //
     resources.ApplyResources(this.btnAddChapter, "btnAddChapter");
     this.btnAddChapter.Name = "btnAddChapter";
     this.MainHelp.SetShowHelp(this.btnAddChapter, ((bool)(resources.GetObject("btnAddChapter.ShowHelp"))));
     this.btnAddChapter.Click += new System.EventHandler(this.btnAddChapter_Click);
     //
     // LDescr
     //
     resources.ApplyResources(this.LDescr, "LDescr");
     this.LDescr.Name = "LDescr";
     this.MainHelp.SetShowHelp(this.LDescr, ((bool)(resources.GetObject("LDescr.ShowHelp"))));
     //
     // GBSetting
     //
     resources.ApplyResources(this.GBSetting, "GBSetting");
     this.GBSetting.Controls.Add(this.buttonStyle);
     this.GBSetting.Controls.Add(this.MDescr);
     this.GBSetting.Controls.Add(this.EdtChapter);
     this.GBSetting.Controls.Add(this.LblDesc);
     this.GBSetting.Controls.Add(this.lblTitle);
     this.GBSetting.Controls.Add(this.btnApply);
     this.GBSetting.Name = "GBSetting";
     this.MainHelp.SetShowHelp(this.GBSetting, ((bool)(resources.GetObject("GBSetting.ShowHelp"))));
     this.GBSetting.TabStop = false;
     //
     // buttonStyle
     //
     resources.ApplyResources(this.buttonStyle, "buttonStyle");
     this.buttonStyle.Name = "buttonStyle";
     this.MainHelp.SetShowHelp(this.buttonStyle, ((bool)(resources.GetObject("buttonStyle.ShowHelp"))));
     this.buttonStyle.Click += new System.EventHandler(this.buttonStyle_Click);
     //
     // MDescr
     //
     resources.ApplyResources(this.MDescr, "MDescr");
     this.MDescr.Name = "MDescr";
     this.MainHelp.SetShowHelp(this.MDescr, ((bool)(resources.GetObject("MDescr.ShowHelp"))));
     //
     // EdtChapter
     //
     resources.ApplyResources(this.EdtChapter, "EdtChapter");
     this.EdtChapter.Name = "EdtChapter";
     this.MainHelp.SetShowHelp(this.EdtChapter, ((bool)(resources.GetObject("EdtChapter.ShowHelp"))));
     //
     // LblDesc
     //
     resources.ApplyResources(this.LblDesc, "LblDesc");
     this.LblDesc.Name = "LblDesc";
     this.MainHelp.SetShowHelp(this.LblDesc, ((bool)(resources.GetObject("LblDesc.ShowHelp"))));
     //
     // lblTitle
     //
     resources.ApplyResources(this.lblTitle, "lblTitle");
     this.lblTitle.Name = "lblTitle";
     this.MainHelp.SetShowHelp(this.lblTitle, ((bool)(resources.GetObject("lblTitle.ShowHelp"))));
     //
     // btnApply
     //
     resources.ApplyResources(this.btnApply, "btnApply");
     this.btnApply.Name = "btnApply";
     this.MainHelp.SetShowHelp(this.btnApply, ((bool)(resources.GetObject("btnApply.ShowHelp"))));
     this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
     //
     // btnOkay
     //
     resources.ApplyResources(this.btnOkay, "btnOkay");
     this.btnOkay.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOkay.Name         = "btnOkay";
     this.MainHelp.SetShowHelp(this.btnOkay, ((bool)(resources.GetObject("btnOkay.ShowHelp"))));
     this.btnOkay.Click += new System.EventHandler(this.btnOkay_Click);
     //
     // SetupChaptersForm
     //
     this.AcceptButton = this.btnApply;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.btnOkay;
     this.ControlBox   = false;
     this.Controls.Add(this.btnOkay);
     this.Controls.Add(this.GBSetting);
     this.Controls.Add(this.GBChapters);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainHelp.SetHelpKeyword(this, resources.GetString("$this.HelpKeyword"));
     this.MainHelp.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "SetupChaptersForm";
     this.MainHelp.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.ShowInTaskbar = false;
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.SetupChaptersForm_Closing);
     this.GBChapters.ResumeLayout(false);
     this.GBSetting.ResumeLayout(false);
     this.GBSetting.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FieldsFrame));
     this.SBAdd = new System.Windows.Forms.Button();
     this.TangoCollection16 = new System.Windows.Forms.ImageList(this.components);
     this.SBAddAll = new System.Windows.Forms.Button();
     this.SBDel = new System.Windows.Forms.Button();
     this.OldButtonCollection16 = new System.Windows.Forms.ImageList(this.components);
     this.ToolTipControl = new System.Windows.Forms.ToolTip(this.components);
     this.SBDelAll = new System.Windows.Forms.Button();
     this.LBSelFields = new DragNDrop.DragAndDropListView();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.LBFields = new DragNDrop.DragAndDropListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // SBAdd
     //
     resources.ApplyResources(this.SBAdd, "SBAdd");
     this.SBAdd.ImageList = this.TangoCollection16;
     this.SBAdd.Name = "SBAdd";
     this.SBAdd.Click += new System.EventHandler(this.SBAdd_Click);
     //
     // TangoCollection16
     //
     this.TangoCollection16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("TangoCollection16.ImageStream")));
     this.TangoCollection16.TransparentColor = System.Drawing.Color.Transparent;
     this.TangoCollection16.Images.SetKeyName(0, "go-next.png");
     this.TangoCollection16.Images.SetKeyName(1, "go-last.png");
     this.TangoCollection16.Images.SetKeyName(2, "go-previous.png");
     this.TangoCollection16.Images.SetKeyName(3, "go-first.png");
     //
     // SBAddAll
     //
     resources.ApplyResources(this.SBAddAll, "SBAddAll");
     this.SBAddAll.ImageList = this.TangoCollection16;
     this.SBAddAll.Name = "SBAddAll";
     this.SBAddAll.Click += new System.EventHandler(this.SBAddAll_Click);
     //
     // SBDel
     //
     resources.ApplyResources(this.SBDel, "SBDel");
     this.SBDel.ImageList = this.TangoCollection16;
     this.SBDel.Name = "SBDel";
     this.SBDel.Click += new System.EventHandler(this.SBDel_Click);
     //
     // OldButtonCollection16
     //
     this.OldButtonCollection16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("OldButtonCollection16.ImageStream")));
     this.OldButtonCollection16.TransparentColor = System.Drawing.Color.Transparent;
     this.OldButtonCollection16.Images.SetKeyName(0, "");
     this.OldButtonCollection16.Images.SetKeyName(1, "");
     this.OldButtonCollection16.Images.SetKeyName(2, "");
     this.OldButtonCollection16.Images.SetKeyName(3, "delete2.gif");
     //
     // SBDelAll
     //
     resources.ApplyResources(this.SBDelAll, "SBDelAll");
     this.SBDelAll.ImageList = this.TangoCollection16;
     this.SBDelAll.Name = "SBDelAll";
     this.SBDelAll.Click += new System.EventHandler(this.SBDelAll_Click);
     //
     // LBSelFields
     //
     this.LBSelFields.AllowDrop = true;
     this.LBSelFields.AllowReorder = true;
     this.LBSelFields.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader2});
     this.LBSelFields.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.LBSelFields.LineColor = System.Drawing.Color.YellowGreen;
     resources.ApplyResources(this.LBSelFields, "LBSelFields");
     this.LBSelFields.Name = "LBSelFields";
     this.LBSelFields.TileSize = new System.Drawing.Size(156, 16);
     this.LBSelFields.UseCompatibleStateImageBehavior = false;
     this.LBSelFields.View = System.Windows.Forms.View.Details;
     this.LBSelFields.DoubleClick += new System.EventHandler(this.LBSelFields_DoubleClick);
     this.LBSelFields.DragDrop += new System.Windows.Forms.DragEventHandler(this.ListView_DragDrop);
     this.LBSelFields.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ListItem_MouseMove);
     this.LBSelFields.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LBSelFields_KeyDown);
     //
     // columnHeader2
     //
     resources.ApplyResources(this.columnHeader2, "columnHeader2");
     //
     // LBFields
     //
     this.LBFields.AllowDrop = true;
     this.LBFields.AllowReorder = true;
     this.LBFields.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1});
     this.LBFields.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.LBFields.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     ((System.Windows.Forms.ListViewItem)(resources.GetObject("LBFields.Items"))),
     ((System.Windows.Forms.ListViewItem)(resources.GetObject("LBFields.Items1"))),
     ((System.Windows.Forms.ListViewItem)(resources.GetObject("LBFields.Items2"))),
     ((System.Windows.Forms.ListViewItem)(resources.GetObject("LBFields.Items3")))});
     this.LBFields.LineColor = System.Drawing.Color.YellowGreen;
     resources.ApplyResources(this.LBFields, "LBFields");
     this.LBFields.Name = "LBFields";
     this.LBFields.TileSize = new System.Drawing.Size(156, 16);
     this.LBFields.UseCompatibleStateImageBehavior = false;
     this.LBFields.View = System.Windows.Forms.View.Details;
     this.LBFields.DoubleClick += new System.EventHandler(this.LBFields_DoubleClick);
     this.LBFields.DragDrop += new System.Windows.Forms.DragEventHandler(this.ListView_DragDrop);
     this.LBFields.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ListItem_MouseMove);
     this.LBFields.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LBFields_KeyDown);
     //
     // columnHeader1
     //
     resources.ApplyResources(this.columnHeader1, "columnHeader1");
     //
     // FieldsFrame
     //
     this.Controls.Add(this.LBSelFields);
     this.Controls.Add(this.LBFields);
     this.Controls.Add(this.SBDelAll);
     this.Controls.Add(this.SBDel);
     this.Controls.Add(this.SBAddAll);
     this.Controls.Add(this.SBAdd);
     this.Name = "FieldsFrame";
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
 }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FieldsFrame));
     this.SBAdd                 = new System.Windows.Forms.Button();
     this.TangoCollection16     = new System.Windows.Forms.ImageList(this.components);
     this.SBAddAll              = new System.Windows.Forms.Button();
     this.SBDel                 = new System.Windows.Forms.Button();
     this.OldButtonCollection16 = new System.Windows.Forms.ImageList(this.components);
     this.ToolTipControl        = new System.Windows.Forms.ToolTip(this.components);
     this.SBDelAll              = new System.Windows.Forms.Button();
     this.LBSelFields           = new DragNDrop.DragAndDropListView();
     this.columnHeader2         = new System.Windows.Forms.ColumnHeader();
     this.LBFields              = new DragNDrop.DragAndDropListView();
     this.columnHeader1         = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // SBAdd
     //
     resources.ApplyResources(this.SBAdd, "SBAdd");
     this.SBAdd.ImageList = this.TangoCollection16;
     this.SBAdd.Name      = "SBAdd";
     this.SBAdd.Click    += new System.EventHandler(this.SBAdd_Click);
     //
     // TangoCollection16
     //
     this.TangoCollection16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("TangoCollection16.ImageStream")));
     this.TangoCollection16.TransparentColor = System.Drawing.Color.Transparent;
     this.TangoCollection16.Images.SetKeyName(0, "go-next.png");
     this.TangoCollection16.Images.SetKeyName(1, "go-last.png");
     this.TangoCollection16.Images.SetKeyName(2, "go-previous.png");
     this.TangoCollection16.Images.SetKeyName(3, "go-first.png");
     //
     // SBAddAll
     //
     resources.ApplyResources(this.SBAddAll, "SBAddAll");
     this.SBAddAll.ImageList = this.TangoCollection16;
     this.SBAddAll.Name      = "SBAddAll";
     this.SBAddAll.Click    += new System.EventHandler(this.SBAddAll_Click);
     //
     // SBDel
     //
     resources.ApplyResources(this.SBDel, "SBDel");
     this.SBDel.ImageList = this.TangoCollection16;
     this.SBDel.Name      = "SBDel";
     this.SBDel.Click    += new System.EventHandler(this.SBDel_Click);
     //
     // OldButtonCollection16
     //
     this.OldButtonCollection16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("OldButtonCollection16.ImageStream")));
     this.OldButtonCollection16.TransparentColor = System.Drawing.Color.Transparent;
     this.OldButtonCollection16.Images.SetKeyName(0, "");
     this.OldButtonCollection16.Images.SetKeyName(1, "");
     this.OldButtonCollection16.Images.SetKeyName(2, "");
     this.OldButtonCollection16.Images.SetKeyName(3, "delete2.gif");
     //
     // SBDelAll
     //
     resources.ApplyResources(this.SBDelAll, "SBDelAll");
     this.SBDelAll.ImageList = this.TangoCollection16;
     this.SBDelAll.Name      = "SBDelAll";
     this.SBDelAll.Click    += new System.EventHandler(this.SBDelAll_Click);
     //
     // LBSelFields
     //
     this.LBSelFields.AllowDrop    = true;
     this.LBSelFields.AllowReorder = true;
     this.LBSelFields.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2
     });
     this.LBSelFields.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.LBSelFields.LineColor   = System.Drawing.Color.YellowGreen;
     resources.ApplyResources(this.LBSelFields, "LBSelFields");
     this.LBSelFields.Name     = "LBSelFields";
     this.LBSelFields.TileSize = new System.Drawing.Size(156, 16);
     this.LBSelFields.UseCompatibleStateImageBehavior = false;
     this.LBSelFields.View         = System.Windows.Forms.View.Details;
     this.LBSelFields.DoubleClick += new System.EventHandler(this.LBSelFields_DoubleClick);
     this.LBSelFields.DragDrop    += new System.Windows.Forms.DragEventHandler(this.ListView_DragDrop);
     this.LBSelFields.MouseMove   += new System.Windows.Forms.MouseEventHandler(this.ListItem_MouseMove);
     this.LBSelFields.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.LBSelFields_KeyDown);
     //
     // columnHeader2
     //
     resources.ApplyResources(this.columnHeader2, "columnHeader2");
     //
     // LBFields
     //
     this.LBFields.AllowDrop    = true;
     this.LBFields.AllowReorder = true;
     this.LBFields.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.LBFields.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.LBFields.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         ((System.Windows.Forms.ListViewItem)(resources.GetObject("LBFields.Items"))),
         ((System.Windows.Forms.ListViewItem)(resources.GetObject("LBFields.Items1"))),
         ((System.Windows.Forms.ListViewItem)(resources.GetObject("LBFields.Items2"))),
         ((System.Windows.Forms.ListViewItem)(resources.GetObject("LBFields.Items3")))
     });
     this.LBFields.LineColor = System.Drawing.Color.YellowGreen;
     resources.ApplyResources(this.LBFields, "LBFields");
     this.LBFields.Name     = "LBFields";
     this.LBFields.TileSize = new System.Drawing.Size(156, 16);
     this.LBFields.UseCompatibleStateImageBehavior = false;
     this.LBFields.View         = System.Windows.Forms.View.Details;
     this.LBFields.DoubleClick += new System.EventHandler(this.LBFields_DoubleClick);
     this.LBFields.DragDrop    += new System.Windows.Forms.DragEventHandler(this.ListView_DragDrop);
     this.LBFields.MouseMove   += new System.Windows.Forms.MouseEventHandler(this.ListItem_MouseMove);
     this.LBFields.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.LBFields_KeyDown);
     //
     // columnHeader1
     //
     resources.ApplyResources(this.columnHeader1, "columnHeader1");
     //
     // FieldsFrame
     //
     this.Controls.Add(this.LBSelFields);
     this.Controls.Add(this.LBFields);
     this.Controls.Add(this.SBDelAll);
     this.Controls.Add(this.SBDel);
     this.Controls.Add(this.SBAddAll);
     this.Controls.Add(this.SBAdd);
     this.Name = "FieldsFrame";
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetupChaptersForm));
     this.GBChapters = new System.Windows.Forms.GroupBox();
     this.DBChapters = new DragNDrop.DragAndDropListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.btnDelChapter = new System.Windows.Forms.Button();
     this.btnAddChapter = new System.Windows.Forms.Button();
     this.LDescr = new System.Windows.Forms.Label();
     this.GBSetting = new System.Windows.Forms.GroupBox();
     this.buttonStyle = new System.Windows.Forms.Button();
     this.MDescr = new System.Windows.Forms.TextBox();
     this.EdtChapter = new System.Windows.Forms.TextBox();
     this.LblDesc = new System.Windows.Forms.Label();
     this.lblTitle = new System.Windows.Forms.Label();
     this.btnApply = new System.Windows.Forms.Button();
     this.btnOkay = new System.Windows.Forms.Button();
     this.ToolTipControl = new System.Windows.Forms.ToolTip(this.components);
     this.MainHelp = new System.Windows.Forms.HelpProvider();
     this.GBChapters.SuspendLayout();
     this.GBSetting.SuspendLayout();
     this.SuspendLayout();
     //
     // GBChapters
     //
     resources.ApplyResources(this.GBChapters, "GBChapters");
     this.GBChapters.Controls.Add(this.DBChapters);
     this.GBChapters.Controls.Add(this.btnDelChapter);
     this.GBChapters.Controls.Add(this.btnAddChapter);
     this.GBChapters.Controls.Add(this.LDescr);
     this.GBChapters.Name = "GBChapters";
     this.MainHelp.SetShowHelp(this.GBChapters, ((bool)(resources.GetObject("GBChapters.ShowHelp"))));
     this.GBChapters.TabStop = false;
     //
     // DBChapters
     //
     this.DBChapters.AllowDrop = true;
     this.DBChapters.AllowReorder = true;
     resources.ApplyResources(this.DBChapters, "DBChapters");
     this.DBChapters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1});
     this.DBChapters.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.DBChapters.HideSelection = false;
     this.DBChapters.LineColor = System.Drawing.Color.YellowGreen;
     this.DBChapters.MultiSelect = false;
     this.DBChapters.Name = "DBChapters";
     this.MainHelp.SetShowHelp(this.DBChapters, ((bool)(resources.GetObject("DBChapters.ShowHelp"))));
     this.DBChapters.TileSize = new System.Drawing.Size(300, 16);
     this.DBChapters.UseCompatibleStateImageBehavior = false;
     this.DBChapters.View = System.Windows.Forms.View.Details;
     this.DBChapters.SelectedIndexChanged += new System.EventHandler(this.DBChapters_SelectedIndexChanged);
     this.DBChapters.DragDrop += new System.Windows.Forms.DragEventHandler(this.DBChapter_DragDrop);
     this.DBChapters.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ListItem_MouseMove);
     this.DBChapters.Click += new System.EventHandler(this.DBChapters_Click);
     //
     // columnHeader1
     //
     resources.ApplyResources(this.columnHeader1, "columnHeader1");
     //
     // btnDelChapter
     //
     resources.ApplyResources(this.btnDelChapter, "btnDelChapter");
     this.btnDelChapter.Name = "btnDelChapter";
     this.MainHelp.SetShowHelp(this.btnDelChapter, ((bool)(resources.GetObject("btnDelChapter.ShowHelp"))));
     this.btnDelChapter.Click += new System.EventHandler(this.btnDelChapter_Click);
     //
     // btnAddChapter
     //
     resources.ApplyResources(this.btnAddChapter, "btnAddChapter");
     this.btnAddChapter.Name = "btnAddChapter";
     this.MainHelp.SetShowHelp(this.btnAddChapter, ((bool)(resources.GetObject("btnAddChapter.ShowHelp"))));
     this.btnAddChapter.Click += new System.EventHandler(this.btnAddChapter_Click);
     //
     // LDescr
     //
     resources.ApplyResources(this.LDescr, "LDescr");
     this.LDescr.Name = "LDescr";
     this.MainHelp.SetShowHelp(this.LDescr, ((bool)(resources.GetObject("LDescr.ShowHelp"))));
     //
     // GBSetting
     //
     resources.ApplyResources(this.GBSetting, "GBSetting");
     this.GBSetting.Controls.Add(this.buttonStyle);
     this.GBSetting.Controls.Add(this.MDescr);
     this.GBSetting.Controls.Add(this.EdtChapter);
     this.GBSetting.Controls.Add(this.LblDesc);
     this.GBSetting.Controls.Add(this.lblTitle);
     this.GBSetting.Controls.Add(this.btnApply);
     this.GBSetting.Name = "GBSetting";
     this.MainHelp.SetShowHelp(this.GBSetting, ((bool)(resources.GetObject("GBSetting.ShowHelp"))));
     this.GBSetting.TabStop = false;
     //
     // buttonStyle
     //
     resources.ApplyResources(this.buttonStyle, "buttonStyle");
     this.buttonStyle.Name = "buttonStyle";
     this.MainHelp.SetShowHelp(this.buttonStyle, ((bool)(resources.GetObject("buttonStyle.ShowHelp"))));
     this.buttonStyle.Click += new System.EventHandler(this.buttonStyle_Click);
     //
     // MDescr
     //
     resources.ApplyResources(this.MDescr, "MDescr");
     this.MDescr.Name = "MDescr";
     this.MainHelp.SetShowHelp(this.MDescr, ((bool)(resources.GetObject("MDescr.ShowHelp"))));
     //
     // EdtChapter
     //
     resources.ApplyResources(this.EdtChapter, "EdtChapter");
     this.EdtChapter.Name = "EdtChapter";
     this.MainHelp.SetShowHelp(this.EdtChapter, ((bool)(resources.GetObject("EdtChapter.ShowHelp"))));
     //
     // LblDesc
     //
     resources.ApplyResources(this.LblDesc, "LblDesc");
     this.LblDesc.Name = "LblDesc";
     this.MainHelp.SetShowHelp(this.LblDesc, ((bool)(resources.GetObject("LblDesc.ShowHelp"))));
     //
     // lblTitle
     //
     resources.ApplyResources(this.lblTitle, "lblTitle");
     this.lblTitle.Name = "lblTitle";
     this.MainHelp.SetShowHelp(this.lblTitle, ((bool)(resources.GetObject("lblTitle.ShowHelp"))));
     //
     // btnApply
     //
     resources.ApplyResources(this.btnApply, "btnApply");
     this.btnApply.Name = "btnApply";
     this.MainHelp.SetShowHelp(this.btnApply, ((bool)(resources.GetObject("btnApply.ShowHelp"))));
     this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
     //
     // btnOkay
     //
     resources.ApplyResources(this.btnOkay, "btnOkay");
     this.btnOkay.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOkay.Name = "btnOkay";
     this.MainHelp.SetShowHelp(this.btnOkay, ((bool)(resources.GetObject("btnOkay.ShowHelp"))));
     this.btnOkay.Click += new System.EventHandler(this.btnOkay_Click);
     //
     // SetupChaptersForm
     //
     this.AcceptButton = this.btnApply;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.btnOkay;
     this.ControlBox = false;
     this.Controls.Add(this.btnOkay);
     this.Controls.Add(this.GBSetting);
     this.Controls.Add(this.GBChapters);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainHelp.SetHelpKeyword(this, resources.GetString("$this.HelpKeyword"));
     this.MainHelp.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "SetupChaptersForm";
     this.MainHelp.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.ShowInTaskbar = false;
     this.Closing += new System.ComponentModel.CancelEventHandler(this.SetupChaptersForm_Closing);
     this.GBChapters.ResumeLayout(false);
     this.GBSetting.ResumeLayout(false);
     this.GBSetting.PerformLayout();
     this.ResumeLayout(false);
 }