Files
UseCase_Designer/UseCases/editUseCase.Designer.cs
2018-02-21 09:40:31 +01:00

269 lines
12 KiB
C#

namespace UseCases
{
partial class editUseCase
{
/// <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.lbName = new System.Windows.Forms.Label();
this.tbName = new System.Windows.Forms.TextBox();
this.tbBrief = new System.Windows.Forms.TextBox();
this.lbBrief = new System.Windows.Forms.Label();
this.clbActors = new System.Windows.Forms.CheckedListBox();
this.lbActors = new System.Windows.Forms.Label();
this.lbAssumptions = new System.Windows.Forms.Label();
this.tbAssumptions = new System.Windows.Forms.TextBox();
this.tbDescription = new System.Windows.Forms.TextBox();
this.lbDescription = new System.Windows.Forms.Label();
this.tbExceptions = new System.Windows.Forms.TextBox();
this.lbExceptions = new System.Windows.Forms.Label();
this.tbResult = new System.Windows.Forms.TextBox();
this.lbResult = new System.Windows.Forms.Label();
this.btOk = new System.Windows.Forms.Button();
this.btCancel = new System.Windows.Forms.Button();
this.btCopy = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lbName
//
this.lbName.AutoSize = true;
this.lbName.Location = new System.Drawing.Point(12, 13);
this.lbName.Name = "lbName";
this.lbName.Size = new System.Drawing.Size(35, 13);
this.lbName.TabIndex = 0;
this.lbName.Text = "Name";
//
// tbName
//
this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbName.Location = new System.Drawing.Point(84, 10);
this.tbName.Name = "tbName";
this.tbName.Size = new System.Drawing.Size(366, 20);
this.tbName.TabIndex = 1;
//
// tbBrief
//
this.tbBrief.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbBrief.Location = new System.Drawing.Point(84, 36);
this.tbBrief.Multiline = true;
this.tbBrief.Name = "tbBrief";
this.tbBrief.Size = new System.Drawing.Size(366, 52);
this.tbBrief.TabIndex = 2;
//
// lbBrief
//
this.lbBrief.AutoSize = true;
this.lbBrief.Location = new System.Drawing.Point(12, 39);
this.lbBrief.Name = "lbBrief";
this.lbBrief.Size = new System.Drawing.Size(28, 13);
this.lbBrief.TabIndex = 3;
this.lbBrief.Text = "Brief";
//
// clbActors
//
this.clbActors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.clbActors.FormattingEnabled = true;
this.clbActors.HorizontalScrollbar = true;
this.clbActors.Location = new System.Drawing.Point(84, 94);
this.clbActors.MultiColumn = true;
this.clbActors.Name = "clbActors";
this.clbActors.Size = new System.Drawing.Size(366, 79);
this.clbActors.TabIndex = 4;
//
// lbActors
//
this.lbActors.AutoSize = true;
this.lbActors.Location = new System.Drawing.Point(12, 96);
this.lbActors.Name = "lbActors";
this.lbActors.Size = new System.Drawing.Size(37, 13);
this.lbActors.TabIndex = 5;
this.lbActors.Text = "Actors";
//
// lbAssumptions
//
this.lbAssumptions.AutoSize = true;
this.lbAssumptions.Location = new System.Drawing.Point(12, 182);
this.lbAssumptions.Name = "lbAssumptions";
this.lbAssumptions.Size = new System.Drawing.Size(66, 13);
this.lbAssumptions.TabIndex = 6;
this.lbAssumptions.Text = "Assumptions";
//
// tbAssumptions
//
this.tbAssumptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbAssumptions.Location = new System.Drawing.Point(84, 178);
this.tbAssumptions.Multiline = true;
this.tbAssumptions.Name = "tbAssumptions";
this.tbAssumptions.Size = new System.Drawing.Size(366, 52);
this.tbAssumptions.TabIndex = 7;
//
// tbDescription
//
this.tbDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbDescription.Location = new System.Drawing.Point(84, 237);
this.tbDescription.Multiline = true;
this.tbDescription.Name = "tbDescription";
this.tbDescription.Size = new System.Drawing.Size(366, 155);
this.tbDescription.TabIndex = 9;
//
// lbDescription
//
this.lbDescription.AutoSize = true;
this.lbDescription.Location = new System.Drawing.Point(12, 240);
this.lbDescription.Name = "lbDescription";
this.lbDescription.Size = new System.Drawing.Size(60, 13);
this.lbDescription.TabIndex = 8;
this.lbDescription.Text = "Description";
//
// tbExceptions
//
this.tbExceptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbExceptions.Location = new System.Drawing.Point(84, 398);
this.tbExceptions.Multiline = true;
this.tbExceptions.Name = "tbExceptions";
this.tbExceptions.Size = new System.Drawing.Size(366, 52);
this.tbExceptions.TabIndex = 11;
//
// lbExceptions
//
this.lbExceptions.AutoSize = true;
this.lbExceptions.Location = new System.Drawing.Point(12, 401);
this.lbExceptions.Name = "lbExceptions";
this.lbExceptions.Size = new System.Drawing.Size(59, 13);
this.lbExceptions.TabIndex = 10;
this.lbExceptions.Text = "Exceptions";
//
// tbResult
//
this.tbResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbResult.Location = new System.Drawing.Point(84, 456);
this.tbResult.Multiline = true;
this.tbResult.Name = "tbResult";
this.tbResult.Size = new System.Drawing.Size(366, 52);
this.tbResult.TabIndex = 13;
//
// lbResult
//
this.lbResult.AutoSize = true;
this.lbResult.Location = new System.Drawing.Point(12, 459);
this.lbResult.Name = "lbResult";
this.lbResult.Size = new System.Drawing.Size(37, 13);
this.lbResult.TabIndex = 12;
this.lbResult.Text = "Result";
//
// btOk
//
this.btOk.Location = new System.Drawing.Point(375, 514);
this.btOk.Name = "btOk";
this.btOk.Size = new System.Drawing.Size(75, 23);
this.btOk.TabIndex = 14;
this.btOk.Text = "Ok";
this.btOk.UseVisualStyleBackColor = true;
this.btOk.Click += new System.EventHandler(this.btOk_Click);
//
// btCancel
//
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btCancel.Location = new System.Drawing.Point(294, 514);
this.btCancel.Name = "btCancel";
this.btCancel.Size = new System.Drawing.Size(75, 23);
this.btCancel.TabIndex = 15;
this.btCancel.Text = "Cancel";
this.btCancel.UseVisualStyleBackColor = true;
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
//
// btCopy
//
this.btCopy.Location = new System.Drawing.Point(12, 514);
this.btCopy.Name = "btCopy";
this.btCopy.Size = new System.Drawing.Size(75, 23);
this.btCopy.TabIndex = 16;
this.btCopy.Text = "Copy";
this.btCopy.UseVisualStyleBackColor = true;
this.btCopy.Click += new System.EventHandler(this.btCopy_Click);
//
// editUseCase
//
this.AcceptButton = this.btOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btCancel;
this.ClientSize = new System.Drawing.Size(462, 543);
this.Controls.Add(this.btCopy);
this.Controls.Add(this.btCancel);
this.Controls.Add(this.btOk);
this.Controls.Add(this.tbResult);
this.Controls.Add(this.lbResult);
this.Controls.Add(this.tbExceptions);
this.Controls.Add(this.lbExceptions);
this.Controls.Add(this.tbDescription);
this.Controls.Add(this.lbDescription);
this.Controls.Add(this.tbAssumptions);
this.Controls.Add(this.lbAssumptions);
this.Controls.Add(this.lbActors);
this.Controls.Add(this.clbActors);
this.Controls.Add(this.lbBrief);
this.Controls.Add(this.tbBrief);
this.Controls.Add(this.tbName);
this.Controls.Add(this.lbName);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "editUseCase";
this.Text = "Edit Use Case";
this.Load += new System.EventHandler(this.editUseCase_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbName;
private System.Windows.Forms.TextBox tbName;
private System.Windows.Forms.TextBox tbBrief;
private System.Windows.Forms.Label lbBrief;
private System.Windows.Forms.CheckedListBox clbActors;
private System.Windows.Forms.Label lbActors;
private System.Windows.Forms.Label lbAssumptions;
private System.Windows.Forms.TextBox tbAssumptions;
private System.Windows.Forms.TextBox tbDescription;
private System.Windows.Forms.Label lbDescription;
private System.Windows.Forms.TextBox tbExceptions;
private System.Windows.Forms.Label lbExceptions;
private System.Windows.Forms.TextBox tbResult;
private System.Windows.Forms.Label lbResult;
private System.Windows.Forms.Button btOk;
private System.Windows.Forms.Button btCancel;
private System.Windows.Forms.Button btCopy;
}
}