Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabPageActivityLogging = new System.Windows.Forms.TabPage();
     this.userControlActivityLogging = new DvtkHighLevelInterface.UserInterfaces.UserControlActivityLogging();
     this.tabPageInteraction = new System.Windows.Forms.TabPage();
     this.userControlInstructions = new DvtkHighLevelInterface.UserInterfaces.UserControlInstructions();
     this.buttonStop = new System.Windows.Forms.Button();
     this.tabControl.SuspendLayout();
     this.tabPageActivityLogging.SuspendLayout();
     this.tabPageInteraction.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl
     //
     this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl.Controls.Add(this.tabPageActivityLogging);
     this.tabControl.Controls.Add(this.tabPageInteraction);
     this.tabControl.Location = new System.Drawing.Point(8, 8);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(736, 368);
     this.tabControl.TabIndex = 0;
     //
     // tabPageActivityLogging
     //
     this.tabPageActivityLogging.Controls.Add(this.userControlActivityLogging);
     this.tabPageActivityLogging.Location = new System.Drawing.Point(4, 22);
     this.tabPageActivityLogging.Name = "tabPageActivityLogging";
     this.tabPageActivityLogging.Size = new System.Drawing.Size(728, 342);
     this.tabPageActivityLogging.TabIndex = 0;
     this.tabPageActivityLogging.Text = "Activity Logging";
     //
     // userControlActivityLogging
     //
     this.userControlActivityLogging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControlActivityLogging.Location = new System.Drawing.Point(0, 0);
     this.userControlActivityLogging.Name = "userControlActivityLogging";
     this.userControlActivityLogging.Size = new System.Drawing.Size(728, 342);
     this.userControlActivityLogging.TabIndex = 0;
     //
     // tabPageInteraction
     //
     this.tabPageInteraction.Controls.Add(this.userControlInstructions);
     this.tabPageInteraction.Location = new System.Drawing.Point(4, 22);
     this.tabPageInteraction.Name = "tabPageInteraction";
     this.tabPageInteraction.Size = new System.Drawing.Size(728, 342);
     this.tabPageInteraction.TabIndex = 1;
     this.tabPageInteraction.Text = "Instructions";
     //
     // userControlInstructions
     //
     this.userControlInstructions.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControlInstructions.Location = new System.Drawing.Point(0, 0);
     this.userControlInstructions.Name = "userControlInstructions";
     this.userControlInstructions.Size = new System.Drawing.Size(728, 342);
     this.userControlInstructions.TabIndex = 0;
     //
     // buttonStop
     //
     this.buttonStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonStop.Location = new System.Drawing.Point(672, 384);
     this.buttonStop.Name = "buttonStop";
     this.buttonStop.TabIndex = 1;
     this.buttonStop.Text = "Stop";
     this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
     //
     // HliInternalForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(752, 414);
     this.ControlBox = false;
     this.Controls.Add(this.buttonStop);
     this.Controls.Add(this.tabControl);
     this.Name = "HliInternalForm";
     this.Text = "HliInternalForm";
     this.tabControl.ResumeLayout(false);
     this.tabPageActivityLogging.ResumeLayout(false);
     this.tabPageInteraction.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabControl                 = new System.Windows.Forms.TabControl();
     this.tabPageActivityLogging     = new System.Windows.Forms.TabPage();
     this.userControlActivityLogging = new DvtkHighLevelInterface.UserInterfaces.UserControlActivityLogging();
     this.tabPageInteraction         = new System.Windows.Forms.TabPage();
     this.userControlInstructions    = new DvtkHighLevelInterface.UserInterfaces.UserControlInstructions();
     this.buttonStop                 = new System.Windows.Forms.Button();
     this.tabControl.SuspendLayout();
     this.tabPageActivityLogging.SuspendLayout();
     this.tabPageInteraction.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl
     //
     this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl.Controls.Add(this.tabPageActivityLogging);
     this.tabControl.Controls.Add(this.tabPageInteraction);
     this.tabControl.Location      = new System.Drawing.Point(8, 8);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(736, 368);
     this.tabControl.TabIndex      = 0;
     //
     // tabPageActivityLogging
     //
     this.tabPageActivityLogging.Controls.Add(this.userControlActivityLogging);
     this.tabPageActivityLogging.Location = new System.Drawing.Point(4, 22);
     this.tabPageActivityLogging.Name     = "tabPageActivityLogging";
     this.tabPageActivityLogging.Size     = new System.Drawing.Size(728, 342);
     this.tabPageActivityLogging.TabIndex = 0;
     this.tabPageActivityLogging.Text     = "Activity Logging";
     //
     // userControlActivityLogging
     //
     this.userControlActivityLogging.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.userControlActivityLogging.Location = new System.Drawing.Point(0, 0);
     this.userControlActivityLogging.Name     = "userControlActivityLogging";
     this.userControlActivityLogging.Size     = new System.Drawing.Size(728, 342);
     this.userControlActivityLogging.TabIndex = 0;
     //
     // tabPageInteraction
     //
     this.tabPageInteraction.Controls.Add(this.userControlInstructions);
     this.tabPageInteraction.Location = new System.Drawing.Point(4, 22);
     this.tabPageInteraction.Name     = "tabPageInteraction";
     this.tabPageInteraction.Size     = new System.Drawing.Size(728, 342);
     this.tabPageInteraction.TabIndex = 1;
     this.tabPageInteraction.Text     = "Instructions";
     //
     // userControlInstructions
     //
     this.userControlInstructions.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.userControlInstructions.Location = new System.Drawing.Point(0, 0);
     this.userControlInstructions.Name     = "userControlInstructions";
     this.userControlInstructions.Size     = new System.Drawing.Size(728, 342);
     this.userControlInstructions.TabIndex = 0;
     //
     // buttonStop
     //
     this.buttonStop.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonStop.Location = new System.Drawing.Point(672, 384);
     this.buttonStop.Name     = "buttonStop";
     this.buttonStop.TabIndex = 1;
     this.buttonStop.Text     = "Stop";
     this.buttonStop.Click   += new System.EventHandler(this.buttonStop_Click);
     //
     // HliInternalForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(752, 414);
     this.ControlBox        = false;
     this.Controls.Add(this.buttonStop);
     this.Controls.Add(this.tabControl);
     this.Name = "HliInternalForm";
     this.Text = "HliInternalForm";
     this.tabControl.ResumeLayout(false);
     this.tabPageActivityLogging.ResumeLayout(false);
     this.tabPageInteraction.ResumeLayout(false);
     this.ResumeLayout(false);
 }