namespace WinFormsAppTest { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.userControl11 = new Library15Gerimovich.UserControl1(); this.defaultList1 = new Library15Gerimovich.DefaultList(); this.inputRealNumber1 = new Library15Gerimovich.InputRealNumber(); this.outputTableResults1 = new Library15Gerimovich.OutputTableResults(); this.SuspendLayout(); // // userControl11 // this.userControl11.Avatar = null; this.userControl11.Location = new System.Drawing.Point(12, 242); this.userControl11.Name = "userControl11"; this.userControl11.Size = new System.Drawing.Size(150, 144); this.userControl11.TabIndex = 0; // // 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; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.outputTableResults1); this.Controls.Add(this.inputRealNumber1); this.Controls.Add(this.defaultList1); this.Controls.Add(this.userControl11); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); } #endregion private Library15Gerimovich.UserControl1 userControl11; private Library15Gerimovich.DefaultList defaultList1; private Library15Gerimovich.InputRealNumber inputRealNumber1; private Library15Gerimovich.OutputTableResults outputTableResults1; } }