VIS2 SS2013 CVD DVR
 All Classes Namespaces Functions Enumerations Properties
DialogForm.Designer.cs
1 namespace visLU.Gui
2 {
3  partial class DialogForm
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  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogForm));
32  this.StartButton = new System.Windows.Forms.Button();
33  this.GuiRadioButton = new System.Windows.Forms.RadioButton();
34  this.FullscreenRadioButton = new System.Windows.Forms.RadioButton();
35  this.SuspendLayout();
36  //
37  // StartButton
38  //
39  this.StartButton.DialogResult = System.Windows.Forms.DialogResult.OK;
40  this.StartButton.Location = new System.Drawing.Point(95, 105);
41  this.StartButton.Name = "StartButton";
42  this.StartButton.Size = new System.Drawing.Size(75, 23);
43  this.StartButton.TabIndex = 0;
44  this.StartButton.Text = "Start";
45  this.StartButton.UseVisualStyleBackColor = true;
46  //this.StartButton.Click += new System.EventHandler(this.StartButton_Click); -> old stuff delete
47  //
48  // GuiRadioButton
49  //
50  this.GuiRadioButton.AutoSize = true;
51  this.GuiRadioButton.Checked = true;
52  this.GuiRadioButton.Location = new System.Drawing.Point(95, 69);
53  this.GuiRadioButton.Name = "GuiRadioButton";
54  this.GuiRadioButton.Size = new System.Drawing.Size(41, 17);
55  this.GuiRadioButton.TabIndex = 2;
56  this.GuiRadioButton.TabStop = true;
57  this.GuiRadioButton.Text = "Gui";
58  this.GuiRadioButton.UseVisualStyleBackColor = true;
59  // this.GuiRadioButton.CheckedChanged += new System.EventHandler(this.GuiRadioButton_CheckedChanged); -> old stuff delete
60  //
61  // FullscreenRadioButton
62  //
63  this.FullscreenRadioButton.AutoSize = true;
64  this.FullscreenRadioButton.Location = new System.Drawing.Point(95, 37);
65  this.FullscreenRadioButton.Name = "FullscreenRadioButton";
66  this.FullscreenRadioButton.Size = new System.Drawing.Size(73, 17);
67  this.FullscreenRadioButton.TabIndex = 1;
68  this.FullscreenRadioButton.TabStop = true;
69  this.FullscreenRadioButton.Text = "Fullscreen";
70  this.FullscreenRadioButton.UseVisualStyleBackColor = true;
71  //this.FullscreenRadioButton.CheckedChanged += new System.EventHandler(this.FullscreenRadioButton_CheckedChanged); //old version fullscreen option
72  //
73  // DialogForm
74  //
75  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
76  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
77  this.ClientSize = new System.Drawing.Size(292, 196);
78  this.Controls.Add(this.GuiRadioButton);
79  this.Controls.Add(this.FullscreenRadioButton);
80  this.Controls.Add(this.StartButton);
81  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
82  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
83  this.MaximizeBox = false;
84  this.MinimizeBox = false;
85  this.Name = "DialogForm";
86  this.Text = "LU Visualisierung Bsp 1";
87  this.ResumeLayout(false);
88  this.PerformLayout();
89 
90  }
91 
92  #endregion
93 
94  public System.Windows.Forms.Button StartButton;
95  private System.Windows.Forms.RadioButton GuiRadioButton;
96  private System.Windows.Forms.RadioButton FullscreenRadioButton;
97  }
98 }