namespace Lab4 { partial class Title { /// /// Требуется переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Обязательный метод для поддержки конструктора - не изменяйте /// содержимое данного метода при помощи редактора кода. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Title)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.edge0WeigntTextBox = new System.Windows.Forms.TextBox(); this.edge1WeigntTextBox = new System.Windows.Forms.TextBox(); this.edge2WeigntTextBox = new System.Windows.Forms.TextBox(); this.edge3WeigntTextBox = new System.Windows.Forms.TextBox(); this.edge4WeigntTextBox = new System.Windows.Forms.TextBox(); this.edge5WeigntTextBox = new System.Windows.Forms.TextBox(); this.edge7WeigntTextBox = new System.Windows.Forms.TextBox(); this.edge6WeigntTextBox = new System.Windows.Forms.TextBox(); this.randomFillButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.cancelButton = new System.Windows.Forms.Button(); this.flowResultLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(280, 155); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // edge0WeigntTextBox // this.edge0WeigntTextBox.Location = new System.Drawing.Point(36, 40); this.edge0WeigntTextBox.Name = "edge0WeigntTextBox"; this.edge0WeigntTextBox.Size = new System.Drawing.Size(29, 20); this.edge0WeigntTextBox.TabIndex = 1; this.edge0WeigntTextBox.TextChanged += new System.EventHandler(this.edgeWeigntTextBox_TextChanged); this.edge0WeigntTextBox.GotFocus += new System.EventHandler(this.edgeWeigntTextBox_GotFocus); // // edge1WeigntTextBox // this.edge1WeigntTextBox.Location = new System.Drawing.Point(36, 112); this.edge1WeigntTextBox.Name = "edge1WeigntTextBox"; this.edge1WeigntTextBox.Size = new System.Drawing.Size(29, 20); this.edge1WeigntTextBox.TabIndex = 2; this.edge1WeigntTextBox.TextChanged += new System.EventHandler(this.edgeWeigntTextBox_TextChanged); this.edge1WeigntTextBox.GotFocus += new System.EventHandler(this.edgeWeigntTextBox_GotFocus); // // edge2WeigntTextBox // this.edge2WeigntTextBox.Location = new System.Drawing.Point(125, 84); this.edge2WeigntTextBox.Name = "edge2WeigntTextBox"; this.edge2WeigntTextBox.Size = new System.Drawing.Size(29, 20); this.edge2WeigntTextBox.TabIndex = 3; this.edge2WeigntTextBox.TextChanged += new System.EventHandler(this.edgeWeigntTextBox_TextChanged); this.edge2WeigntTextBox.GotFocus += new System.EventHandler(this.edgeWeigntTextBox_GotFocus); // // edge3WeigntTextBox // this.edge3WeigntTextBox.Location = new System.Drawing.Point(104, 58); this.edge3WeigntTextBox.Name = "edge3WeigntTextBox"; this.edge3WeigntTextBox.Size = new System.Drawing.Size(29, 20); this.edge3WeigntTextBox.TabIndex = 4; this.edge3WeigntTextBox.TextChanged += new System.EventHandler(this.edgeWeigntTextBox_TextChanged); this.edge3WeigntTextBox.GotFocus += new System.EventHandler(this.edgeWeigntTextBox_GotFocus); // // edge4WeigntTextBox // this.edge4WeigntTextBox.Location = new System.Drawing.Point(125, 134); this.edge4WeigntTextBox.Name = "edge4WeigntTextBox"; this.edge4WeigntTextBox.Size = new System.Drawing.Size(29, 20); this.edge4WeigntTextBox.TabIndex = 5; this.edge4WeigntTextBox.TextChanged += new System.EventHandler(this.edgeWeigntTextBox_TextChanged); this.edge4WeigntTextBox.GotFocus += new System.EventHandler(this.edgeWeigntTextBox_GotFocus); // // edge5WeigntTextBox // this.edge5WeigntTextBox.Location = new System.Drawing.Point(188, 75); this.edge5WeigntTextBox.Name = "edge5WeigntTextBox"; this.edge5WeigntTextBox.Size = new System.Drawing.Size(29, 20); this.edge5WeigntTextBox.TabIndex = 6; this.edge5WeigntTextBox.TextChanged += new System.EventHandler(this.edgeWeigntTextBox_TextChanged); this.edge5WeigntTextBox.GotFocus += new System.EventHandler(this.edgeWeigntTextBox_GotFocus); // // edge7WeigntTextBox // this.edge7WeigntTextBox.Location = new System.Drawing.Point(214, 40); this.edge7WeigntTextBox.Name = "edge7WeigntTextBox"; this.edge7WeigntTextBox.Size = new System.Drawing.Size(29, 20); this.edge7WeigntTextBox.TabIndex = 8; this.edge7WeigntTextBox.TextChanged += new System.EventHandler(this.edgeWeigntTextBox_TextChanged); this.edge7WeigntTextBox.GotFocus += new System.EventHandler(this.edgeWeigntTextBox_GotFocus); // // edge6WeigntTextBox // this.edge6WeigntTextBox.Location = new System.Drawing.Point(214, 112); this.edge6WeigntTextBox.Name = "edge6WeigntTextBox"; this.edge6WeigntTextBox.Size = new System.Drawing.Size(29, 20); this.edge6WeigntTextBox.TabIndex = 7; this.edge6WeigntTextBox.TextChanged += new System.EventHandler(this.edgeWeigntTextBox_TextChanged); this.edge6WeigntTextBox.GotFocus += new System.EventHandler(this.edgeWeigntTextBox_GotFocus); // // randomFillButton // this.randomFillButton.Location = new System.Drawing.Point(12, 216); this.randomFillButton.Name = "randomFillButton"; this.randomFillButton.Size = new System.Drawing.Size(75, 23); this.randomFillButton.TabIndex = 0; this.randomFillButton.Text = "Random"; this.randomFillButton.UseVisualStyleBackColor = true; this.randomFillButton.Click += new System.EventHandler(this.randomFillButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 184); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(121, 13); this.label1.TabIndex = 10; this.label1.Text = "Максимальный поток "; // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(217, 216); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 12; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // flowResultLabel // this.flowResultLabel.AutoSize = true; this.flowResultLabel.Location = new System.Drawing.Point(139, 184); this.flowResultLabel.Name = "flowResultLabel"; this.flowResultLabel.Size = new System.Drawing.Size(0, 13); this.flowResultLabel.TabIndex = 13; // // Title // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(307, 262); this.Controls.Add(this.flowResultLabel); this.Controls.Add(this.cancelButton); this.Controls.Add(this.label1); this.Controls.Add(this.randomFillButton); this.Controls.Add(this.edge6WeigntTextBox); this.Controls.Add(this.edge7WeigntTextBox); this.Controls.Add(this.edge5WeigntTextBox); this.Controls.Add(this.edge4WeigntTextBox); this.Controls.Add(this.edge3WeigntTextBox); this.Controls.Add(this.edge2WeigntTextBox); this.Controls.Add(this.edge1WeigntTextBox); this.Controls.Add(this.edge0WeigntTextBox); this.Controls.Add(this.pictureBox1); this.MaximizeBox = false; this.Name = "Title"; this.Text = "Title"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TextBox edge0WeigntTextBox; private System.Windows.Forms.TextBox edge1WeigntTextBox; private System.Windows.Forms.TextBox edge2WeigntTextBox; private System.Windows.Forms.TextBox edge3WeigntTextBox; private System.Windows.Forms.TextBox edge4WeigntTextBox; private System.Windows.Forms.TextBox edge5WeigntTextBox; private System.Windows.Forms.TextBox edge7WeigntTextBox; private System.Windows.Forms.TextBox edge6WeigntTextBox; private System.Windows.Forms.Button randomFillButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Label flowResultLabel; } }