ВУЗ:
Составители:
Рубрика:
187
productionForm.Visible = true;
}
private void ToolButton_Click(object sender, EventArgs e)
{
toolForm = new ToolForm();
toolForm.Visible = true;
}
private void PlacementButton_Click(object sender, EventArgs e)
{
placementForm = new PlacementForm();
placementForm.Visible = true;
}
}
}
namespace MakurinClientApplication
{
partial class MainClientForm
{
/// <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.AutherButton = new System.Windows.Forms.Button();
this.PlacementButton = new System.Windows.Forms.Button();
this.ToolButton = new System.Windows.Forms.Button();
this.ProductionButton = new System.Windows.Forms.Button();
productionForm.Visible = true; } private void ToolButton_Click(object sender, EventArgs e) { toolForm = new ToolForm(); toolForm.Visible = true; } private void PlacementButton_Click(object sender, EventArgs e) { placementForm = new PlacementForm(); placementForm.Visible = true; } } } namespace MakurinClientApplication { partial class MainClientForm { ////// 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.AutherButton = new System.Windows.Forms.Button(); this.PlacementButton = new System.Windows.Forms.Button(); this.ToolButton = new System.Windows.Forms.Button(); this.ProductionButton = new System.Windows.Forms.Button(); 187
Страницы
- « первая
- ‹ предыдущая
- …
- 185
- 186
- 187
- 188
- 189
- …
- следующая ›
- последняя »