-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGUI.Designer.cs
More file actions
191 lines (185 loc) · 9.39 KB
/
GUI.Designer.cs
File metadata and controls
191 lines (185 loc) · 9.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
namespace CollisionCheck
{
partial class GUI
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GUI));
this.Planlist = new System.Windows.Forms.ListBox();
this.CollOutput = new System.Windows.Forms.TextBox();
this.Executebutton = new System.Windows.Forms.Button();
this.DirectionsBox = new System.Windows.Forms.TextBox();
this.imagelocationlist = new System.Windows.Forms.ListBox();
this.heightlabel = new System.Windows.Forms.Label();
this.Heightbox = new System.Windows.Forms.TextBox();
this.Hunit = new System.Windows.Forms.Label();
this.ProgOutput = new System.Windows.Forms.TextBox();
this.ProgBar = new System.Windows.Forms.ProgressBar();
this.SuspendLayout();
//
// Planlist
//
this.Planlist.Font = new System.Drawing.Font("Goudy Old Style", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Planlist.FormattingEnabled = true;
this.Planlist.ItemHeight = 23;
this.Planlist.Location = new System.Drawing.Point(12, 153);
this.Planlist.Name = "Planlist";
this.Planlist.Size = new System.Drawing.Size(315, 165);
this.Planlist.TabIndex = 0;
this.Planlist.SelectedIndexChanged += new System.EventHandler(this.PlanList_SelectedIndexChanged);
//
// CollOutput
//
this.CollOutput.Font = new System.Drawing.Font("Goudy Old Style", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.CollOutput.Location = new System.Drawing.Point(768, 153);
this.CollOutput.Multiline = true;
this.CollOutput.Name = "CollOutput";
this.CollOutput.ReadOnly = true;
this.CollOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.CollOutput.Size = new System.Drawing.Size(523, 461);
this.CollOutput.TabIndex = 1;
//
// Executebutton
//
this.Executebutton.Font = new System.Drawing.Font("Goudy Old Style", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Executebutton.Location = new System.Drawing.Point(13, 564);
this.Executebutton.Name = "Executebutton";
this.Executebutton.Size = new System.Drawing.Size(148, 85);
this.Executebutton.TabIndex = 2;
this.Executebutton.Text = "Execute Collision Check";
this.Executebutton.UseVisualStyleBackColor = true;
this.Executebutton.Click += new System.EventHandler(this.Executebutton_Click);
//
// DirectionsBox
//
this.DirectionsBox.Font = new System.Drawing.Font("Goudy Old Style", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DirectionsBox.Location = new System.Drawing.Point(13, 8);
this.DirectionsBox.Multiline = true;
this.DirectionsBox.Name = "DirectionsBox";
this.DirectionsBox.ReadOnly = true;
this.DirectionsBox.Size = new System.Drawing.Size(1292, 139);
this.DirectionsBox.TabIndex = 3;
this.DirectionsBox.Text = resources.GetString("DirectionsBox.Text");
//
// imagelocationlist
//
this.imagelocationlist.Font = new System.Drawing.Font("Goudy Old Style", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.imagelocationlist.FormattingEnabled = true;
this.imagelocationlist.ItemHeight = 21;
this.imagelocationlist.Items.AddRange(new object[] {
"Head",
"Thorax",
"Abdomen",
"Pelvis",
"Legs"});
this.imagelocationlist.Location = new System.Drawing.Point(13, 334);
this.imagelocationlist.Name = "imagelocationlist";
this.imagelocationlist.Size = new System.Drawing.Size(113, 109);
this.imagelocationlist.TabIndex = 4;
this.imagelocationlist.SelectedIndexChanged += new System.EventHandler(this.imagelocationlist_SelectedIndexChanged);
//
// heightlabel
//
this.heightlabel.AutoSize = true;
this.heightlabel.Font = new System.Drawing.Font("Goudy Old Style", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.heightlabel.Location = new System.Drawing.Point(8, 460);
this.heightlabel.Name = "heightlabel";
this.heightlabel.Size = new System.Drawing.Size(120, 23);
this.heightlabel.TabIndex = 5;
this.heightlabel.Text = "Patient Height";
//
// Heightbox
//
this.Heightbox.AcceptsReturn = true;
this.Heightbox.Font = new System.Drawing.Font("Goudy Old Style", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Heightbox.Location = new System.Drawing.Point(12, 486);
this.Heightbox.Name = "Heightbox";
this.Heightbox.Size = new System.Drawing.Size(103, 30);
this.Heightbox.TabIndex = 6;
this.Heightbox.TextChanged += new System.EventHandler(this.Heightbox_TextChanged);
//
// Hunit
//
this.Hunit.AutoSize = true;
this.Hunit.Font = new System.Drawing.Font("Goudy Old Style", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Hunit.Location = new System.Drawing.Point(121, 493);
this.Hunit.Name = "Hunit";
this.Hunit.Size = new System.Drawing.Size(33, 23);
this.Hunit.TabIndex = 7;
this.Hunit.Text = "cm";
//
// ProgOutput
//
this.ProgOutput.Font = new System.Drawing.Font("Goudy Old Style", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ProgOutput.Location = new System.Drawing.Point(351, 153);
this.ProgOutput.Multiline = true;
this.ProgOutput.Name = "ProgOutput";
this.ProgOutput.ReadOnly = true;
this.ProgOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.ProgOutput.Size = new System.Drawing.Size(393, 461);
this.ProgOutput.TabIndex = 8;
//
// ProgBar
//
this.ProgBar.ForeColor = System.Drawing.Color.Lime;
this.ProgBar.Location = new System.Drawing.Point(351, 630);
this.ProgBar.Name = "ProgBar";
this.ProgBar.Size = new System.Drawing.Size(953, 24);
this.ProgBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.ProgBar.TabIndex = 9;
this.ProgBar.Visible = false;
//
// GUI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1317, 661);
this.Controls.Add(this.ProgBar);
this.Controls.Add(this.ProgOutput);
this.Controls.Add(this.Hunit);
this.Controls.Add(this.Heightbox);
this.Controls.Add(this.heightlabel);
this.Controls.Add(this.imagelocationlist);
this.Controls.Add(this.DirectionsBox);
this.Controls.Add(this.Executebutton);
this.Controls.Add(this.CollOutput);
this.Controls.Add(this.Planlist);
this.Name = "GUI";
this.Text = "Lahey Radiation Oncology Collision Check";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox Planlist;
private System.Windows.Forms.TextBox CollOutput;
private System.Windows.Forms.Button Executebutton;
private System.Windows.Forms.TextBox DirectionsBox;
private System.Windows.Forms.Label heightlabel;
private System.Windows.Forms.TextBox Heightbox;
private System.Windows.Forms.Label Hunit;
private System.Windows.Forms.ListBox imagelocationlist;
private System.Windows.Forms.TextBox ProgOutput;
private System.Windows.Forms.ProgressBar ProgBar;
}
}