lantool

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

ConfigEdit.Designer.cs (18089B)


      1 namespace LanTool
      2 {
      3     partial class ConfigEdit
      4     {
      5         /// <summary>
      6         /// Required designer variable.
      7         /// </summary>
      8         private System.ComponentModel.IContainer components = null;
      9 
     10         /// <summary>
     11         /// Clean up any resources being used.
     12         /// </summary>
     13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
     14         protected override void Dispose(bool disposing)
     15         {
     16             if (disposing && (components != null))
     17             {
     18                 components.Dispose();
     19             }
     20             base.Dispose(disposing);
     21         }
     22 
     23         #region Windows Form Designer generated code
     24 
     25         /// <summary>
     26         /// Required method for Designer support - do not modify
     27         /// the contents of this method with the code editor.
     28         /// </summary>
     29         private void InitializeComponent()
     30         {
     31 			this.components = new System.ComponentModel.Container();
     32 			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigEdit));
     33 			this.chkHideExcludedFiles = new System.Windows.Forms.CheckBox();
     34 			this.chkShowIgnoredClones = new System.Windows.Forms.CheckBox();
     35 			this.label1 = new System.Windows.Forms.Label();
     36 			this.chkAutoUpdateOtherDisks = new System.Windows.Forms.CheckBox();
     37 			this.chkAutoUpdateMyDisks = new System.Windows.Forms.CheckBox();
     38 			this.txtMD5Length = new System.Windows.Forms.TextBox();
     39 			this.Md5Label = new System.Windows.Forms.Label();
     40 			this.btnAbbruch = new System.Windows.Forms.Button();
     41 			this.ttiConfig = new System.Windows.Forms.ToolTip(this.components);
     42 			this.chkLowerPriority = new System.Windows.Forms.CheckBox();
     43 			this.txtHeaderExtension = new System.Windows.Forms.TextBox();
     44 			this.lblTitelzeile = new System.Windows.Forms.Label();
     45 			this.chkTreatEqualNames = new System.Windows.Forms.CheckBox();
     46 			this.chkRemoveMarks = new System.Windows.Forms.CheckBox();
     47 			this.chkHideExistingFiles = new System.Windows.Forms.CheckBox();
     48 			this.btnRemoveDefaultOfflineFile = new System.Windows.Forms.Button();
     49 			this.label2 = new System.Windows.Forms.Label();
     50 			this.btnSelectDefaultOfflineFile = new System.Windows.Forms.Button();
     51 			this.txtDefaultOfflineFile = new System.Windows.Forms.TextBox();
     52 			this.btnOK = new System.Windows.Forms.Button();
     53 			this.OtherDisksBox = new LanTool.ConfigListBox();
     54 			this.MyDisksBox = new LanTool.ConfigListBox();
     55 			this.BlackListBox = new LanTool.ConfigListBox();
     56 			this.WhiteListBox = new LanTool.ConfigListBox();
     57 			this.SuspendLayout();
     58 			// 
     59 			// chkHideExcludedFiles
     60 			// 
     61 			this.chkHideExcludedFiles.AutoSize = true;
     62 			this.chkHideExcludedFiles.Location = new System.Drawing.Point(717, 301);
     63 			this.chkHideExcludedFiles.Name = "chkHideExcludedFiles";
     64 			this.chkHideExcludedFiles.Size = new System.Drawing.Size(166, 17);
     65 			this.chkHideExcludedFiles.TabIndex = 81;
     66 			this.chkHideExcludedFiles.Text = "gesperrte Dateien verstecken";
     67 			this.ttiConfig.SetToolTip(this.chkHideExcludedFiles, "Ist diese Option aktiviert, so werden gesperrte Dateien\r\nnicht mehr in die Baumst" +
     68         "ruktur eingetragen.\r\n\r\nEin Entsperren ist daher auch erst dann möglich, wenn\r\ndi" +
     69         "ese Option deaktiviert wurde.");
     70 			this.chkHideExcludedFiles.UseVisualStyleBackColor = true;
     71 			// 
     72 			// chkShowIgnoredClones
     73 			// 
     74 			this.chkShowIgnoredClones.AutoSize = true;
     75 			this.chkShowIgnoredClones.Location = new System.Drawing.Point(485, 301);
     76 			this.chkShowIgnoredClones.Name = "chkShowIgnoredClones";
     77 			this.chkShowIgnoredClones.Size = new System.Drawing.Size(168, 17);
     78 			this.chkShowIgnoredClones.TabIndex = 80;
     79 			this.chkShowIgnoredClones.Text = "erlaubte Dubletten einblenden";
     80 			this.ttiConfig.SetToolTip(this.chkShowIgnoredClones, "Wenn aktiviert, werden erlaubte Dubletten beim Anzeigen der\r\nBaumstruktur behande" +
     81         "lt wie normale Dubletten, d.h. die Pfade\r\nmit den Dubletten werden aufgeklappt.");
     82 			this.chkShowIgnoredClones.UseVisualStyleBackColor = true;
     83 			// 
     84 			// label1
     85 			// 
     86 			this.label1.AutoSize = true;
     87 			this.label1.Location = new System.Drawing.Point(21, 278);
     88 			this.label1.Name = "label1";
     89 			this.label1.Size = new System.Drawing.Size(438, 91);
     90 			this.label1.TabIndex = 77;
     91 			this.label1.Text = resources.GetString("label1.Text");
     92 			// 
     93 			// chkAutoUpdateOtherDisks
     94 			// 
     95 			this.chkAutoUpdateOtherDisks.AutoSize = true;
     96 			this.chkAutoUpdateOtherDisks.Location = new System.Drawing.Point(717, 278);
     97 			this.chkAutoUpdateOtherDisks.Name = "chkAutoUpdateOtherDisks";
     98 			this.chkAutoUpdateOtherDisks.Size = new System.Drawing.Size(145, 17);
     99 			this.chkAutoUpdateOtherDisks.TabIndex = 79;
    100 			this.chkAutoUpdateOtherDisks.Text = "automatisch aktualisieren";
    101 			this.chkAutoUpdateOtherDisks.UseVisualStyleBackColor = true;
    102 			// 
    103 			// chkAutoUpdateMyDisks
    104 			// 
    105 			this.chkAutoUpdateMyDisks.AutoSize = true;
    106 			this.chkAutoUpdateMyDisks.Location = new System.Drawing.Point(485, 278);
    107 			this.chkAutoUpdateMyDisks.Name = "chkAutoUpdateMyDisks";
    108 			this.chkAutoUpdateMyDisks.Size = new System.Drawing.Size(145, 17);
    109 			this.chkAutoUpdateMyDisks.TabIndex = 78;
    110 			this.chkAutoUpdateMyDisks.Text = "automatisch aktualisieren";
    111 			this.chkAutoUpdateMyDisks.UseVisualStyleBackColor = true;
    112 			// 
    113 			// txtMD5Length
    114 			// 
    115 			this.txtMD5Length.Location = new System.Drawing.Point(217, 11);
    116 			this.txtMD5Length.MaxLength = 20;
    117 			this.txtMD5Length.Name = "txtMD5Length";
    118 			this.txtMD5Length.Size = new System.Drawing.Size(100, 20);
    119 			this.txtMD5Length.TabIndex = 68;
    120 			this.ttiConfig.SetToolTip(this.txtMD5Length, resources.GetString("txtMD5Length.ToolTip"));
    121 			// 
    122 			// Md5Label
    123 			// 
    124 			this.Md5Label.AutoSize = true;
    125 			this.Md5Label.Location = new System.Drawing.Point(21, 14);
    126 			this.Md5Label.Name = "Md5Label";
    127 			this.Md5Label.Size = new System.Drawing.Size(193, 13);
    128 			this.Md5Label.TabIndex = 67;
    129 			this.Md5Label.Text = "Bufferlänge für Dateivergleich (in Bytes)";
    130 			this.ttiConfig.SetToolTip(this.Md5Label, resources.GetString("Md5Label.ToolTip"));
    131 			// 
    132 			// btnAbbruch
    133 			// 
    134 			this.btnAbbruch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    135 			this.btnAbbruch.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    136 			this.btnAbbruch.Location = new System.Drawing.Point(870, 378);
    137 			this.btnAbbruch.Name = "btnAbbruch";
    138 			this.btnAbbruch.Size = new System.Drawing.Size(75, 23);
    139 			this.btnAbbruch.TabIndex = 86;
    140 			this.btnAbbruch.Text = "Abbruch";
    141 			this.btnAbbruch.UseVisualStyleBackColor = true;
    142 			// 
    143 			// ttiConfig
    144 			// 
    145 			this.ttiConfig.AutoPopDelay = 10000;
    146 			this.ttiConfig.InitialDelay = 500;
    147 			this.ttiConfig.ReshowDelay = 100;
    148 			this.ttiConfig.ToolTipTitle = "Konfigurationserklärung";
    149 			// 
    150 			// chkLowerPriority
    151 			// 
    152 			this.chkLowerPriority.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    153 			this.chkLowerPriority.AutoSize = true;
    154 			this.chkLowerPriority.Location = new System.Drawing.Point(485, 382);
    155 			this.chkLowerPriority.Name = "chkLowerPriority";
    156 			this.chkLowerPriority.Size = new System.Drawing.Size(212, 17);
    157 			this.chkLowerPriority.TabIndex = 88;
    158 			this.chkLowerPriority.Text = "Programm mit geringerer Priorität starten";
    159 			this.ttiConfig.SetToolTip(this.chkLowerPriority, "Aktivieren Sie diese Option, wenn LanTool mit der Priorität \"niedriger als normal" +
    160         "\" gestartet werden soll.\r\nDadurch stört LanTool laufende Spiele weniger.");
    161 			this.chkLowerPriority.UseVisualStyleBackColor = true;
    162 			// 
    163 			// txtHeaderExtension
    164 			// 
    165 			this.txtHeaderExtension.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    166 			this.txtHeaderExtension.Location = new System.Drawing.Point(217, 379);
    167 			this.txtHeaderExtension.MaxLength = 15;
    168 			this.txtHeaderExtension.Name = "txtHeaderExtension";
    169 			this.txtHeaderExtension.Size = new System.Drawing.Size(100, 20);
    170 			this.txtHeaderExtension.TabIndex = 87;
    171 			this.ttiConfig.SetToolTip(this.txtHeaderExtension, "Dieser Text wird in der Programmtitelzeile des LanTool noch vor dem Programmnamen" +
    172         " angezeigt.");
    173 			this.txtHeaderExtension.Validating += new System.ComponentModel.CancelEventHandler(this.txtHeaderExtension_Validating);
    174 			// 
    175 			// lblTitelzeile
    176 			// 
    177 			this.lblTitelzeile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    178 			this.lblTitelzeile.AutoSize = true;
    179 			this.lblTitelzeile.Location = new System.Drawing.Point(21, 382);
    180 			this.lblTitelzeile.Name = "lblTitelzeile";
    181 			this.lblTitelzeile.Size = new System.Drawing.Size(154, 13);
    182 			this.lblTitelzeile.TabIndex = 66;
    183 			this.lblTitelzeile.Text = "Kennzeichnung in der Titelzeile";
    184 			this.ttiConfig.SetToolTip(this.lblTitelzeile, "Dieser Text wird in der Programmtitelzeile des LanTool noch vor dem Programmnamen" +
    185         " angezeigt.");
    186 			// 
    187 			// chkTreatEqualNames
    188 			// 
    189 			this.chkTreatEqualNames.AutoSize = true;
    190 			this.chkTreatEqualNames.Location = new System.Drawing.Point(717, 347);
    191 			this.chkTreatEqualNames.Name = "chkTreatEqualNames";
    192 			this.chkTreatEqualNames.Size = new System.Drawing.Size(199, 17);
    193 			this.chkTreatEqualNames.TabIndex = 84;
    194 			this.chkTreatEqualNames.Text = "identische Dateinamen ausschließen";
    195 			this.ttiConfig.SetToolTip(this.chkTreatEqualNames, "Dateien auf den eigenen und den fremden Platten mit unterschiedlichen Hashes aber" +
    196         " identischen Dateinamen werden als gleiche Dateien behandelt.");
    197 			this.chkTreatEqualNames.UseVisualStyleBackColor = true;
    198 			// 
    199 			// chkRemoveMarks
    200 			// 
    201 			this.chkRemoveMarks.AutoSize = true;
    202 			this.chkRemoveMarks.Location = new System.Drawing.Point(485, 324);
    203 			this.chkRemoveMarks.Name = "chkRemoveMarks";
    204 			this.chkRemoveMarks.Size = new System.Drawing.Size(199, 17);
    205 			this.chkRemoveMarks.TabIndex = 82;
    206 			this.chkRemoveMarks.Text = "Markierungen nach Aktion entfernen";
    207 			this.ttiConfig.SetToolTip(this.chkRemoveMarks, resources.GetString("chkRemoveMarks.ToolTip"));
    208 			this.chkRemoveMarks.UseVisualStyleBackColor = true;
    209 			// 
    210 			// chkHideExistingFiles
    211 			// 
    212 			this.chkHideExistingFiles.AutoSize = true;
    213 			this.chkHideExistingFiles.Location = new System.Drawing.Point(717, 324);
    214 			this.chkHideExistingFiles.Name = "chkHideExistingFiles";
    215 			this.chkHideExistingFiles.Size = new System.Drawing.Size(179, 17);
    216 			this.chkHideExistingFiles.TabIndex = 83;
    217 			this.chkHideExistingFiles.Text = "vorhandene Dateien verstecken";
    218 			this.ttiConfig.SetToolTip(this.chkHideExistingFiles, "Aktiviere diese Option, wenn Dateien, die bereits auf\r\nden eigenen Platten liegen" +
    219         ", auf den fremden Platten nicht\r\nmehr angezeigt werden sollen.");
    220 			this.chkHideExistingFiles.UseVisualStyleBackColor = true;
    221 			// 
    222 			// btnRemoveDefaultOfflineFile
    223 			// 
    224 			this.btnRemoveDefaultOfflineFile.Image = global::LanTool.Properties.Resources.DeleteHS;
    225 			this.btnRemoveDefaultOfflineFile.Location = new System.Drawing.Point(920, 9);
    226 			this.btnRemoveDefaultOfflineFile.Name = "btnRemoveDefaultOfflineFile";
    227 			this.btnRemoveDefaultOfflineFile.Size = new System.Drawing.Size(25, 23);
    228 			this.btnRemoveDefaultOfflineFile.TabIndex = 72;
    229 			this.btnRemoveDefaultOfflineFile.UseVisualStyleBackColor = true;
    230 			this.btnRemoveDefaultOfflineFile.Click += new System.EventHandler(this.btnRemoveDefaultOfflineFile_Click);
    231 			// 
    232 			// label2
    233 			// 
    234 			this.label2.AutoSize = true;
    235 			this.label2.Location = new System.Drawing.Point(367, 14);
    236 			this.label2.Name = "label2";
    237 			this.label2.Size = new System.Drawing.Size(156, 13);
    238 			this.label2.TabIndex = 69;
    239 			this.label2.Text = "Offline-Datei beim Starten laden";
    240 			// 
    241 			// btnSelectDefaultOfflineFile
    242 			// 
    243 			this.btnSelectDefaultOfflineFile.Image = global::LanTool.Properties.Resources.OpenFile;
    244 			this.btnSelectDefaultOfflineFile.Location = new System.Drawing.Point(889, 9);
    245 			this.btnSelectDefaultOfflineFile.Name = "btnSelectDefaultOfflineFile";
    246 			this.btnSelectDefaultOfflineFile.Size = new System.Drawing.Size(25, 23);
    247 			this.btnSelectDefaultOfflineFile.TabIndex = 71;
    248 			this.btnSelectDefaultOfflineFile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    249 			this.btnSelectDefaultOfflineFile.UseVisualStyleBackColor = true;
    250 			this.btnSelectDefaultOfflineFile.Click += new System.EventHandler(this.btnSelectDefaultOfflineFile_Click);
    251 			// 
    252 			// txtDefaultOfflineFile
    253 			// 
    254 			this.txtDefaultOfflineFile.Location = new System.Drawing.Point(529, 11);
    255 			this.txtDefaultOfflineFile.Name = "txtDefaultOfflineFile";
    256 			this.txtDefaultOfflineFile.Size = new System.Drawing.Size(354, 20);
    257 			this.txtDefaultOfflineFile.TabIndex = 70;
    258 			// 
    259 			// btnOK
    260 			// 
    261 			this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    262 			this.btnOK.Location = new System.Drawing.Point(789, 378);
    263 			this.btnOK.Name = "btnOK";
    264 			this.btnOK.Size = new System.Drawing.Size(75, 23);
    265 			this.btnOK.TabIndex = 85;
    266 			this.btnOK.Text = "OK";
    267 			this.btnOK.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    268 			this.btnOK.UseVisualStyleBackColor = true;
    269 			this.btnOK.Click += new System.EventHandler(this.OkButton_Click);
    270 			// 
    271 			// OtherDisksBox
    272 			// 
    273 			this.OtherDisksBox.HasFolderSelectButton = true;
    274 			this.OtherDisksBox.HasNewFolderButton = false;
    275 			this.OtherDisksBox.Header = "Fremde Platten";
    276 			this.OtherDisksBox.Location = new System.Drawing.Point(708, 37);
    277 			this.OtherDisksBox.Name = "OtherDisksBox";
    278 			this.OtherDisksBox.Size = new System.Drawing.Size(237, 234);
    279 			this.OtherDisksBox.Sorted = true;
    280 			this.OtherDisksBox.TabIndex = 76;
    281 			// 
    282 			// MyDisksBox
    283 			// 
    284 			this.MyDisksBox.HasFolderSelectButton = true;
    285 			this.MyDisksBox.HasNewFolderButton = true;
    286 			this.MyDisksBox.Header = "Meine Platten";
    287 			this.MyDisksBox.Location = new System.Drawing.Point(476, 37);
    288 			this.MyDisksBox.Name = "MyDisksBox";
    289 			this.MyDisksBox.Size = new System.Drawing.Size(226, 234);
    290 			this.MyDisksBox.Sorted = true;
    291 			this.MyDisksBox.TabIndex = 75;
    292 			// 
    293 			// BlackListBox
    294 			// 
    295 			this.BlackListBox.HasFolderSelectButton = false;
    296 			this.BlackListBox.HasNewFolderButton = false;
    297 			this.BlackListBox.Header = "Blacklist für Dateiendungen";
    298 			this.BlackListBox.Location = new System.Drawing.Point(244, 37);
    299 			this.BlackListBox.Name = "BlackListBox";
    300 			this.BlackListBox.Size = new System.Drawing.Size(226, 234);
    301 			this.BlackListBox.Sorted = false;
    302 			this.BlackListBox.TabIndex = 74;
    303 			// 
    304 			// WhiteListBox
    305 			// 
    306 			this.WhiteListBox.HasFolderSelectButton = false;
    307 			this.WhiteListBox.HasNewFolderButton = false;
    308 			this.WhiteListBox.Header = "Whitelist für Dateiendungen";
    309 			this.WhiteListBox.Location = new System.Drawing.Point(12, 37);
    310 			this.WhiteListBox.Name = "WhiteListBox";
    311 			this.WhiteListBox.Size = new System.Drawing.Size(226, 234);
    312 			this.WhiteListBox.Sorted = false;
    313 			this.WhiteListBox.TabIndex = 73;
    314 			// 
    315 			// ConfigEdit
    316 			// 
    317 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    318 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    319 			this.ClientSize = new System.Drawing.Size(957, 413);
    320 			this.ControlBox = false;
    321 			this.Controls.Add(this.chkHideExcludedFiles);
    322 			this.Controls.Add(this.chkShowIgnoredClones);
    323 			this.Controls.Add(this.label1);
    324 			this.Controls.Add(this.chkAutoUpdateOtherDisks);
    325 			this.Controls.Add(this.chkAutoUpdateMyDisks);
    326 			this.Controls.Add(this.OtherDisksBox);
    327 			this.Controls.Add(this.MyDisksBox);
    328 			this.Controls.Add(this.BlackListBox);
    329 			this.Controls.Add(this.txtMD5Length);
    330 			this.Controls.Add(this.Md5Label);
    331 			this.Controls.Add(this.btnAbbruch);
    332 			this.Controls.Add(this.chkLowerPriority);
    333 			this.Controls.Add(this.txtHeaderExtension);
    334 			this.Controls.Add(this.lblTitelzeile);
    335 			this.Controls.Add(this.btnRemoveDefaultOfflineFile);
    336 			this.Controls.Add(this.label2);
    337 			this.Controls.Add(this.btnSelectDefaultOfflineFile);
    338 			this.Controls.Add(this.txtDefaultOfflineFile);
    339 			this.Controls.Add(this.chkTreatEqualNames);
    340 			this.Controls.Add(this.chkRemoveMarks);
    341 			this.Controls.Add(this.chkHideExistingFiles);
    342 			this.Controls.Add(this.btnOK);
    343 			this.Controls.Add(this.WhiteListBox);
    344 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    345 			this.Margin = new System.Windows.Forms.Padding(2);
    346 			this.Name = "ConfigEdit";
    347 			this.Text = "LanTool - Konfiguration";
    348 			this.Load += new System.EventHandler(this.ConfigEdit_Load);
    349 			this.ResumeLayout(false);
    350 			this.PerformLayout();
    351 
    352         }
    353 
    354         #endregion
    355 
    356 		private System.Windows.Forms.CheckBox chkHideExcludedFiles;
    357 		private System.Windows.Forms.ToolTip ttiConfig;
    358 		private System.Windows.Forms.CheckBox chkShowIgnoredClones;
    359 		private System.Windows.Forms.Label label1;
    360 		private System.Windows.Forms.CheckBox chkAutoUpdateOtherDisks;
    361 		private System.Windows.Forms.CheckBox chkAutoUpdateMyDisks;
    362 		private ConfigListBox OtherDisksBox;
    363 		private ConfigListBox MyDisksBox;
    364 		private ConfigListBox BlackListBox;
    365 		private System.Windows.Forms.TextBox txtMD5Length;
    366 		private System.Windows.Forms.Label Md5Label;
    367 		private System.Windows.Forms.Button btnAbbruch;
    368 		private System.Windows.Forms.CheckBox chkLowerPriority;
    369 		private System.Windows.Forms.TextBox txtHeaderExtension;
    370 		private System.Windows.Forms.Label lblTitelzeile;
    371 		private System.Windows.Forms.CheckBox chkTreatEqualNames;
    372 		private System.Windows.Forms.CheckBox chkRemoveMarks;
    373 		private System.Windows.Forms.CheckBox chkHideExistingFiles;
    374 		private System.Windows.Forms.Button btnRemoveDefaultOfflineFile;
    375 		private System.Windows.Forms.Label label2;
    376 		private System.Windows.Forms.Button btnSelectDefaultOfflineFile;
    377 		private System.Windows.Forms.TextBox txtDefaultOfflineFile;
    378 		private System.Windows.Forms.Button btnOK;
    379 		private ConfigListBox WhiteListBox;
    380 
    381 
    382 
    383 
    384 	}
    385 }
    386