/
Danyechka0
/
executor1
Обзор
Документация
Войти
/
Danyechka0
/
executor1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Updates.Designer.cs
107 строк
5 KB
Danyechka0
Add files via upload
17 апр 2026, 19:31
Не верифицирован
17 апр 2026, 19:31
9e805c2
Код
Авторство
О чём код?
namespace NeverwhereInjector1 { partial class Updates { /// <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() { this.label1 = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Gogh Extra Bold", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ButtonFace; this.label1.Location = new System.Drawing.Point(93, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(625, 66); this.label1.TabIndex = 1; this.label1.Text = "CHECKING FOR UPDATES"; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(178, 231); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(476, 23); this.progressBar1.TabIndex = 2; this.progressBar1.Value = 100; this.progressBar1.Click += new System.EventHandler(this.progressBar1_Click); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("MV Boli", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label3.Location = new System.Drawing.Point(645, 431); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(133, 17); this.label3.TabIndex = 8; this.label3.Text = "Open-Source Executor"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("MV Boli", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label2.Location = new System.Drawing.Point(623, 400); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(178, 31); this.label2.TabIndex = 7; this.label2.Text = "NEVERWHERE"; // // Updates // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35))))); this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.progressBar1); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Updates"; this.Text = "Form3"; this.Load += new System.EventHandler(this.Form3_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; } }