88 lines
3.4 KiB
C#
Raw Normal View History

2024-09-17 00:38:06 +04:00
namespace WinFormsAppTest
{
partial class Form1
{
/// <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.userControl11 = new Library15Gerimovich.UserControl1();
2024-09-30 12:11:02 +04:00
this.defaultList1 = new Library15Gerimovich.DefaultList();
this.inputRealNumber1 = new Library15Gerimovich.InputRealNumber();
this.outputTableResults1 = new Library15Gerimovich.OutputTableResults();
2024-09-17 00:38:06 +04:00
this.SuspendLayout();
//
// userControl11
//
2024-09-30 12:11:02 +04:00
this.userControl11.Avatar = null;
this.userControl11.Location = new System.Drawing.Point(12, 242);
2024-09-17 00:38:06 +04:00
this.userControl11.Name = "userControl11";
this.userControl11.Size = new System.Drawing.Size(150, 144);
this.userControl11.TabIndex = 0;
//
2024-09-30 12:11:02 +04:00
// defaultList1
//
this.defaultList1.Location = new System.Drawing.Point(12, 12);
this.defaultList1.Name = "defaultList1";
this.defaultList1.Size = new System.Drawing.Size(150, 150);
this.defaultList1.TabIndex = 1;
//
// inputRealNumber1
//
this.inputRealNumber1.Location = new System.Drawing.Point(202, 34);
this.inputRealNumber1.Name = "inputRealNumber1";
this.inputRealNumber1.Size = new System.Drawing.Size(135, 101);
this.inputRealNumber1.TabIndex = 2;
//
// outputTableResults1
//
this.outputTableResults1.Location = new System.Drawing.Point(422, 34);
this.outputTableResults1.Name = "outputTableResults1";
this.outputTableResults1.Size = new System.Drawing.Size(259, 245);
this.outputTableResults1.TabIndex = 3;
//
2024-09-17 00:38:06 +04:00
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
2024-09-30 12:11:02 +04:00
this.Controls.Add(this.outputTableResults1);
this.Controls.Add(this.inputRealNumber1);
this.Controls.Add(this.defaultList1);
2024-09-17 00:38:06 +04:00
this.Controls.Add(this.userControl11);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private Library15Gerimovich.UserControl1 userControl11;
2024-09-30 12:11:02 +04:00
private Library15Gerimovich.DefaultList defaultList1;
private Library15Gerimovich.InputRealNumber inputRealNumber1;
private Library15Gerimovich.OutputTableResults outputTableResults1;
2024-09-17 00:38:06 +04:00
}
}