added asd
This commit is contained in:
79
20240207/WindowsFormsApp1/Form1.Designer.cs
generated
Normal file
79
20240207/WindowsFormsApp1/Form1.Designer.cs
generated
Normal file
@@ -0,0 +1,79 @@
|
||||
|
||||
namespace WindowsFormsApp1
|
||||
{
|
||||
partial class ElsoProgForm
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ElsoProgForm));
|
||||
this.KilepBtn = new System.Windows.Forms.Button();
|
||||
this.helpProvider1 = new System.Windows.Forms.HelpProvider();
|
||||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// KilepBtn
|
||||
//
|
||||
this.KilepBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("KilepBtn.BackgroundImage")));
|
||||
this.KilepBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.KilepBtn.Location = new System.Drawing.Point(707, 285);
|
||||
this.KilepBtn.Name = "KilepBtn";
|
||||
this.KilepBtn.Size = new System.Drawing.Size(142, 94);
|
||||
this.KilepBtn.TabIndex = 0;
|
||||
this.KilepBtn.UseVisualStyleBackColor = true;
|
||||
this.KilepBtn.Click += new System.EventHandler(this.KilepBtn_Click);
|
||||
//
|
||||
// progressBar1
|
||||
//
|
||||
this.progressBar1.Location = new System.Drawing.Point(554, 414);
|
||||
this.progressBar1.Name = "progressBar1";
|
||||
this.progressBar1.Size = new System.Drawing.Size(234, 59);
|
||||
this.progressBar1.TabIndex = 1;
|
||||
//
|
||||
// ElsoProgForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||
this.ClientSize = new System.Drawing.Size(861, 593);
|
||||
this.Controls.Add(this.progressBar1);
|
||||
this.Controls.Add(this.KilepBtn);
|
||||
this.Name = "ElsoProgForm";
|
||||
this.Text = "Program";
|
||||
this.Load += new System.EventHandler(this.ElsoProgForm_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button KilepBtn;
|
||||
private System.Windows.Forms.HelpProvider helpProvider1;
|
||||
private System.Windows.Forms.ProgressBar progressBar1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user