2017-04-16 17:57:27 +02:00
|
|
|
|
namespace DML.Application
|
|
|
|
|
{
|
|
|
|
|
partial class MainForm
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2017-04-16 17:57:27 +02:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.pnlSettings = new System.Windows.Forms.GroupBox();
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.btnFileNameHelp = new System.Windows.Forms.Button();
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.lbThreadLimit = new System.Windows.Forms.Label();
|
|
|
|
|
this.edThreadLimit = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.cbSkipExisting = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.edNameScheme = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.lbNameScheme = new System.Windows.Forms.Label();
|
|
|
|
|
this.btnSearchFolders = new System.Windows.Forms.Button();
|
|
|
|
|
this.edOperatingFolder = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.lbOperatingFolder = new System.Windows.Forms.Label();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
2017-04-17 21:56:53 +02:00
|
|
|
|
this.btnAddJob = new System.Windows.Forms.Button();
|
|
|
|
|
this.cbChannel = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.lbChannel = new System.Windows.Forms.Label();
|
|
|
|
|
this.cbGuild = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.lbGuild = new System.Windows.Forms.Label();
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.statusStrip = new System.Windows.Forms.StatusStrip();
|
2018-08-29 23:16:04 +02:00
|
|
|
|
this.lbStatus = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
this.invisibleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.doNotDisturbToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.doNotDenyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.onlineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2017-04-30 11:29:49 +02:00
|
|
|
|
this.pgbProgress = new System.Windows.Forms.ToolStripProgressBar();
|
|
|
|
|
this.lbProgress = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.lblVersionPlaceholder = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.lbVersion = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.btnDropDown = new System.Windows.Forms.ToolStripSplitButton();
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.showTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
2017-04-30 11:29:49 +02:00
|
|
|
|
this.visitGithubToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2017-12-10 12:05:51 +01:00
|
|
|
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.btnDelete = new System.Windows.Forms.Button();
|
|
|
|
|
this.lbxJobs = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.tmrRefreshProgress = new System.Windows.Forms.Timer(this.components);
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.tmrTriggerRefresh = new System.Windows.Forms.Timer(this.components);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.pnlSettings.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.edThreadLimit)).BeginInit();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.statusStrip.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
2017-04-16 17:57:27 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2017-04-17 14:39:29 +02:00
|
|
|
|
// pnlSettings
|
|
|
|
|
//
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.pnlSettings.Controls.Add(this.btnFileNameHelp);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.pnlSettings.Controls.Add(this.lbThreadLimit);
|
|
|
|
|
this.pnlSettings.Controls.Add(this.edThreadLimit);
|
|
|
|
|
this.pnlSettings.Controls.Add(this.cbSkipExisting);
|
|
|
|
|
this.pnlSettings.Controls.Add(this.edNameScheme);
|
|
|
|
|
this.pnlSettings.Controls.Add(this.lbNameScheme);
|
|
|
|
|
this.pnlSettings.Controls.Add(this.btnSearchFolders);
|
|
|
|
|
this.pnlSettings.Controls.Add(this.edOperatingFolder);
|
|
|
|
|
this.pnlSettings.Controls.Add(this.lbOperatingFolder);
|
|
|
|
|
this.pnlSettings.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.pnlSettings.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.pnlSettings.Name = "pnlSettings";
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.pnlSettings.Size = new System.Drawing.Size(690, 93);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.pnlSettings.TabIndex = 0;
|
|
|
|
|
this.pnlSettings.TabStop = false;
|
|
|
|
|
this.pnlSettings.Text = "Settings";
|
|
|
|
|
//
|
2019-12-12 19:06:58 +01:00
|
|
|
|
// btnFileNameHelp
|
|
|
|
|
//
|
|
|
|
|
this.btnFileNameHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.btnFileNameHelp.Image = global::DML.Application.Properties.Resources.info_icon;
|
|
|
|
|
this.btnFileNameHelp.Location = new System.Drawing.Point(554, 37);
|
|
|
|
|
this.btnFileNameHelp.Name = "btnFileNameHelp";
|
|
|
|
|
this.btnFileNameHelp.Size = new System.Drawing.Size(25, 23);
|
|
|
|
|
this.btnFileNameHelp.TabIndex = 8;
|
|
|
|
|
this.btnFileNameHelp.UseVisualStyleBackColor = true;
|
2019-12-12 19:13:52 +01:00
|
|
|
|
this.btnFileNameHelp.Click += new System.EventHandler(this.btnFileNameHelp_Click);
|
2019-12-12 19:06:58 +01:00
|
|
|
|
//
|
2017-04-17 14:39:29 +02:00
|
|
|
|
// lbThreadLimit
|
|
|
|
|
//
|
|
|
|
|
this.lbThreadLimit.AutoSize = true;
|
|
|
|
|
this.lbThreadLimit.Location = new System.Drawing.Point(12, 67);
|
|
|
|
|
this.lbThreadLimit.Name = "lbThreadLimit";
|
|
|
|
|
this.lbThreadLimit.Size = new System.Drawing.Size(64, 13);
|
|
|
|
|
this.lbThreadLimit.TabIndex = 6;
|
|
|
|
|
this.lbThreadLimit.Text = "Thread limit:";
|
|
|
|
|
//
|
|
|
|
|
// edThreadLimit
|
|
|
|
|
//
|
|
|
|
|
this.edThreadLimit.Location = new System.Drawing.Point(113, 65);
|
|
|
|
|
this.edThreadLimit.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.edThreadLimit.Name = "edThreadLimit";
|
|
|
|
|
this.edThreadLimit.Size = new System.Drawing.Size(120, 20);
|
|
|
|
|
this.edThreadLimit.TabIndex = 7;
|
|
|
|
|
this.edThreadLimit.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.edThreadLimit.ValueChanged += new System.EventHandler(this.DoSomethingChanged);
|
|
|
|
|
//
|
|
|
|
|
// cbSkipExisting
|
|
|
|
|
//
|
|
|
|
|
this.cbSkipExisting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.cbSkipExisting.AutoSize = true;
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.cbSkipExisting.Location = new System.Drawing.Point(584, 42);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.cbSkipExisting.Name = "cbSkipExisting";
|
|
|
|
|
this.cbSkipExisting.Size = new System.Drawing.Size(106, 17);
|
|
|
|
|
this.cbSkipExisting.TabIndex = 5;
|
|
|
|
|
this.cbSkipExisting.Text = "Skip existing files";
|
|
|
|
|
this.cbSkipExisting.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cbSkipExisting.TextChanged += new System.EventHandler(this.DoSomethingChanged);
|
|
|
|
|
//
|
|
|
|
|
// edNameScheme
|
|
|
|
|
//
|
|
|
|
|
this.edNameScheme.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.edNameScheme.Location = new System.Drawing.Point(113, 39);
|
|
|
|
|
this.edNameScheme.Name = "edNameScheme";
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.edNameScheme.Size = new System.Drawing.Size(435, 20);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.edNameScheme.TabIndex = 4;
|
|
|
|
|
this.edNameScheme.TextChanged += new System.EventHandler(this.DoSomethingChanged);
|
|
|
|
|
//
|
|
|
|
|
// lbNameScheme
|
|
|
|
|
//
|
|
|
|
|
this.lbNameScheme.AutoSize = true;
|
|
|
|
|
this.lbNameScheme.Location = new System.Drawing.Point(12, 42);
|
|
|
|
|
this.lbNameScheme.Name = "lbNameScheme";
|
|
|
|
|
this.lbNameScheme.Size = new System.Drawing.Size(95, 13);
|
|
|
|
|
this.lbNameScheme.TabIndex = 3;
|
|
|
|
|
this.lbNameScheme.Text = "File name scheme:";
|
|
|
|
|
//
|
|
|
|
|
// btnSearchFolders
|
|
|
|
|
//
|
|
|
|
|
this.btnSearchFolders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.btnSearchFolders.Location = new System.Drawing.Point(659, 11);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.btnSearchFolders.Name = "btnSearchFolders";
|
|
|
|
|
this.btnSearchFolders.Size = new System.Drawing.Size(25, 23);
|
|
|
|
|
this.btnSearchFolders.TabIndex = 2;
|
|
|
|
|
this.btnSearchFolders.Text = "...";
|
|
|
|
|
this.btnSearchFolders.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSearchFolders.Click += new System.EventHandler(this.btnSearchFolders_Click);
|
|
|
|
|
//
|
|
|
|
|
// edOperatingFolder
|
|
|
|
|
//
|
|
|
|
|
this.edOperatingFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.edOperatingFolder.Location = new System.Drawing.Point(113, 13);
|
|
|
|
|
this.edOperatingFolder.Name = "edOperatingFolder";
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.edOperatingFolder.Size = new System.Drawing.Size(540, 20);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.edOperatingFolder.TabIndex = 1;
|
|
|
|
|
this.edOperatingFolder.TextChanged += new System.EventHandler(this.DoSomethingChanged);
|
|
|
|
|
//
|
|
|
|
|
// lbOperatingFolder
|
|
|
|
|
//
|
|
|
|
|
this.lbOperatingFolder.AutoSize = true;
|
|
|
|
|
this.lbOperatingFolder.Location = new System.Drawing.Point(12, 16);
|
|
|
|
|
this.lbOperatingFolder.Name = "lbOperatingFolder";
|
|
|
|
|
this.lbOperatingFolder.Size = new System.Drawing.Size(85, 13);
|
|
|
|
|
this.lbOperatingFolder.TabIndex = 0;
|
|
|
|
|
this.lbOperatingFolder.Text = "Operating folder:";
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.btnAddJob);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cbChannel);
|
|
|
|
|
this.groupBox1.Controls.Add(this.lbChannel);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cbGuild);
|
|
|
|
|
this.groupBox1.Controls.Add(this.lbGuild);
|
|
|
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 93);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(690, 57);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.groupBox1.TabIndex = 1;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Add a job";
|
|
|
|
|
//
|
2017-04-17 21:56:53 +02:00
|
|
|
|
// btnAddJob
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 21:56:53 +02:00
|
|
|
|
this.btnAddJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.btnAddJob.Location = new System.Drawing.Point(618, 19);
|
2017-04-17 21:56:53 +02:00
|
|
|
|
this.btnAddJob.Name = "btnAddJob";
|
|
|
|
|
this.btnAddJob.Size = new System.Drawing.Size(66, 23);
|
|
|
|
|
this.btnAddJob.TabIndex = 4;
|
|
|
|
|
this.btnAddJob.Text = "&Add";
|
|
|
|
|
this.btnAddJob.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnAddJob.Click += new System.EventHandler(this.btnAddJob_Click);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 21:56:53 +02:00
|
|
|
|
// cbChannel
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 21:56:53 +02:00
|
|
|
|
this.cbChannel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.cbChannel.FormattingEnabled = true;
|
|
|
|
|
this.cbChannel.Location = new System.Drawing.Point(294, 19);
|
|
|
|
|
this.cbChannel.Name = "cbChannel";
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.cbChannel.Size = new System.Drawing.Size(318, 21);
|
2017-04-17 21:56:53 +02:00
|
|
|
|
this.cbChannel.TabIndex = 3;
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 21:56:53 +02:00
|
|
|
|
// lbChannel
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 21:56:53 +02:00
|
|
|
|
this.lbChannel.AutoSize = true;
|
|
|
|
|
this.lbChannel.Location = new System.Drawing.Point(239, 22);
|
|
|
|
|
this.lbChannel.Name = "lbChannel";
|
|
|
|
|
this.lbChannel.Size = new System.Drawing.Size(49, 13);
|
|
|
|
|
this.lbChannel.TabIndex = 2;
|
|
|
|
|
this.lbChannel.Text = "Channel:";
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
|
|
|
|
// cbGuild
|
|
|
|
|
//
|
|
|
|
|
this.cbGuild.FormattingEnabled = true;
|
|
|
|
|
this.cbGuild.Location = new System.Drawing.Point(52, 19);
|
|
|
|
|
this.cbGuild.Name = "cbGuild";
|
|
|
|
|
this.cbGuild.Size = new System.Drawing.Size(181, 21);
|
|
|
|
|
this.cbGuild.TabIndex = 1;
|
|
|
|
|
this.cbGuild.SelectedIndexChanged += new System.EventHandler(this.cbGuild_SelectedIndexChanged);
|
|
|
|
|
//
|
2017-04-17 21:56:53 +02:00
|
|
|
|
// lbGuild
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 21:56:53 +02:00
|
|
|
|
this.lbGuild.AutoSize = true;
|
|
|
|
|
this.lbGuild.Location = new System.Drawing.Point(12, 22);
|
|
|
|
|
this.lbGuild.Name = "lbGuild";
|
|
|
|
|
this.lbGuild.Size = new System.Drawing.Size(34, 13);
|
|
|
|
|
this.lbGuild.TabIndex = 0;
|
|
|
|
|
this.lbGuild.Text = "Guild:";
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 23:02:57 +02:00
|
|
|
|
// statusStrip
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.lbStatus,
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.pgbProgress,
|
2017-04-30 11:29:49 +02:00
|
|
|
|
this.lbProgress,
|
|
|
|
|
this.lblVersionPlaceholder,
|
|
|
|
|
this.lbVersion,
|
|
|
|
|
this.btnDropDown});
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.statusStrip.Location = new System.Drawing.Point(0, 393);
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.statusStrip.Name = "statusStrip";
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.statusStrip.Size = new System.Drawing.Size(690, 22);
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.statusStrip.TabIndex = 2;
|
|
|
|
|
this.statusStrip.Text = "statusStrip1";
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2018-08-29 23:16:04 +02:00
|
|
|
|
// lbStatus
|
|
|
|
|
//
|
|
|
|
|
this.lbStatus.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.invisibleToolStripMenuItem,
|
|
|
|
|
this.doNotDisturbToolStripMenuItem,
|
|
|
|
|
this.doNotDenyToolStripMenuItem,
|
|
|
|
|
this.onlineToolStripMenuItem});
|
|
|
|
|
this.lbStatus.Name = "lbStatus";
|
|
|
|
|
this.lbStatus.Size = new System.Drawing.Size(13, 20);
|
|
|
|
|
this.lbStatus.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripDropDownButton1_DropDownItemClicked);
|
|
|
|
|
//
|
|
|
|
|
// invisibleToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.invisibleToolStripMenuItem.Name = "invisibleToolStripMenuItem";
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.invisibleToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
|
2018-08-29 23:16:04 +02:00
|
|
|
|
this.invisibleToolStripMenuItem.Tag = "3";
|
|
|
|
|
this.invisibleToolStripMenuItem.Text = "Invisible";
|
|
|
|
|
//
|
|
|
|
|
// doNotDisturbToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.doNotDisturbToolStripMenuItem.Name = "doNotDisturbToolStripMenuItem";
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.doNotDisturbToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
|
2018-08-29 23:16:04 +02:00
|
|
|
|
this.doNotDisturbToolStripMenuItem.Tag = "2";
|
|
|
|
|
this.doNotDisturbToolStripMenuItem.Text = "Do not disturb";
|
|
|
|
|
//
|
|
|
|
|
// doNotDenyToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.doNotDenyToolStripMenuItem.Name = "doNotDenyToolStripMenuItem";
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.doNotDenyToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
|
2018-08-29 23:16:04 +02:00
|
|
|
|
this.doNotDenyToolStripMenuItem.Tag = "1";
|
|
|
|
|
this.doNotDenyToolStripMenuItem.Text = "Idle";
|
|
|
|
|
//
|
|
|
|
|
// onlineToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.onlineToolStripMenuItem.Name = "onlineToolStripMenuItem";
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.onlineToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
|
2018-08-29 23:16:04 +02:00
|
|
|
|
this.onlineToolStripMenuItem.Tag = "0";
|
|
|
|
|
this.onlineToolStripMenuItem.Text = "Online";
|
|
|
|
|
//
|
2017-04-30 11:29:49 +02:00
|
|
|
|
// pgbProgress
|
|
|
|
|
//
|
|
|
|
|
this.pgbProgress.Name = "pgbProgress";
|
|
|
|
|
this.pgbProgress.Size = new System.Drawing.Size(100, 16);
|
|
|
|
|
//
|
|
|
|
|
// lbProgress
|
|
|
|
|
//
|
|
|
|
|
this.lbProgress.Name = "lbProgress";
|
|
|
|
|
this.lbProgress.Size = new System.Drawing.Size(0, 17);
|
|
|
|
|
//
|
2017-12-10 12:05:51 +01:00
|
|
|
|
// lblVersionPlaceholder
|
|
|
|
|
//
|
|
|
|
|
this.lblVersionPlaceholder.Name = "lblVersionPlaceholder";
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.lblVersionPlaceholder.Size = new System.Drawing.Size(490, 17);
|
2017-12-10 12:05:51 +01:00
|
|
|
|
this.lblVersionPlaceholder.Spring = true;
|
|
|
|
|
//
|
|
|
|
|
// lbVersion
|
|
|
|
|
//
|
|
|
|
|
this.lbVersion.Name = "lbVersion";
|
2018-08-29 23:16:04 +02:00
|
|
|
|
this.lbVersion.Size = new System.Drawing.Size(54, 17);
|
|
|
|
|
this.lbVersion.Text = "VERSION";
|
2017-12-10 12:05:51 +01:00
|
|
|
|
//
|
|
|
|
|
// btnDropDown
|
|
|
|
|
//
|
|
|
|
|
this.btnDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.btnDropDown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2018-08-29 23:16:04 +02:00
|
|
|
|
this.showTokenToolStripMenuItem,
|
|
|
|
|
this.toolStripSeparator2,
|
2017-12-10 12:05:51 +01:00
|
|
|
|
this.visitGithubToolStripMenuItem,
|
|
|
|
|
this.aboutToolStripMenuItem});
|
|
|
|
|
this.btnDropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.btnDropDown.Name = "btnDropDown";
|
|
|
|
|
this.btnDropDown.Size = new System.Drawing.Size(16, 20);
|
|
|
|
|
this.btnDropDown.Text = "Options";
|
|
|
|
|
//
|
2019-12-12 19:06:58 +01:00
|
|
|
|
// showTokenToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.showTokenToolStripMenuItem.Name = "showTokenToolStripMenuItem";
|
|
|
|
|
this.showTokenToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
|
|
|
|
this.showTokenToolStripMenuItem.Text = "Copy login token";
|
|
|
|
|
this.showTokenToolStripMenuItem.Click += new System.EventHandler(this.showTokenToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(162, 6);
|
|
|
|
|
//
|
2017-12-10 12:05:51 +01:00
|
|
|
|
// visitGithubToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.visitGithubToolStripMenuItem.Name = "visitGithubToolStripMenuItem";
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.visitGithubToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
2017-12-10 12:05:51 +01:00
|
|
|
|
this.visitGithubToolStripMenuItem.Text = "Visit Github";
|
|
|
|
|
this.visitGithubToolStripMenuItem.Click += new System.EventHandler(this.visitGithubToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// aboutToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
2019-12-12 19:06:58 +01:00
|
|
|
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
|
2017-12-10 12:05:51 +01:00
|
|
|
|
this.aboutToolStripMenuItem.Text = "About";
|
|
|
|
|
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
|
|
|
|
//
|
2017-04-17 21:56:53 +02:00
|
|
|
|
// groupBox2
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.groupBox2.Controls.Add(this.btnDelete);
|
|
|
|
|
this.groupBox2.Controls.Add(this.lbxJobs);
|
2017-04-17 21:56:53 +02:00
|
|
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 150);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(690, 243);
|
2017-04-17 21:56:53 +02:00
|
|
|
|
this.groupBox2.TabIndex = 3;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "Jobs";
|
2017-04-17 14:39:29 +02:00
|
|
|
|
//
|
2017-04-17 23:02:57 +02:00
|
|
|
|
// btnDelete
|
|
|
|
|
//
|
|
|
|
|
this.btnDelete.Dock = System.Windows.Forms.DockStyle.Bottom;
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.btnDelete.Location = new System.Drawing.Point(3, 217);
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.btnDelete.Name = "btnDelete";
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.btnDelete.Size = new System.Drawing.Size(684, 23);
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.btnDelete.TabIndex = 1;
|
|
|
|
|
this.btnDelete.Text = "Delete selected";
|
|
|
|
|
this.btnDelete.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
|
|
|
|
//
|
2017-04-30 11:29:49 +02:00
|
|
|
|
// lbxJobs
|
2017-04-17 23:02:57 +02:00
|
|
|
|
//
|
2017-04-30 11:29:49 +02:00
|
|
|
|
this.lbxJobs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.lbxJobs.FormattingEnabled = true;
|
|
|
|
|
this.lbxJobs.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.lbxJobs.Name = "lbxJobs";
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.lbxJobs.Size = new System.Drawing.Size(678, 186);
|
2017-04-30 11:29:49 +02:00
|
|
|
|
this.lbxJobs.TabIndex = 0;
|
2017-04-17 23:02:57 +02:00
|
|
|
|
//
|
|
|
|
|
// tmrRefreshProgress
|
|
|
|
|
//
|
|
|
|
|
this.tmrRefreshProgress.Enabled = true;
|
|
|
|
|
this.tmrRefreshProgress.Interval = 500;
|
|
|
|
|
this.tmrRefreshProgress.Tick += new System.EventHandler(this.tmrRefreshProgress_Tick);
|
|
|
|
|
//
|
2018-08-29 23:16:04 +02:00
|
|
|
|
// tmrTriggerRefresh
|
2018-03-25 23:44:33 +02:00
|
|
|
|
//
|
2018-08-29 23:16:04 +02:00
|
|
|
|
this.tmrTriggerRefresh.Interval = 5000;
|
|
|
|
|
this.tmrTriggerRefresh.Tick += new System.EventHandler(this.tmrTriggerRefresh_Tick);
|
2018-03-25 23:44:33 +02:00
|
|
|
|
//
|
2017-04-16 17:57:27 +02:00
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2018-03-25 23:44:33 +02:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(690, 415);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.Controls.Add(this.groupBox2);
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.Controls.Add(this.statusStrip);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Controls.Add(this.pnlSettings);
|
2017-04-16 17:57:27 +02:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(100, 75);
|
2017-04-16 17:57:27 +02:00
|
|
|
|
this.Name = "MainForm";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "Discord Medial Loader";
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.Shown += new System.EventHandler(this.MainForm_Shown);
|
|
|
|
|
this.pnlSettings.ResumeLayout(false);
|
|
|
|
|
this.pnlSettings.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.edThreadLimit)).EndInit();
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
2017-04-17 23:02:57 +02:00
|
|
|
|
this.statusStrip.ResumeLayout(false);
|
|
|
|
|
this.statusStrip.PerformLayout();
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
2017-04-16 17:57:27 +02:00
|
|
|
|
this.ResumeLayout(false);
|
2017-04-17 14:39:29 +02:00
|
|
|
|
this.PerformLayout();
|
2017-04-16 17:57:27 +02:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2017-04-17 14:39:29 +02:00
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox pnlSettings;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
2017-04-17 23:02:57 +02:00
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip;
|
2017-04-17 14:39:29 +02:00
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.Label lbThreadLimit;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown edThreadLimit;
|
|
|
|
|
private System.Windows.Forms.CheckBox cbSkipExisting;
|
|
|
|
|
private System.Windows.Forms.TextBox edNameScheme;
|
|
|
|
|
private System.Windows.Forms.Label lbNameScheme;
|
|
|
|
|
private System.Windows.Forms.Button btnSearchFolders;
|
|
|
|
|
private System.Windows.Forms.TextBox edOperatingFolder;
|
|
|
|
|
private System.Windows.Forms.Label lbOperatingFolder;
|
|
|
|
|
private System.Windows.Forms.Button btnAddJob;
|
|
|
|
|
private System.Windows.Forms.ComboBox cbChannel;
|
|
|
|
|
private System.Windows.Forms.Label lbChannel;
|
|
|
|
|
private System.Windows.Forms.ComboBox cbGuild;
|
|
|
|
|
private System.Windows.Forms.Label lbGuild;
|
2017-04-17 23:02:57 +02:00
|
|
|
|
private System.Windows.Forms.Button btnDelete;
|
|
|
|
|
private System.Windows.Forms.ListBox lbxJobs;
|
|
|
|
|
private System.Windows.Forms.ToolStripProgressBar pgbProgress;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel lbProgress;
|
|
|
|
|
private System.Windows.Forms.Timer tmrRefreshProgress;
|
2017-04-30 11:29:49 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel lblVersionPlaceholder;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel lbVersion;
|
|
|
|
|
private System.Windows.Forms.ToolStripSplitButton btnDropDown;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem visitGithubToolStripMenuItem;
|
2018-03-25 23:44:33 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton lbStatus;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem invisibleToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem doNotDisturbToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem doNotDenyToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem onlineToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.Timer tmrTriggerRefresh;
|
2018-08-29 23:16:04 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem showTokenToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
2019-12-12 19:06:58 +01:00
|
|
|
|
private System.Windows.Forms.Button btnFileNameHelp;
|
2017-04-16 17:57:27 +02:00
|
|
|
|
}
|
|
|
|
|
}
|