playlistmanager/PlaylistManager/frmMain.Designer.cs

568 lines
25 KiB
C#

namespace PlaylistManager
{
partial class frmMain
{
/// <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()
{
components = new System.ComponentModel.Container();
tcMain = new TabControl();
tpExtract = new TabPage();
chkExtractSortFiles = new CheckBox();
btnExtractTargetfolder = new Button();
txtExtractTargetfolder = new TextBox();
lblExtractTargetfolder = new Label();
btnExtractPlaylist = new Button();
txtExtractPlaylist = new TextBox();
lblExtractPlaylistOpen = new LinkLabel();
lblExtractPlaylist = new Label();
tpChangepath = new TabPage();
splCPPlaylists = new SplitContainer();
lstCPPlaylists = new ListBox();
cmsCPPlaylists = new ContextMenuStrip(components);
dateiÖffnenToolStripMenuItem = new ToolStripMenuItem();
dateiHinzufügenToolStripMenuItem = new ToolStripMenuItem();
ausListeEntfernenToolStripMenuItem = new ToolStripMenuItem();
lblCPPlaylists = new Label();
splCPReplacePaths = new SplitContainer();
dgvRep = new DataGridView();
colOriginalPath = new DataGridViewTextBoxColumn();
colOriginalPathBrowse = new DataGridViewButtonColumn();
colReplaceTo = new DataGridViewTextBoxColumn();
colReplaceToBrowse = new DataGridViewButtonColumn();
dgvFoundPaths = new DataGridView();
colPLPathPath = new DataGridViewTextBoxColumn();
colPLPathLength = new DataGridViewTextBoxColumn();
colPLPathMatchcount = new DataGridViewTextBoxColumn();
colPLPathMatchresult = new DataGridViewCheckBoxColumn();
lblRepPlaylistpaths = new Label();
tpList = new TabPage();
chkListPossibilities = new CheckedListBox();
lblListPossibilities = new Label();
btnList = new Button();
txtList = new TextBox();
lblListFolder = new Label();
panBottom = new Panel();
btnOK = new Button();
FBD = new FolderBrowserDialog();
OFD = new OpenFileDialog();
SFD = new SaveFileDialog();
tcMain.SuspendLayout();
tpExtract.SuspendLayout();
tpChangepath.SuspendLayout();
((System.ComponentModel.ISupportInitialize)splCPPlaylists).BeginInit();
splCPPlaylists.Panel1.SuspendLayout();
splCPPlaylists.Panel2.SuspendLayout();
splCPPlaylists.SuspendLayout();
cmsCPPlaylists.SuspendLayout();
((System.ComponentModel.ISupportInitialize)splCPReplacePaths).BeginInit();
splCPReplacePaths.Panel1.SuspendLayout();
splCPReplacePaths.Panel2.SuspendLayout();
splCPReplacePaths.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgvRep).BeginInit();
((System.ComponentModel.ISupportInitialize)dgvFoundPaths).BeginInit();
tpList.SuspendLayout();
panBottom.SuspendLayout();
SuspendLayout();
//
// tcMain
//
tcMain.Controls.Add(tpExtract);
tcMain.Controls.Add(tpChangepath);
tcMain.Controls.Add(tpList);
tcMain.Dock = DockStyle.Fill;
tcMain.Location = new Point(10, 10);
tcMain.Name = "tcMain";
tcMain.SelectedIndex = 0;
tcMain.Size = new Size(582, 425);
tcMain.TabIndex = 0;
//
// tpExtract
//
tpExtract.Controls.Add(chkExtractSortFiles);
tpExtract.Controls.Add(btnExtractTargetfolder);
tpExtract.Controls.Add(txtExtractTargetfolder);
tpExtract.Controls.Add(lblExtractTargetfolder);
tpExtract.Controls.Add(btnExtractPlaylist);
tpExtract.Controls.Add(txtExtractPlaylist);
tpExtract.Controls.Add(lblExtractPlaylistOpen);
tpExtract.Controls.Add(lblExtractPlaylist);
tpExtract.Location = new Point(4, 24);
tpExtract.Name = "tpExtract";
tpExtract.Padding = new Padding(3);
tpExtract.Size = new Size(574, 397);
tpExtract.TabIndex = 0;
tpExtract.Text = "Playlist extrahieren";
tpExtract.UseVisualStyleBackColor = true;
//
// chkExtractSortFiles
//
chkExtractSortFiles.AutoSize = true;
chkExtractSortFiles.Checked = true;
chkExtractSortFiles.CheckState = CheckState.Checked;
chkExtractSortFiles.Location = new Point(6, 116);
chkExtractSortFiles.Name = "chkExtractSortFiles";
chkExtractSortFiles.Size = new Size(176, 19);
chkExtractSortFiles.TabIndex = 6;
chkExtractSortFiles.Text = "Lieder nach Playlist sortieren";
chkExtractSortFiles.UseVisualStyleBackColor = true;
//
// btnExtractTargetfolder
//
btnExtractTargetfolder.Anchor = AnchorStyles.Top | AnchorStyles.Right;
btnExtractTargetfolder.Location = new Point(452, 87);
btnExtractTargetfolder.Name = "btnExtractTargetfolder";
btnExtractTargetfolder.Size = new Size(116, 23);
btnExtractTargetfolder.TabIndex = 4;
btnExtractTargetfolder.Text = "Durchsuchen";
btnExtractTargetfolder.UseVisualStyleBackColor = true;
btnExtractTargetfolder.Click += btnMP3_Click;
//
// txtExtractTargetfolder
//
txtExtractTargetfolder.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
txtExtractTargetfolder.Location = new Point(6, 87);
txtExtractTargetfolder.Name = "txtExtractTargetfolder";
txtExtractTargetfolder.Size = new Size(440, 23);
txtExtractTargetfolder.TabIndex = 5;
//
// lblExtractTargetfolder
//
lblExtractTargetfolder.AutoSize = true;
lblExtractTargetfolder.Location = new Point(6, 69);
lblExtractTargetfolder.Name = "lblExtractTargetfolder";
lblExtractTargetfolder.Size = new Size(151, 15);
lblExtractTargetfolder.TabIndex = 3;
lblExtractTargetfolder.Text = "Zielordner für MP3-Dateien";
//
// btnExtractPlaylist
//
btnExtractPlaylist.Anchor = AnchorStyles.Top | AnchorStyles.Right;
btnExtractPlaylist.Location = new Point(452, 25);
btnExtractPlaylist.Name = "btnExtractPlaylist";
btnExtractPlaylist.Size = new Size(116, 23);
btnExtractPlaylist.TabIndex = 1;
btnExtractPlaylist.Text = "Durchsuchen";
btnExtractPlaylist.UseVisualStyleBackColor = true;
btnExtractPlaylist.Click += btnPlaylist_Click;
//
// txtExtractPlaylist
//
txtExtractPlaylist.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
txtExtractPlaylist.Location = new Point(6, 25);
txtExtractPlaylist.Name = "txtExtractPlaylist";
txtExtractPlaylist.Size = new Size(440, 23);
txtExtractPlaylist.TabIndex = 2;
//
// lblExtractPlaylistOpen
//
lblExtractPlaylistOpen.AutoSize = true;
lblExtractPlaylistOpen.Location = new Point(63, 6);
lblExtractPlaylistOpen.Name = "lblExtractPlaylistOpen";
lblExtractPlaylistOpen.Size = new Size(94, 15);
lblExtractPlaylistOpen.TabIndex = 1;
lblExtractPlaylistOpen.TabStop = true;
lblExtractPlaylistOpen.Text = "Datei anschauen";
lblExtractPlaylistOpen.LinkClicked += lblPlaylistOpen_LinkClicked;
//
// lblExtractPlaylist
//
lblExtractPlaylist.AutoSize = true;
lblExtractPlaylist.Location = new Point(6, 6);
lblExtractPlaylist.Name = "lblExtractPlaylist";
lblExtractPlaylist.Size = new Size(44, 15);
lblExtractPlaylist.TabIndex = 0;
lblExtractPlaylist.Text = "Playlist";
//
// tpChangepath
//
tpChangepath.Controls.Add(splCPPlaylists);
tpChangepath.Location = new Point(4, 24);
tpChangepath.Name = "tpChangepath";
tpChangepath.Padding = new Padding(3);
tpChangepath.Size = new Size(574, 397);
tpChangepath.TabIndex = 1;
tpChangepath.Text = "Pfade ändern";
tpChangepath.UseVisualStyleBackColor = true;
//
// splCPPlaylists
//
splCPPlaylists.Dock = DockStyle.Fill;
splCPPlaylists.Location = new Point(3, 3);
splCPPlaylists.Name = "splCPPlaylists";
splCPPlaylists.Orientation = Orientation.Horizontal;
//
// splCPPlaylists.Panel1
//
splCPPlaylists.Panel1.Controls.Add(lstCPPlaylists);
splCPPlaylists.Panel1.Controls.Add(lblCPPlaylists);
//
// splCPPlaylists.Panel2
//
splCPPlaylists.Panel2.Controls.Add(splCPReplacePaths);
splCPPlaylists.Size = new Size(568, 391);
splCPPlaylists.SplitterDistance = 179;
splCPPlaylists.TabIndex = 0;
//
// lstCPPlaylists
//
lstCPPlaylists.AllowDrop = true;
lstCPPlaylists.ContextMenuStrip = cmsCPPlaylists;
lstCPPlaylists.Dock = DockStyle.Fill;
lstCPPlaylists.FormattingEnabled = true;
lstCPPlaylists.ItemHeight = 15;
lstCPPlaylists.Location = new Point(0, 20);
lstCPPlaylists.Name = "lstCPPlaylists";
lstCPPlaylists.Size = new Size(568, 159);
lstCPPlaylists.TabIndex = 1;
lstCPPlaylists.DoubleClick += lstCPPlaylists_DoubleClick;
//
// cmsCPPlaylists
//
cmsCPPlaylists.Items.AddRange(new ToolStripItem[] { dateiÖffnenToolStripMenuItem, dateiHinzufügenToolStripMenuItem, ausListeEntfernenToolStripMenuItem });
cmsCPPlaylists.Name = "cmsCPPlaylists";
cmsCPPlaylists.Size = new Size(204, 70);
//
// dateiÖffnenToolStripMenuItem
//
dateiÖffnenToolStripMenuItem.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point, 0);
dateiÖffnenToolStripMenuItem.Name = "dateiÖffnenToolStripMenuItem";
dateiÖffnenToolStripMenuItem.Size = new Size(203, 22);
dateiÖffnenToolStripMenuItem.Text = "Datei öffnen";
dateiÖffnenToolStripMenuItem.Click += DateiÖffnenToolStripMenuItem_Click;
//
// dateiHinzufügenToolStripMenuItem
//
dateiHinzufügenToolStripMenuItem.Name = "dateiHinzufügenToolStripMenuItem";
dateiHinzufügenToolStripMenuItem.Size = new Size(203, 22);
dateiHinzufügenToolStripMenuItem.Text = "Datei hinzufügen";
dateiHinzufügenToolStripMenuItem.Click += DateiHinzufügenToolStripMenuItem_Click;
//
// ausListeEntfernenToolStripMenuItem
//
ausListeEntfernenToolStripMenuItem.Name = "ausListeEntfernenToolStripMenuItem";
ausListeEntfernenToolStripMenuItem.ShortcutKeys = Keys.Delete;
ausListeEntfernenToolStripMenuItem.Size = new Size(203, 22);
ausListeEntfernenToolStripMenuItem.Text = "Aus Liste entfernen";
ausListeEntfernenToolStripMenuItem.Click += AusListeEntfernenToolStripMenuItem_Click;
//
// lblCPPlaylists
//
lblCPPlaylists.Dock = DockStyle.Top;
lblCPPlaylists.Location = new Point(0, 0);
lblCPPlaylists.Name = "lblCPPlaylists";
lblCPPlaylists.Size = new Size(568, 20);
lblCPPlaylists.TabIndex = 0;
lblCPPlaylists.Text = "Zu ändernde Playlists";
//
// splCPReplacePaths
//
splCPReplacePaths.Dock = DockStyle.Fill;
splCPReplacePaths.Location = new Point(0, 0);
splCPReplacePaths.Name = "splCPReplacePaths";
//
// splCPReplacePaths.Panel1
//
splCPReplacePaths.Panel1.Controls.Add(dgvRep);
//
// splCPReplacePaths.Panel2
//
splCPReplacePaths.Panel2.Controls.Add(dgvFoundPaths);
splCPReplacePaths.Panel2.Controls.Add(lblRepPlaylistpaths);
splCPReplacePaths.Size = new Size(568, 208);
splCPReplacePaths.SplitterDistance = 298;
splCPReplacePaths.TabIndex = 0;
//
// dgvRep
//
dgvRep.BackgroundColor = SystemColors.Window;
dgvRep.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgvRep.Columns.AddRange(new DataGridViewColumn[] { colOriginalPath, colOriginalPathBrowse, colReplaceTo, colReplaceToBrowse });
dgvRep.Dock = DockStyle.Fill;
dgvRep.Location = new Point(0, 0);
dgvRep.Name = "dgvRep";
dgvRep.Size = new Size(298, 208);
dgvRep.TabIndex = 0;
dgvRep.CellContentClick += dgvRep_CellContentClick;
dgvRep.CellValueChanged += dgvRep_CellValueChanged;
//
// colOriginalPath
//
colOriginalPath.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
colOriginalPath.DataPropertyName = "originalpath";
colOriginalPath.HeaderText = "Ursprungspfad";
colOriginalPath.Name = "colOriginalPath";
//
// colOriginalPathBrowse
//
colOriginalPathBrowse.HeaderText = "";
colOriginalPathBrowse.Name = "colOriginalPathBrowse";
colOriginalPathBrowse.Width = 20;
//
// colReplaceTo
//
colReplaceTo.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
colReplaceTo.DataPropertyName = "replacepath";
colReplaceTo.HeaderText = "Neuer Pfad";
colReplaceTo.Name = "colReplaceTo";
//
// colReplaceToBrowse
//
colReplaceToBrowse.HeaderText = "";
colReplaceToBrowse.Name = "colReplaceToBrowse";
colReplaceToBrowse.Width = 20;
//
// dgvFoundPaths
//
dgvFoundPaths.BackgroundColor = SystemColors.Window;
dgvFoundPaths.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgvFoundPaths.Columns.AddRange(new DataGridViewColumn[] { colPLPathPath, colPLPathLength, colPLPathMatchcount, colPLPathMatchresult });
dgvFoundPaths.Dock = DockStyle.Fill;
dgvFoundPaths.Location = new Point(0, 20);
dgvFoundPaths.Name = "dgvFoundPaths";
dgvFoundPaths.Size = new Size(266, 188);
dgvFoundPaths.TabIndex = 0;
dgvFoundPaths.CellDoubleClick += dgvFoundPaths_CellDoubleClick;
//
// colPLPathPath
//
colPLPathPath.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
colPLPathPath.DataPropertyName = "Path";
colPLPathPath.HeaderText = "Pfad";
colPLPathPath.Name = "colPLPathPath";
colPLPathPath.ReadOnly = true;
//
// colPLPathLength
//
colPLPathLength.AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
colPLPathLength.DataPropertyName = "Length";
colPLPathLength.HeaderText = "Pfadlänge";
colPLPathLength.Name = "colPLPathLength";
colPLPathLength.ReadOnly = true;
colPLPathLength.Visible = false;
//
// colPLPathMatchcount
//
colPLPathMatchcount.AutoSizeMode = DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader;
colPLPathMatchcount.DataPropertyName = "Matchcount";
colPLPathMatchcount.HeaderText = "Ersetzungsübereinstimmungen";
colPLPathMatchcount.Name = "colPLPathMatchcount";
colPLPathMatchcount.ReadOnly = true;
colPLPathMatchcount.Visible = false;
//
// colPLPathMatchresult
//
colPLPathMatchresult.AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
colPLPathMatchresult.DataPropertyName = "Matchresult";
colPLPathMatchresult.HeaderText = "Sicherheitsüberprüfung";
colPLPathMatchresult.Name = "colPLPathMatchresult";
colPLPathMatchresult.ReadOnly = true;
colPLPathMatchresult.Width = 21;
//
// lblRepPlaylistpaths
//
lblRepPlaylistpaths.Dock = DockStyle.Top;
lblRepPlaylistpaths.Location = new Point(0, 0);
lblRepPlaylistpaths.Name = "lblRepPlaylistpaths";
lblRepPlaylistpaths.Size = new Size(266, 20);
lblRepPlaylistpaths.TabIndex = 1;
lblRepPlaylistpaths.Text = "Gefundene Pfade in Playlist";
//
// tpList
//
tpList.Controls.Add(chkListPossibilities);
tpList.Controls.Add(lblListPossibilities);
tpList.Controls.Add(btnList);
tpList.Controls.Add(txtList);
tpList.Controls.Add(lblListFolder);
tpList.Location = new Point(4, 24);
tpList.Name = "tpList";
tpList.Padding = new Padding(3);
tpList.Size = new Size(574, 397);
tpList.TabIndex = 2;
tpList.Text = "Tracklist erzeugen";
tpList.UseVisualStyleBackColor = true;
//
// chkListPossibilities
//
chkListPossibilities.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
chkListPossibilities.CheckOnClick = true;
chkListPossibilities.FormattingEnabled = true;
chkListPossibilities.IntegralHeight = false;
chkListPossibilities.Items.AddRange(new object[] { "Titelnr.", "Dateiname", "Titel", "Interpret - Titel" });
chkListPossibilities.Location = new Point(6, 79);
chkListPossibilities.Name = "chkListPossibilities";
chkListPossibilities.Size = new Size(562, 310);
chkListPossibilities.TabIndex = 7;
//
// lblListPossibilities
//
lblListPossibilities.AutoSize = true;
lblListPossibilities.Location = new Point(6, 61);
lblListPossibilities.Name = "lblListPossibilities";
lblListPossibilities.Size = new Size(156, 15);
lblListPossibilities.TabIndex = 6;
lblListPossibilities.Text = "Aufzulistende Eigenschaften";
//
// btnList
//
btnList.Anchor = AnchorStyles.Top | AnchorStyles.Right;
btnList.Location = new Point(452, 22);
btnList.Name = "btnList";
btnList.Size = new Size(116, 23);
btnList.TabIndex = 4;
btnList.Text = "Durchsuchen";
btnList.UseVisualStyleBackColor = true;
btnList.Click += btnList_Click;
//
// txtList
//
txtList.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
txtList.Location = new Point(6, 23);
txtList.Name = "txtList";
txtList.Size = new Size(440, 23);
txtList.TabIndex = 5;
//
// lblListFolder
//
lblListFolder.AutoSize = true;
lblListFolder.Location = new Point(6, 3);
lblListFolder.Name = "lblListFolder";
lblListFolder.Size = new Size(44, 15);
lblListFolder.TabIndex = 3;
lblListFolder.Text = "Ordner";
//
// panBottom
//
panBottom.BackColor = Color.Transparent;
panBottom.Controls.Add(btnOK);
panBottom.Dock = DockStyle.Bottom;
panBottom.Location = new Point(10, 435);
panBottom.Name = "panBottom";
panBottom.Size = new Size(582, 48);
panBottom.TabIndex = 1;
//
// btnOK
//
btnOK.Anchor = AnchorStyles.Bottom;
btnOK.Location = new Point(233, 13);
btnOK.Name = "btnOK";
btnOK.Size = new Size(116, 23);
btnOK.TabIndex = 0;
btnOK.Text = "Vorgang starten";
btnOK.UseVisualStyleBackColor = true;
btnOK.Click += btnOK_Click;
//
// OFD
//
OFD.Filter = "Playlists (*.m3u, *.m3u8)|*.m3u;*.m3u8|Alle Dateien (*.*)|*.*";
//
// SFD
//
SFD.Filter = "Playlist (*.m3u, *.m3u8)|*.m3u;*.m3u8|Alle Dateien (*.*)|*.*";
//
// frmMain
//
AllowDrop = true;
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(602, 493);
Controls.Add(tcMain);
Controls.Add(panBottom);
Name = "frmMain";
Padding = new Padding(10);
Text = "Playlist-Manager";
FormClosing += frmMain_FormClosing;
Load += frmMain_Load;
DragDrop += frmMain_DragDrop;
DragEnter += frmMain_DragEnter;
tcMain.ResumeLayout(false);
tpExtract.ResumeLayout(false);
tpExtract.PerformLayout();
tpChangepath.ResumeLayout(false);
splCPPlaylists.Panel1.ResumeLayout(false);
splCPPlaylists.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)splCPPlaylists).EndInit();
splCPPlaylists.ResumeLayout(false);
cmsCPPlaylists.ResumeLayout(false);
splCPReplacePaths.Panel1.ResumeLayout(false);
splCPReplacePaths.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)splCPReplacePaths).EndInit();
splCPReplacePaths.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dgvRep).EndInit();
((System.ComponentModel.ISupportInitialize)dgvFoundPaths).EndInit();
tpList.ResumeLayout(false);
tpList.PerformLayout();
panBottom.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private TabControl tcMain;
private TabPage tpExtract;
private TabPage tpChangepath;
private TabPage tpList;
private Panel panBottom;
private Button btnOK;
private CheckBox chkExtractSortFiles;
private Button btnExtractTargetfolder;
private TextBox txtExtractTargetfolder;
private Label lblExtractTargetfolder;
private Button btnExtractPlaylist;
private TextBox txtExtractPlaylist;
private LinkLabel lblExtractPlaylistOpen;
private Label lblExtractPlaylist;
private FolderBrowserDialog FBD;
private OpenFileDialog OFD;
private SaveFileDialog SFD;
private ContextMenuStrip cmsCPPlaylists;
private ToolStripMenuItem dateiÖffnenToolStripMenuItem;
private ToolStripMenuItem dateiHinzufügenToolStripMenuItem;
private ToolStripMenuItem ausListeEntfernenToolStripMenuItem;
private SplitContainer splCPPlaylists;
private SplitContainer splCPReplacePaths;
private ListBox lstCPPlaylists;
private Label lblCPPlaylists;
private DataGridView dgvRep;
private DataGridView dgvFoundPaths;
private Label lblRepPlaylistpaths;
private CheckedListBox chkListPossibilities;
private Label lblListPossibilities;
private Button btnList;
private TextBox txtList;
private Label lblListFolder;
private DataGridViewTextBoxColumn colOriginalPath;
private DataGridViewButtonColumn colOriginalPathBrowse;
private DataGridViewTextBoxColumn colReplaceTo;
private DataGridViewButtonColumn colReplaceToBrowse;
private DataGridViewTextBoxColumn colPLPathPath;
private DataGridViewTextBoxColumn colPLPathLength;
private DataGridViewTextBoxColumn colPLPathMatchcount;
private DataGridViewCheckBoxColumn colPLPathMatchresult;
}
}