VIS2 SS2013 CVD DVR
 All Classes Namespaces Functions Enumerations Properties
SlicingForm.Designer.cs
1 namespace visLU.Gui
2 {
3  partial class SlicingForm
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.YSliceGroup = new System.Windows.Forms.GroupBox();
32  this.YSlider = new System.Windows.Forms.HScrollBar();
33  this.YSliceNumericUpDown = new System.Windows.Forms.NumericUpDown();
34  this.XSliceGroup = new System.Windows.Forms.GroupBox();
35  this.XSlider = new System.Windows.Forms.HScrollBar();
36  this.XSliceNumericUpDown = new System.Windows.Forms.NumericUpDown();
37  this.ZSliceGroup = new System.Windows.Forms.GroupBox();
38  this.ZSlider = new System.Windows.Forms.HScrollBar();
39  this.ZSliceNumericUpDown = new System.Windows.Forms.NumericUpDown();
40  this.YSliceGroup.SuspendLayout();
41  ((System.ComponentModel.ISupportInitialize)(this.YSliceNumericUpDown)).BeginInit();
42  this.XSliceGroup.SuspendLayout();
43  ((System.ComponentModel.ISupportInitialize)(this.XSliceNumericUpDown)).BeginInit();
44  this.ZSliceGroup.SuspendLayout();
45  ((System.ComponentModel.ISupportInitialize)(this.ZSliceNumericUpDown)).BeginInit();
46  this.SuspendLayout();
47  //
48  // YSliceGroup
49  //
50  this.YSliceGroup.BackColor = System.Drawing.Color.Transparent;
51  this.YSliceGroup.Controls.Add(this.YSlider);
52  this.YSliceGroup.Controls.Add(this.YSliceNumericUpDown);
53  this.YSliceGroup.Location = new System.Drawing.Point(9, 9);
54  this.YSliceGroup.Margin = new System.Windows.Forms.Padding(0);
55  this.YSliceGroup.Name = "YSliceGroup";
56  this.YSliceGroup.Padding = new System.Windows.Forms.Padding(0);
57  this.YSliceGroup.Size = new System.Drawing.Size(476, 123);
58  this.YSliceGroup.TabIndex = 2;
59  this.YSliceGroup.TabStop = false;
60  this.YSliceGroup.Text = "Top Slice (Y Slice)";
61  //
62  // YSlider
63  //
64  this.YSlider.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
65  | System.Windows.Forms.AnchorStyles.Left)
66  | System.Windows.Forms.AnchorStyles.Right)));
67  this.YSlider.Location = new System.Drawing.Point(8, 74);
68  this.YSlider.Name = "YSlider";
69  this.YSlider.Size = new System.Drawing.Size(460, 20);
70  this.YSlider.TabIndex = 3;
71  this.YSlider.Value = 50;
72  this.YSlider.ValueChanged += new System.EventHandler(this.handleScrollSlider);
73  //
74  // YSliceNumericUpDown
75  //
76  this.YSliceNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
77  | System.Windows.Forms.AnchorStyles.Left)
78  | System.Windows.Forms.AnchorStyles.Right)));
79  this.YSliceNumericUpDown.DecimalPlaces = 2;
80  this.YSliceNumericUpDown.Increment = new decimal(new int[] {
81  1,
82  0,
83  0,
84  131072});
85  this.YSliceNumericUpDown.Location = new System.Drawing.Point(341, 33);
86  this.YSliceNumericUpDown.Maximum = new decimal(new int[] {
87  1,
88  0,
89  0,
90  0});
91  this.YSliceNumericUpDown.Name = "YSliceNumericUpDown";
92  this.YSliceNumericUpDown.Size = new System.Drawing.Size(126, 20);
93  this.YSliceNumericUpDown.TabIndex = 1;
94  this.YSliceNumericUpDown.Value = new decimal(new int[] {
95  5,
96  0,
97  0,
98  65536});
99  this.YSliceNumericUpDown.ValueChanged += new System.EventHandler(this.handleSliceNumericUpDown);
100  //
101  // XSliceGroup
102  //
103  this.XSliceGroup.BackColor = System.Drawing.Color.Transparent;
104  this.XSliceGroup.Controls.Add(this.XSlider);
105  this.XSliceGroup.Controls.Add(this.XSliceNumericUpDown);
106  this.XSliceGroup.Location = new System.Drawing.Point(9, 141);
107  this.XSliceGroup.Name = "XSliceGroup";
108  this.XSliceGroup.Size = new System.Drawing.Size(477, 123);
109  this.XSliceGroup.TabIndex = 3;
110  this.XSliceGroup.TabStop = false;
111  this.XSliceGroup.Text = "Side Slice (X Slice)";
112  //
113  // XSlider
114  //
115  this.XSlider.Anchor = System.Windows.Forms.AnchorStyles.None;
116  this.XSlider.Location = new System.Drawing.Point(8, 74);
117  this.XSlider.Name = "XSlider";
118  this.XSlider.Size = new System.Drawing.Size(460, 20);
119  this.XSlider.TabIndex = 2;
120  this.XSlider.Value = 50;
121  this.XSlider.ValueChanged += new System.EventHandler(this.handleScrollSlider);
122  //
123  // XSliceNumericUpDown
124  //
125  this.XSliceNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
126  | System.Windows.Forms.AnchorStyles.Left)
127  | System.Windows.Forms.AnchorStyles.Right)));
128  this.XSliceNumericUpDown.DecimalPlaces = 2;
129  this.XSliceNumericUpDown.Increment = new decimal(new int[] {
130  1,
131  0,
132  0,
133  131072});
134  this.XSliceNumericUpDown.Location = new System.Drawing.Point(344, 33);
135  this.XSliceNumericUpDown.Maximum = new decimal(new int[] {
136  1,
137  0,
138  0,
139  0});
140  this.XSliceNumericUpDown.Name = "XSliceNumericUpDown";
141  this.XSliceNumericUpDown.Size = new System.Drawing.Size(126, 20);
142  this.XSliceNumericUpDown.TabIndex = 1;
143  this.XSliceNumericUpDown.Value = new decimal(new int[] {
144  5,
145  0,
146  0,
147  65536});
148  this.XSliceNumericUpDown.ValueChanged += new System.EventHandler(this.handleSliceNumericUpDown);
149  //
150  // ZSliceGroup
151  //
152  this.ZSliceGroup.BackColor = System.Drawing.Color.Transparent;
153  this.ZSliceGroup.Controls.Add(this.ZSlider);
154  this.ZSliceGroup.Controls.Add(this.ZSliceNumericUpDown);
155  this.ZSliceGroup.Location = new System.Drawing.Point(9, 276);
156  this.ZSliceGroup.Name = "ZSliceGroup";
157  this.ZSliceGroup.Size = new System.Drawing.Size(476, 123);
158  this.ZSliceGroup.TabIndex = 4;
159  this.ZSliceGroup.TabStop = false;
160  this.ZSliceGroup.Text = "Front Slice (Z Slice)";
161  //
162  // ZSlider
163  //
164  this.ZSlider.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
165  | System.Windows.Forms.AnchorStyles.Left)
166  | System.Windows.Forms.AnchorStyles.Right)));
167  this.ZSlider.Location = new System.Drawing.Point(8, 74);
168  this.ZSlider.Name = "ZSlider";
169  this.ZSlider.Size = new System.Drawing.Size(460, 20);
170  this.ZSlider.TabIndex = 3;
171  this.ZSlider.Value = 50;
172  this.ZSlider.ValueChanged += new System.EventHandler(this.handleScrollSlider);
173  //
174  // ZSliceNumericUpDown
175  //
176  this.ZSliceNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
177  | System.Windows.Forms.AnchorStyles.Left)
178  | System.Windows.Forms.AnchorStyles.Right)));
179  this.ZSliceNumericUpDown.DecimalPlaces = 2;
180  this.ZSliceNumericUpDown.Increment = new decimal(new int[] {
181  1,
182  0,
183  0,
184  131072});
185  this.ZSliceNumericUpDown.Location = new System.Drawing.Point(341, 33);
186  this.ZSliceNumericUpDown.Maximum = new decimal(new int[] {
187  1,
188  0,
189  0,
190  0});
191  this.ZSliceNumericUpDown.Name = "ZSliceNumericUpDown";
192  this.ZSliceNumericUpDown.Size = new System.Drawing.Size(126, 20);
193  this.ZSliceNumericUpDown.TabIndex = 1;
194  this.ZSliceNumericUpDown.Value = new decimal(new int[] {
195  5,
196  0,
197  0,
198  65536});
199  this.ZSliceNumericUpDown.ValueChanged += new System.EventHandler(this.handleSliceNumericUpDown);
200  //
201  // SlicingForm
202  //
203  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
204  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
205  this.ClientSize = new System.Drawing.Size(494, 410);
206  this.Controls.Add(this.ZSliceGroup);
207  this.Controls.Add(this.XSliceGroup);
208  this.Controls.Add(this.YSliceGroup);
209  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
210  this.MaximizeBox = false;
211  this.MinimizeBox = false;
212  this.Name = "SlicingForm";
213  this.Text = "Slicing Setup";
214  this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.handleSlicingFormOnClosing);
215  this.YSliceGroup.ResumeLayout(false);
216  ((System.ComponentModel.ISupportInitialize)(this.YSliceNumericUpDown)).EndInit();
217  this.XSliceGroup.ResumeLayout(false);
218  ((System.ComponentModel.ISupportInitialize)(this.XSliceNumericUpDown)).EndInit();
219  this.ZSliceGroup.ResumeLayout(false);
220  ((System.ComponentModel.ISupportInitialize)(this.ZSliceNumericUpDown)).EndInit();
221  this.ResumeLayout(false);
222 
223  }
224 
225  #endregion
226 
227  private System.Windows.Forms.GroupBox YSliceGroup;
228  private System.Windows.Forms.HScrollBar YSlider;
229  private System.Windows.Forms.NumericUpDown YSliceNumericUpDown;
230  private System.Windows.Forms.GroupBox XSliceGroup;
231  private System.Windows.Forms.HScrollBar XSlider;
232  private System.Windows.Forms.NumericUpDown XSliceNumericUpDown;
233  private System.Windows.Forms.GroupBox ZSliceGroup;
234  private System.Windows.Forms.HScrollBar ZSlider;
235  private System.Windows.Forms.NumericUpDown ZSliceNumericUpDown;
236  }
237 }