lantool

ein feines Tool für LANs (damals)
git clone https://git.clttr.info/lantool.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

MainForm.Designer.cs (32488B)


      1 namespace LanTool
      2 {
      3     /// <summary>
      4     /// Hauptfenster vom LanTool
      5     /// </summary>
      6     partial class MainForm
      7     {
      8         /// <summary>
      9         /// Required designer variable.
     10         /// </summary>
     11         private System.ComponentModel.IContainer components = null;
     12 
     13         /// <summary>
     14         /// Clean up any resources being used.
     15         /// </summary>
     16         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
     17         protected override void Dispose(bool disposing)
     18         {
     19 			m_Cache.Dispose();
     20 
     21             if (disposing && (components != null))
     22             {
     23                 components.Dispose();
     24             }
     25             base.Dispose(disposing);
     26         }
     27 
     28         #region Windows Form Designer generated code
     29 
     30         /// <summary>
     31         /// Required method for Designer support - do not modify
     32         /// the contents of this method with the code editor.
     33         /// </summary>
     34         private void InitializeComponent()
     35         {
     36 			this.components = new System.ComponentModel.Container();
     37 			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     38 			this.MainMenuToolStrip = new System.Windows.Forms.MenuStrip();
     39 			this.MainMenuDatei = new System.Windows.Forms.ToolStripMenuItem();
     40 			this.FileMenuEditConfig = new System.Windows.Forms.ToolStripMenuItem();
     41 			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     42 			this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     43 			this.verzeichnisFürEinePlattenExortierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     44 			this.offlineCacheLöschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     45 			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     46 			this.FileMenuHashCacheLoeschen = new System.Windows.Forms.ToolStripMenuItem();
     47 			this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
     48 			this.FileMenuProtokollausgabeLoeschen = new System.Windows.Forms.ToolStripMenuItem();
     49 			this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     50 			this.FileMenuExit = new System.Windows.Forms.ToolStripMenuItem();
     51 			this.MainMenuEigenePlatten = new System.Windows.Forms.ToolStripMenuItem();
     52 			this.MainMenuFremdePlatten = new System.Windows.Forms.ToolStripMenuItem();
     53 			this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     54 			this.lanToolTippsTricksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     55 			this.lanToolChangeLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     56 			this.lanToolForumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     57 			this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
     58 			this.fTPMitDemLanToolNetDriveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     59 			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     60 			this.überToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     61 			this.suchenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     62 			this.searchField = new System.Windows.Forms.ToolStripTextBox();
     63 			this.fileSystemImageList = new System.Windows.Forms.ImageList(this.components);
     64 			this.VerticalSplitContainer = new System.Windows.Forms.SplitContainer();
     65 			this.myDisksSplitContainer = new System.Windows.Forms.SplitContainer();
     66 			this.myDisksPath = new System.Windows.Forms.TextBox();
     67 			this.myDisksTree = new System.Windows.Forms.TreeView();
     68 			this.otherDisksSplitContainer = new System.Windows.Forms.SplitContainer();
     69 			this.otherDisksPath = new System.Windows.Forms.TextBox();
     70 			this.otherDisksTree = new System.Windows.Forms.TreeView();
     71 			this.HorizontalSplitContainer = new System.Windows.Forms.SplitContainer();
     72 			this.logTextBox = new System.Windows.Forms.RichTextBox();
     73 			this.stsStatus = new System.Windows.Forms.StatusStrip();
     74 			this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     75 			this.statusThreads = new System.Windows.Forms.ToolStripStatusLabel();
     76 			this.statusProgress = new System.Windows.Forms.ToolStripProgressBar();
     77 			this.MainMenuToolStrip.SuspendLayout();
     78 			this.VerticalSplitContainer.Panel1.SuspendLayout();
     79 			this.VerticalSplitContainer.Panel2.SuspendLayout();
     80 			this.VerticalSplitContainer.SuspendLayout();
     81 			this.myDisksSplitContainer.Panel1.SuspendLayout();
     82 			this.myDisksSplitContainer.Panel2.SuspendLayout();
     83 			this.myDisksSplitContainer.SuspendLayout();
     84 			this.otherDisksSplitContainer.Panel1.SuspendLayout();
     85 			this.otherDisksSplitContainer.Panel2.SuspendLayout();
     86 			this.otherDisksSplitContainer.SuspendLayout();
     87 			this.HorizontalSplitContainer.Panel1.SuspendLayout();
     88 			this.HorizontalSplitContainer.Panel2.SuspendLayout();
     89 			this.HorizontalSplitContainer.SuspendLayout();
     90 			this.stsStatus.SuspendLayout();
     91 			this.SuspendLayout();
     92 			// 
     93 			// MainMenuToolStrip
     94 			// 
     95 			this.MainMenuToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     96             this.MainMenuDatei,
     97             this.MainMenuEigenePlatten,
     98             this.MainMenuFremdePlatten,
     99             this.infoToolStripMenuItem,
    100             this.suchenToolStripMenuItem,
    101             this.searchField});
    102 			this.MainMenuToolStrip.Location = new System.Drawing.Point(0, 0);
    103 			this.MainMenuToolStrip.Name = "MainMenuToolStrip";
    104 			this.MainMenuToolStrip.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
    105 			this.MainMenuToolStrip.Size = new System.Drawing.Size(1008, 27);
    106 			this.MainMenuToolStrip.TabIndex = 0;
    107 			// 
    108 			// MainMenuDatei
    109 			// 
    110 			this.MainMenuDatei.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    111             this.FileMenuEditConfig,
    112             this.toolStripMenuItem1,
    113             this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem,
    114             this.verzeichnisFürEinePlattenExortierenToolStripMenuItem,
    115             this.offlineCacheLöschenToolStripMenuItem,
    116             this.toolStripMenuItem2,
    117             this.FileMenuHashCacheLoeschen,
    118             this.toolStripMenuItem4,
    119             this.FileMenuProtokollausgabeLoeschen,
    120             this.toolStripMenuItem3,
    121             this.FileMenuExit});
    122 			this.MainMenuDatei.Name = "MainMenuDatei";
    123 			this.MainMenuDatei.Size = new System.Drawing.Size(46, 23);
    124 			this.MainMenuDatei.Text = "&Datei";
    125 			// 
    126 			// FileMenuEditConfig
    127 			// 
    128 			this.FileMenuEditConfig.Image = global::LanTool.Properties.Resources.EditTableHS;
    129 			this.FileMenuEditConfig.Name = "FileMenuEditConfig";
    130 			this.FileMenuEditConfig.ShortcutKeyDisplayString = "F2";
    131 			this.FileMenuEditConfig.ShortcutKeys = System.Windows.Forms.Keys.F2;
    132 			this.FileMenuEditConfig.Size = new System.Drawing.Size(396, 22);
    133 			this.FileMenuEditConfig.Text = "&Konfiguration bearbeiten...";
    134 			this.FileMenuEditConfig.Click += new System.EventHandler(this.konfigurationToolStripMenuItem_Click);
    135 			// 
    136 			// toolStripMenuItem1
    137 			// 
    138 			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
    139 			this.toolStripMenuItem1.Size = new System.Drawing.Size(393, 6);
    140 			// 
    141 			// verzeichnisFürMeinePlattenImportierenToolStripMenuItem
    142 			// 
    143 			this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem.Image = global::LanTool.Properties.Resources.OpenFile;
    144 			this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem.Name = "verzeichnisFürMeinePlattenImportierenToolStripMenuItem";
    145 			this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem.ShortcutKeyDisplayString = "Strg+O";
    146 			this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
    147 			this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem.Size = new System.Drawing.Size(396, 22);
    148 			this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem.Text = "Offline-Verzeichnis für \"Meine Platten\" einlesen....";
    149 			this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem.Click += new System.EventHandler(this.verzeichnisFürMeinePlattenImportierenToolStripMenuItem_Click);
    150 			// 
    151 			// verzeichnisFürEinePlattenExortierenToolStripMenuItem
    152 			// 
    153 			this.verzeichnisFürEinePlattenExortierenToolStripMenuItem.Image = global::LanTool.Properties.Resources.saveHS;
    154 			this.verzeichnisFürEinePlattenExortierenToolStripMenuItem.Name = "verzeichnisFürEinePlattenExortierenToolStripMenuItem";
    155 			this.verzeichnisFürEinePlattenExortierenToolStripMenuItem.ShortcutKeyDisplayString = "Strg+S";
    156 			this.verzeichnisFürEinePlattenExortierenToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
    157 			this.verzeichnisFürEinePlattenExortierenToolStripMenuItem.Size = new System.Drawing.Size(396, 22);
    158 			this.verzeichnisFürEinePlattenExortierenToolStripMenuItem.Text = "Offline-Verzeichnis für \"Meine Platten\" abspeichern...";
    159 			this.verzeichnisFürEinePlattenExortierenToolStripMenuItem.Click += new System.EventHandler(this.verzeichnisFürMeinePlattenExportierenToolStripMenuItem_Click);
    160 			// 
    161 			// offlineCacheLöschenToolStripMenuItem
    162 			// 
    163 			this.offlineCacheLöschenToolStripMenuItem.Image = global::LanTool.Properties.Resources.DeleteHS;
    164 			this.offlineCacheLöschenToolStripMenuItem.Name = "offlineCacheLöschenToolStripMenuItem";
    165 			this.offlineCacheLöschenToolStripMenuItem.Size = new System.Drawing.Size(396, 22);
    166 			this.offlineCacheLöschenToolStripMenuItem.Text = "Offline-Caches löschen";
    167 			this.offlineCacheLöschenToolStripMenuItem.Click += new System.EventHandler(this.offlineCacheLöschenToolStripMenuItem_Click);
    168 			// 
    169 			// toolStripMenuItem2
    170 			// 
    171 			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
    172 			this.toolStripMenuItem2.Size = new System.Drawing.Size(393, 6);
    173 			// 
    174 			// FileMenuHashCacheLoeschen
    175 			// 
    176 			this.FileMenuHashCacheLoeschen.Image = global::LanTool.Properties.Resources.DeleteHS;
    177 			this.FileMenuHashCacheLoeschen.Name = "FileMenuHashCacheLoeschen";
    178 			this.FileMenuHashCacheLoeschen.Size = new System.Drawing.Size(396, 22);
    179 			this.FileMenuHashCacheLoeschen.Text = "Hash-Cache löschen";
    180 			this.FileMenuHashCacheLoeschen.Click += new System.EventHandler(this.hashCacheLöschenToolStripMenuItem_Click);
    181 			// 
    182 			// toolStripMenuItem4
    183 			// 
    184 			this.toolStripMenuItem4.Name = "toolStripMenuItem4";
    185 			this.toolStripMenuItem4.Size = new System.Drawing.Size(393, 6);
    186 			// 
    187 			// FileMenuProtokollausgabeLoeschen
    188 			// 
    189 			this.FileMenuProtokollausgabeLoeschen.Name = "FileMenuProtokollausgabeLoeschen";
    190 			this.FileMenuProtokollausgabeLoeschen.Size = new System.Drawing.Size(396, 22);
    191 			this.FileMenuProtokollausgabeLoeschen.Text = "Protokollausgabe löschen";
    192 			this.FileMenuProtokollausgabeLoeschen.Click += new System.EventHandler(this.protokollausgabeLöschenToolStripMenuItem_Click);
    193 			// 
    194 			// toolStripMenuItem3
    195 			// 
    196 			this.toolStripMenuItem3.Name = "toolStripMenuItem3";
    197 			this.toolStripMenuItem3.Size = new System.Drawing.Size(393, 6);
    198 			// 
    199 			// FileMenuExit
    200 			// 
    201 			this.FileMenuExit.Name = "FileMenuExit";
    202 			this.FileMenuExit.ShortcutKeyDisplayString = "Alt+F4";
    203 			this.FileMenuExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
    204 			this.FileMenuExit.Size = new System.Drawing.Size(396, 22);
    205 			this.FileMenuExit.Text = "&Beenden";
    206 			this.FileMenuExit.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
    207 			// 
    208 			// MainMenuEigenePlatten
    209 			// 
    210 			this.MainMenuEigenePlatten.Name = "MainMenuEigenePlatten";
    211 			this.MainMenuEigenePlatten.Size = new System.Drawing.Size(92, 23);
    212 			this.MainMenuEigenePlatten.Text = "&Meine Platten";
    213 			// 
    214 			// MainMenuFremdePlatten
    215 			// 
    216 			this.MainMenuFremdePlatten.Name = "MainMenuFremdePlatten";
    217 			this.MainMenuFremdePlatten.Size = new System.Drawing.Size(99, 23);
    218 			this.MainMenuFremdePlatten.Text = "&Fremde Platten";
    219 			// 
    220 			// infoToolStripMenuItem
    221 			// 
    222 			this.infoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    223             this.lanToolTippsTricksToolStripMenuItem,
    224             this.lanToolChangeLogToolStripMenuItem,
    225             this.lanToolForumToolStripMenuItem,
    226             this.toolStripMenuItem5,
    227             this.fTPMitDemLanToolNetDriveToolStripMenuItem,
    228             this.toolStripSeparator1,
    229             this.überToolStripMenuItem});
    230 			this.infoToolStripMenuItem.Name = "infoToolStripMenuItem";
    231 			this.infoToolStripMenuItem.Size = new System.Drawing.Size(40, 23);
    232 			this.infoToolStripMenuItem.Text = "&Info";
    233 			// 
    234 			// lanToolTippsTricksToolStripMenuItem
    235 			// 
    236 			this.lanToolTippsTricksToolStripMenuItem.Image = global::LanTool.Properties.Resources.HTMLPage;
    237 			this.lanToolTippsTricksToolStripMenuItem.Name = "lanToolTippsTricksToolStripMenuItem";
    238 			this.lanToolTippsTricksToolStripMenuItem.Size = new System.Drawing.Size(253, 22);
    239 			this.lanToolTippsTricksToolStripMenuItem.Text = "LanTool Tipps && Tricks";
    240 			this.lanToolTippsTricksToolStripMenuItem.Click += new System.EventHandler(this.lanToolTippsTricksToolStripMenuItem_Click);
    241 			// 
    242 			// lanToolChangeLogToolStripMenuItem
    243 			// 
    244 			this.lanToolChangeLogToolStripMenuItem.Image = global::LanTool.Properties.Resources.HTMLPage;
    245 			this.lanToolChangeLogToolStripMenuItem.Name = "lanToolChangeLogToolStripMenuItem";
    246 			this.lanToolChangeLogToolStripMenuItem.Size = new System.Drawing.Size(253, 22);
    247 			this.lanToolChangeLogToolStripMenuItem.Text = "LanTool ChangeLog";
    248 			this.lanToolChangeLogToolStripMenuItem.Click += new System.EventHandler(this.lanToolChangeLogToolStripMenuItem_Click);
    249 			// 
    250 			// lanToolForumToolStripMenuItem
    251 			// 
    252 			this.lanToolForumToolStripMenuItem.Image = global::LanTool.Properties.Resources.HTMLPage;
    253 			this.lanToolForumToolStripMenuItem.Name = "lanToolForumToolStripMenuItem";
    254 			this.lanToolForumToolStripMenuItem.Size = new System.Drawing.Size(253, 22);
    255 			this.lanToolForumToolStripMenuItem.Text = "LanTool-Forum";
    256 			this.lanToolForumToolStripMenuItem.Visible = false;
    257 			this.lanToolForumToolStripMenuItem.Click += new System.EventHandler(this.lanToolForumToolStripMenuItem_Click);
    258 			// 
    259 			// toolStripMenuItem5
    260 			// 
    261 			this.toolStripMenuItem5.Name = "toolStripMenuItem5";
    262 			this.toolStripMenuItem5.Size = new System.Drawing.Size(250, 6);
    263 			// 
    264 			// fTPMitDemLanToolNetDriveToolStripMenuItem
    265 			// 
    266 			this.fTPMitDemLanToolNetDriveToolStripMenuItem.Name = "fTPMitDemLanToolNetDriveToolStripMenuItem";
    267 			this.fTPMitDemLanToolNetDriveToolStripMenuItem.Size = new System.Drawing.Size(253, 22);
    268 			this.fTPMitDemLanToolNetDriveToolStripMenuItem.Text = "&FTP mit dem LanTool -> NetDrive";
    269 			this.fTPMitDemLanToolNetDriveToolStripMenuItem.Click += new System.EventHandler(this.fTPMitDemLanToolNetDriveToolStripMenuItem_Click);
    270 			// 
    271 			// toolStripSeparator1
    272 			// 
    273 			this.toolStripSeparator1.Name = "toolStripSeparator1";
    274 			this.toolStripSeparator1.Size = new System.Drawing.Size(250, 6);
    275 			// 
    276 			// überToolStripMenuItem
    277 			// 
    278 			this.überToolStripMenuItem.Name = "überToolStripMenuItem";
    279 			this.überToolStripMenuItem.Size = new System.Drawing.Size(253, 22);
    280 			this.überToolStripMenuItem.Text = "&Über";
    281 			this.überToolStripMenuItem.Click += new System.EventHandler(this.überToolStripMenuItem_Click);
    282 			// 
    283 			// suchenToolStripMenuItem
    284 			// 
    285 			this.suchenToolStripMenuItem.AutoSize = false;
    286 			this.suchenToolStripMenuItem.Image = global::LanTool.Properties.Resources.FindHS;
    287 			this.suchenToolStripMenuItem.Name = "suchenToolStripMenuItem";
    288 			this.suchenToolStripMenuItem.Size = new System.Drawing.Size(80, 23);
    289 			this.suchenToolStripMenuItem.Text = "&Suche:";
    290 			this.suchenToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    291 			this.suchenToolStripMenuItem.Click += new System.EventHandler(this.suchenToolStripMenuItem_Click);
    292 			// 
    293 			// searchField
    294 			// 
    295 			this.searchField.AutoSize = false;
    296 			this.searchField.AutoToolTip = true;
    297 			this.searchField.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    298 			this.searchField.Name = "searchField";
    299 			this.searchField.Size = new System.Drawing.Size(150, 23);
    300 			this.searchField.ToolTipText = "Suche";
    301 			this.searchField.KeyUp += new System.Windows.Forms.KeyEventHandler(this.searchField_KeyUp);
    302 			// 
    303 			// fileSystemImageList
    304 			// 
    305 			this.fileSystemImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("fileSystemImageList.ImageStream")));
    306 			this.fileSystemImageList.TransparentColor = System.Drawing.Color.Transparent;
    307 			this.fileSystemImageList.Images.SetKeyName(0, "Ordner.png");
    308 			this.fileSystemImageList.Images.SetKeyName(1, "OrdnerErr.png");
    309 			this.fileSystemImageList.Images.SetKeyName(2, "DateiWeiss.png");
    310 			this.fileSystemImageList.Images.SetKeyName(3, "DateiRot.png");
    311 			this.fileSystemImageList.Images.SetKeyName(4, "DateiSaugen.png");
    312 			this.fileSystemImageList.Images.SetKeyName(5, "DateiFingerWeg.png");
    313 			this.fileSystemImageList.Images.SetKeyName(6, "DateiFrischGesaugt.png");
    314 			this.fileSystemImageList.Images.SetKeyName(7, "DateiGruen.png");
    315 			this.fileSystemImageList.Images.SetKeyName(8, "DateiExcluded.png");
    316 			this.fileSystemImageList.Images.SetKeyName(9, "DateiExcludedAndDeleted.png");
    317 			this.fileSystemImageList.Images.SetKeyName(10, "DateiLoeschen.png");
    318 			this.fileSystemImageList.Images.SetKeyName(11, "OrdnerLoeschen.png");
    319 			this.fileSystemImageList.Images.SetKeyName(12, "Oeffnen.png");
    320 			this.fileSystemImageList.Images.SetKeyName(13, "Demarkieren.png");
    321 			this.fileSystemImageList.Images.SetKeyName(14, "Markieren.png");
    322 			this.fileSystemImageList.Images.SetKeyName(15, "Hinzufuegen.png");
    323 			this.fileSystemImageList.Images.SetKeyName(16, "Zuklappen.png");
    324 			this.fileSystemImageList.Images.SetKeyName(17, "Aktualisieren.png");
    325 			this.fileSystemImageList.Images.SetKeyName(18, "Entfernen.png");
    326 			this.fileSystemImageList.Images.SetKeyName(19, "DateiGelb.png");
    327 			// 
    328 			// VerticalSplitContainer
    329 			// 
    330 			this.VerticalSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
    331 			this.VerticalSplitContainer.Location = new System.Drawing.Point(0, 0);
    332 			this.VerticalSplitContainer.Name = "VerticalSplitContainer";
    333 			// 
    334 			// VerticalSplitContainer.Panel1
    335 			// 
    336 			this.VerticalSplitContainer.Panel1.Controls.Add(this.myDisksSplitContainer);
    337 			// 
    338 			// VerticalSplitContainer.Panel2
    339 			// 
    340 			this.VerticalSplitContainer.Panel2.Controls.Add(this.otherDisksSplitContainer);
    341 			this.VerticalSplitContainer.Size = new System.Drawing.Size(1008, 426);
    342 			this.VerticalSplitContainer.SplitterDistance = 487;
    343 			this.VerticalSplitContainer.TabIndex = 9;
    344 			// 
    345 			// myDisksSplitContainer
    346 			// 
    347 			this.myDisksSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
    348 			this.myDisksSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    349 			this.myDisksSplitContainer.IsSplitterFixed = true;
    350 			this.myDisksSplitContainer.Location = new System.Drawing.Point(0, 0);
    351 			this.myDisksSplitContainer.Name = "myDisksSplitContainer";
    352 			this.myDisksSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
    353 			// 
    354 			// myDisksSplitContainer.Panel1
    355 			// 
    356 			this.myDisksSplitContainer.Panel1.Controls.Add(this.myDisksPath);
    357 			this.myDisksSplitContainer.Panel1MinSize = 20;
    358 			// 
    359 			// myDisksSplitContainer.Panel2
    360 			// 
    361 			this.myDisksSplitContainer.Panel2.Controls.Add(this.myDisksTree);
    362 			this.myDisksSplitContainer.Size = new System.Drawing.Size(487, 426);
    363 			this.myDisksSplitContainer.SplitterDistance = 20;
    364 			this.myDisksSplitContainer.TabIndex = 0;
    365 			// 
    366 			// myDisksPath
    367 			// 
    368 			this.myDisksPath.Dock = System.Windows.Forms.DockStyle.Top;
    369 			this.myDisksPath.Location = new System.Drawing.Point(0, 0);
    370 			this.myDisksPath.Name = "myDisksPath";
    371 			this.myDisksPath.ReadOnly = true;
    372 			this.myDisksPath.Size = new System.Drawing.Size(487, 20);
    373 			this.myDisksPath.TabIndex = 2;
    374 			this.myDisksPath.KeyUp += new System.Windows.Forms.KeyEventHandler(this.DisksPath_KeyUp);
    375 			this.myDisksPath.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.DisksPath_OpenPath);
    376 			// 
    377 			// myDisksTree
    378 			// 
    379 			this.myDisksTree.AllowDrop = true;
    380 			this.myDisksTree.CheckBoxes = true;
    381 			this.myDisksTree.Dock = System.Windows.Forms.DockStyle.Fill;
    382 			this.myDisksTree.FullRowSelect = true;
    383 			this.myDisksTree.HideSelection = false;
    384 			this.myDisksTree.ImageIndex = 0;
    385 			this.myDisksTree.ImageList = this.fileSystemImageList;
    386 			this.myDisksTree.Location = new System.Drawing.Point(0, 0);
    387 			this.myDisksTree.Name = "myDisksTree";
    388 			this.myDisksTree.SelectedImageIndex = 0;
    389 			this.myDisksTree.ShowNodeToolTips = true;
    390 			this.myDisksTree.Size = new System.Drawing.Size(487, 402);
    391 			this.myDisksTree.TabIndex = 1;
    392 			this.myDisksTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.myDisksTree_AfterSelect);
    393 			this.myDisksTree.DragDrop += new System.Windows.Forms.DragEventHandler(this.myDisksTree_DragDrop);
    394 			this.myDisksTree.DragEnter += new System.Windows.Forms.DragEventHandler(this.myDisksTree_DragEnter);
    395 			this.myDisksTree.DragOver += new System.Windows.Forms.DragEventHandler(this.myDisksTree_DragEnter);
    396 			this.myDisksTree.Enter += new System.EventHandler(this.DisksTree_Enter);
    397 			this.myDisksTree.KeyUp += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyUp);
    398 			this.myDisksTree.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.tree_MouseDoubleClick);
    399 			this.myDisksTree.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tree_MouseUp);
    400 			// 
    401 			// otherDisksSplitContainer
    402 			// 
    403 			this.otherDisksSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
    404 			this.otherDisksSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    405 			this.otherDisksSplitContainer.IsSplitterFixed = true;
    406 			this.otherDisksSplitContainer.Location = new System.Drawing.Point(0, 0);
    407 			this.otherDisksSplitContainer.Name = "otherDisksSplitContainer";
    408 			this.otherDisksSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
    409 			// 
    410 			// otherDisksSplitContainer.Panel1
    411 			// 
    412 			this.otherDisksSplitContainer.Panel1.Controls.Add(this.otherDisksPath);
    413 			this.otherDisksSplitContainer.Panel1MinSize = 20;
    414 			// 
    415 			// otherDisksSplitContainer.Panel2
    416 			// 
    417 			this.otherDisksSplitContainer.Panel2.Controls.Add(this.otherDisksTree);
    418 			this.otherDisksSplitContainer.Size = new System.Drawing.Size(517, 426);
    419 			this.otherDisksSplitContainer.SplitterDistance = 20;
    420 			this.otherDisksSplitContainer.TabIndex = 0;
    421 			// 
    422 			// otherDisksPath
    423 			// 
    424 			this.otherDisksPath.Dock = System.Windows.Forms.DockStyle.Top;
    425 			this.otherDisksPath.Location = new System.Drawing.Point(0, 0);
    426 			this.otherDisksPath.Name = "otherDisksPath";
    427 			this.otherDisksPath.ReadOnly = true;
    428 			this.otherDisksPath.Size = new System.Drawing.Size(517, 20);
    429 			this.otherDisksPath.TabIndex = 3;
    430 			this.otherDisksPath.KeyUp += new System.Windows.Forms.KeyEventHandler(this.DisksPath_KeyUp);
    431 			this.otherDisksPath.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.DisksPath_OpenPath);
    432 			// 
    433 			// otherDisksTree
    434 			// 
    435 			this.otherDisksTree.CheckBoxes = true;
    436 			this.otherDisksTree.Dock = System.Windows.Forms.DockStyle.Fill;
    437 			this.otherDisksTree.FullRowSelect = true;
    438 			this.otherDisksTree.HideSelection = false;
    439 			this.otherDisksTree.ImageIndex = 0;
    440 			this.otherDisksTree.ImageList = this.fileSystemImageList;
    441 			this.otherDisksTree.Indent = 19;
    442 			this.otherDisksTree.LabelEdit = true;
    443 			this.otherDisksTree.Location = new System.Drawing.Point(0, 0);
    444 			this.otherDisksTree.Name = "otherDisksTree";
    445 			this.otherDisksTree.SelectedImageIndex = 0;
    446 			this.otherDisksTree.ShowNodeToolTips = true;
    447 			this.otherDisksTree.Size = new System.Drawing.Size(517, 402);
    448 			this.otherDisksTree.TabIndex = 3;
    449 			this.otherDisksTree.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.otherDisksTree_ItemDrag);
    450 			this.otherDisksTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.otherDisksTree_AfterSelect);
    451 			this.otherDisksTree.Enter += new System.EventHandler(this.DisksTree_Enter);
    452 			this.otherDisksTree.KeyUp += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyUp);
    453 			this.otherDisksTree.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.tree_MouseDoubleClick);
    454 			this.otherDisksTree.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tree_MouseUp);
    455 			// 
    456 			// HorizontalSplitContainer
    457 			// 
    458 			this.HorizontalSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    459             | System.Windows.Forms.AnchorStyles.Left) 
    460             | System.Windows.Forms.AnchorStyles.Right)));
    461 			this.HorizontalSplitContainer.Location = new System.Drawing.Point(0, 30);
    462 			this.HorizontalSplitContainer.Name = "HorizontalSplitContainer";
    463 			this.HorizontalSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
    464 			// 
    465 			// HorizontalSplitContainer.Panel1
    466 			// 
    467 			this.HorizontalSplitContainer.Panel1.Controls.Add(this.VerticalSplitContainer);
    468 			this.HorizontalSplitContainer.Panel1MinSize = 15;
    469 			// 
    470 			// HorizontalSplitContainer.Panel2
    471 			// 
    472 			this.HorizontalSplitContainer.Panel2.Controls.Add(this.logTextBox);
    473 			this.HorizontalSplitContainer.Panel2MinSize = 15;
    474 			this.HorizontalSplitContainer.Size = new System.Drawing.Size(1008, 549);
    475 			this.HorizontalSplitContainer.SplitterDistance = 426;
    476 			this.HorizontalSplitContainer.TabIndex = 4;
    477 			// 
    478 			// logTextBox
    479 			// 
    480 			this.logTextBox.DetectUrls = false;
    481 			this.logTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
    482 			this.logTextBox.ForeColor = System.Drawing.SystemColors.WindowText;
    483 			this.logTextBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
    484 			this.logTextBox.Location = new System.Drawing.Point(0, 0);
    485 			this.logTextBox.Name = "logTextBox";
    486 			this.logTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
    487 			this.logTextBox.Size = new System.Drawing.Size(1008, 119);
    488 			this.logTextBox.TabIndex = 2;
    489 			this.logTextBox.Text = "";
    490 			this.logTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyUp);
    491 			// 
    492 			// stsStatus
    493 			// 
    494 			this.stsStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    495             this.statusLabel,
    496             this.statusThreads,
    497             this.statusProgress});
    498 			this.stsStatus.Location = new System.Drawing.Point(0, 582);
    499 			this.stsStatus.Name = "stsStatus";
    500 			this.stsStatus.ShowItemToolTips = true;
    501 			this.stsStatus.Size = new System.Drawing.Size(1008, 22);
    502 			this.stsStatus.TabIndex = 6;
    503 			this.stsStatus.Text = "statusStrip1";
    504 			// 
    505 			// statusLabel
    506 			// 
    507 			this.statusLabel.Name = "statusLabel";
    508 			this.statusLabel.Size = new System.Drawing.Size(765, 17);
    509 			this.statusLabel.Spring = true;
    510 			this.statusLabel.Text = "Guten Tag!";
    511 			this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    512 			this.statusLabel.ToolTipText = "letzte Statusinfo";
    513 			// 
    514 			// statusThreads
    515 			// 
    516 			this.statusThreads.Name = "statusThreads";
    517 			this.statusThreads.Size = new System.Drawing.Size(26, 17);
    518 			this.statusThreads.Text = "T: 0";
    519 			this.statusThreads.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    520 			this.statusThreads.ToolTipText = "Anzahl aktiver Kopier-Threads.";
    521 			// 
    522 			// statusProgress
    523 			// 
    524 			this.statusProgress.Name = "statusProgress";
    525 			this.statusProgress.Size = new System.Drawing.Size(200, 16);
    526 			this.statusProgress.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
    527 			this.statusProgress.ToolTipText = "Noch nichts kopiert!";
    528 			// 
    529 			// MainForm
    530 			// 
    531 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    532 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    533 			this.ClientSize = new System.Drawing.Size(1008, 604);
    534 			this.Controls.Add(this.MainMenuToolStrip);
    535 			this.Controls.Add(this.HorizontalSplitContainer);
    536 			this.Controls.Add(this.stsStatus);
    537 			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    538 			this.MainMenuStrip = this.MainMenuToolStrip;
    539 			this.Margin = new System.Windows.Forms.Padding(2);
    540 			this.Name = "MainForm";
    541 			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
    542 			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
    543 			this.Load += new System.EventHandler(this.MainForm_Load);
    544 			this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyUp);
    545 			this.MainMenuToolStrip.ResumeLayout(false);
    546 			this.MainMenuToolStrip.PerformLayout();
    547 			this.VerticalSplitContainer.Panel1.ResumeLayout(false);
    548 			this.VerticalSplitContainer.Panel2.ResumeLayout(false);
    549 			this.VerticalSplitContainer.ResumeLayout(false);
    550 			this.myDisksSplitContainer.Panel1.ResumeLayout(false);
    551 			this.myDisksSplitContainer.Panel1.PerformLayout();
    552 			this.myDisksSplitContainer.Panel2.ResumeLayout(false);
    553 			this.myDisksSplitContainer.ResumeLayout(false);
    554 			this.otherDisksSplitContainer.Panel1.ResumeLayout(false);
    555 			this.otherDisksSplitContainer.Panel1.PerformLayout();
    556 			this.otherDisksSplitContainer.Panel2.ResumeLayout(false);
    557 			this.otherDisksSplitContainer.ResumeLayout(false);
    558 			this.HorizontalSplitContainer.Panel1.ResumeLayout(false);
    559 			this.HorizontalSplitContainer.Panel2.ResumeLayout(false);
    560 			this.HorizontalSplitContainer.ResumeLayout(false);
    561 			this.stsStatus.ResumeLayout(false);
    562 			this.stsStatus.PerformLayout();
    563 			this.ResumeLayout(false);
    564 			this.PerformLayout();
    565 
    566         }
    567 
    568         #endregion
    569 
    570         private System.Windows.Forms.MenuStrip MainMenuToolStrip;
    571         private System.Windows.Forms.ToolStripMenuItem MainMenuDatei;
    572 		private System.Windows.Forms.ToolStripMenuItem FileMenuExit;
    573         private System.Windows.Forms.SplitContainer VerticalSplitContainer;
    574         private System.Windows.Forms.SplitContainer HorizontalSplitContainer;
    575         private System.Windows.Forms.ImageList fileSystemImageList;
    576         private System.Windows.Forms.ToolStripMenuItem FileMenuEditConfig;
    577         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
    578         private System.Windows.Forms.ToolStripMenuItem FileMenuProtokollausgabeLoeschen;
    579         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
    580         private System.Windows.Forms.ToolStripMenuItem FileMenuHashCacheLoeschen;
    581         private System.Windows.Forms.StatusStrip stsStatus;
    582         private System.Windows.Forms.ToolStripStatusLabel statusLabel;
    583         private System.Windows.Forms.ToolStripProgressBar statusProgress;
    584         private System.Windows.Forms.ToolStripMenuItem MainMenuEigenePlatten;
    585         private System.Windows.Forms.ToolStripMenuItem MainMenuFremdePlatten;
    586         private System.Windows.Forms.ToolStripMenuItem verzeichnisFürEinePlattenExortierenToolStripMenuItem;
    587         private System.Windows.Forms.ToolStripMenuItem verzeichnisFürMeinePlattenImportierenToolStripMenuItem;
    588         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
    589         private System.Windows.Forms.ToolStripMenuItem offlineCacheLöschenToolStripMenuItem;
    590 		private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
    591         private System.Windows.Forms.ToolStripMenuItem fTPMitDemLanToolNetDriveToolStripMenuItem;
    592         private System.Windows.Forms.ToolStripMenuItem überToolStripMenuItem;
    593         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
    594         private System.Windows.Forms.ToolStripStatusLabel statusThreads;
    595         private System.Windows.Forms.ToolStripTextBox searchField;
    596         private System.Windows.Forms.ToolStripMenuItem suchenToolStripMenuItem;
    597         private System.Windows.Forms.ToolStripMenuItem lanToolForumToolStripMenuItem;
    598         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
    599         private System.Windows.Forms.ToolStripMenuItem lanToolTippsTricksToolStripMenuItem;
    600         private System.Windows.Forms.ToolStripMenuItem lanToolChangeLogToolStripMenuItem;
    601         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
    602 		private System.Windows.Forms.TextBox myDisksPath;
    603 		private System.Windows.Forms.TreeView myDisksTree;
    604 		private System.Windows.Forms.TextBox otherDisksPath;
    605 		private System.Windows.Forms.TreeView otherDisksTree;
    606 		private System.Windows.Forms.RichTextBox logTextBox;
    607 		private System.Windows.Forms.SplitContainer myDisksSplitContainer;
    608 		private System.Windows.Forms.SplitContainer otherDisksSplitContainer;
    609     }
    610 }
    611