namespace WindowsFormsApp1 { 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.NumSequenceTextBox = new System.Windows.Forms.TextBox(); this.GetSumBtn = new System.Windows.Forms.Button(); this.InfoLabel = new System.Windows.Forms.Label(); this.ResultsListBox = new System.Windows.Forms.ListBox(); this.SuspendLayout(); // // NumSequenceTextBox // this.NumSequenceTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NumSequenceTextBox.Location = new System.Drawing.Point(12, 12); this.NumSequenceTextBox.Name = "NumSequenceTextBox"; this.NumSequenceTextBox.Size = new System.Drawing.Size(635, 39); this.NumSequenceTextBox.TabIndex = 0; // // GetSumBtn // this.GetSumBtn.Location = new System.Drawing.Point(653, 12); this.GetSumBtn.Name = "GetSumBtn"; this.GetSumBtn.Size = new System.Drawing.Size(135, 39); this.GetSumBtn.TabIndex = 1; this.GetSumBtn.Text = "Get sum"; this.GetSumBtn.UseVisualStyleBackColor = true; this.GetSumBtn.Click += new System.EventHandler(this.GetSumBtn_Click); // // InfoLabel // this.InfoLabel.AutoSize = true; this.InfoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.InfoLabel.Location = new System.Drawing.Point(256, 59); this.InfoLabel.Name = "InfoLabel"; this.InfoLabel.Size = new System.Drawing.Size(292, 29); this.InfoLabel.TabIndex = 2; this.InfoLabel.Text = "обработано 0 из 5 строк"; // // ResultsListBox // this.ResultsListBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ResultsListBox.FormattingEnabled = true; this.ResultsListBox.ItemHeight = 29; this.ResultsListBox.Location = new System.Drawing.Point(12, 96); this.ResultsListBox.Name = "ResultsListBox"; this.ResultsListBox.Size = new System.Drawing.Size(776, 352); this.ResultsListBox.TabIndex = 3; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 460); this.Controls.Add(this.ResultsListBox); this.Controls.Add(this.InfoLabel); this.Controls.Add(this.GetSumBtn); this.Controls.Add(this.NumSequenceTextBox); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox NumSequenceTextBox; private System.Windows.Forms.Button GetSumBtn; private System.Windows.Forms.Label InfoLabel; private System.Windows.Forms.ListBox ResultsListBox; } }