mirror of
https://github.com/SlothDpal/Relaunch-Process.git
synced 2026-02-22 17:27:38 +03:00
Renaming. Disabled settings discord if start work
This commit is contained in:
26
Form1.Designer.cs
generated
26
Form1.Designer.cs
generated
@@ -48,12 +48,12 @@ namespace Process_Auto_Relaunch
|
||||
this.checkBoxSaveState = new System.Windows.Forms.CheckBox();
|
||||
this.radioButtonEnableWathing = new System.Windows.Forms.RadioButton();
|
||||
this.radioButtonDisableWathing = new System.Windows.Forms.RadioButton();
|
||||
this.btnShowDiscordSettings = new System.Windows.Forms.Button();
|
||||
this.groupBoxStatus = new System.Windows.Forms.GroupBox();
|
||||
this.labelStatus = new System.Windows.Forms.Label();
|
||||
this.myBackgroundWorker = new System.ComponentModel.BackgroundWorker();
|
||||
this.groupBoxHistory = new System.Windows.Forms.GroupBox();
|
||||
this.richTextBoxHistory = new System.Windows.Forms.RichTextBox();
|
||||
this.btnShowDiscordSettings = new System.Windows.Forms.Button();
|
||||
this.groupBoxActions.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||||
this.groupBoxProgramStart.SuspendLayout();
|
||||
@@ -303,6 +303,18 @@ namespace Process_Auto_Relaunch
|
||||
this.radioButtonDisableWathing.UseVisualStyleBackColor = true;
|
||||
this.radioButtonDisableWathing.CheckedChanged += new System.EventHandler(this.radioButtonDisableWathing_CheckedChanged);
|
||||
//
|
||||
// btnShowDiscordSettings
|
||||
//
|
||||
this.btnShowDiscordSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.btnShowDiscordSettings.Location = new System.Drawing.Point(282, 16);
|
||||
this.btnShowDiscordSettings.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnShowDiscordSettings.Name = "btnShowDiscordSettings";
|
||||
this.btnShowDiscordSettings.Size = new System.Drawing.Size(89, 34);
|
||||
this.btnShowDiscordSettings.TabIndex = 1;
|
||||
this.btnShowDiscordSettings.Text = "Webhook";
|
||||
this.btnShowDiscordSettings.UseVisualStyleBackColor = true;
|
||||
this.btnShowDiscordSettings.Click += new System.EventHandler(this.btnShowDiscordSettings_Click);
|
||||
//
|
||||
// groupBoxStatus
|
||||
//
|
||||
this.groupBoxStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
@@ -356,18 +368,6 @@ namespace Process_Auto_Relaunch
|
||||
this.richTextBoxHistory.TabIndex = 0;
|
||||
this.richTextBoxHistory.Text = "";
|
||||
//
|
||||
// btnShowDiscordSettings
|
||||
//
|
||||
this.btnShowDiscordSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.btnShowDiscordSettings.Location = new System.Drawing.Point(282, 16);
|
||||
this.btnShowDiscordSettings.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnShowDiscordSettings.Name = "btnShowDiscordSettings";
|
||||
this.btnShowDiscordSettings.Size = new System.Drawing.Size(89, 34);
|
||||
this.btnShowDiscordSettings.TabIndex = 1;
|
||||
this.btnShowDiscordSettings.Text = "Discord";
|
||||
this.btnShowDiscordSettings.UseVisualStyleBackColor = true;
|
||||
this.btnShowDiscordSettings.Click += new System.EventHandler(this.btnShowDiscordSettings_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
|
||||
Reference in New Issue
Block a user