[8924] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[12012] | 3 | * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8924] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.Clients.Access.Views {
|
---|
[8042] | 23 | partial class ClientRegistrationDialog {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Windows Form Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
| 47 | this.btnCollectInformation = new System.Windows.Forms.Button();
|
---|
| 48 | this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
---|
| 49 | this.progressBar = new System.Windows.Forms.ProgressBar();
|
---|
| 50 | this.btnRegisterClient = new System.Windows.Forms.Button();
|
---|
| 51 | this.btnCancel = new System.Windows.Forms.Button();
|
---|
| 52 | this.clientView = new HeuristicLab.Clients.Access.Views.ClientView();
|
---|
| 53 | this.SuspendLayout();
|
---|
| 54 | //
|
---|
| 55 | // btnCollectInformation
|
---|
| 56 | //
|
---|
| 57 | this.btnCollectInformation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 58 | this.btnCollectInformation.Location = new System.Drawing.Point(12, 220);
|
---|
| 59 | this.btnCollectInformation.Name = "btnCollectInformation";
|
---|
| 60 | this.btnCollectInformation.Size = new System.Drawing.Size(111, 23);
|
---|
| 61 | this.btnCollectInformation.TabIndex = 1;
|
---|
| 62 | this.btnCollectInformation.Text = "Collect Information";
|
---|
| 63 | this.btnCollectInformation.UseVisualStyleBackColor = true;
|
---|
| 64 | this.btnCollectInformation.Click += new System.EventHandler(this.btnCollectInformation_Click);
|
---|
| 65 | //
|
---|
| 66 | // richTextBox1
|
---|
| 67 | //
|
---|
| 68 | this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 69 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 70 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 71 | this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 72 | this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
| 73 | this.richTextBox1.Location = new System.Drawing.Point(12, 12);
|
---|
| 74 | this.richTextBox1.Name = "richTextBox1";
|
---|
| 75 | this.richTextBox1.Size = new System.Drawing.Size(769, 202);
|
---|
| 76 | this.richTextBox1.TabIndex = 2;
|
---|
| 77 | this.richTextBox1.Text = "";
|
---|
| 78 | this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.richTextBox1_LinkClicked);
|
---|
| 79 | //
|
---|
| 80 | // progressBar
|
---|
| 81 | //
|
---|
| 82 | this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 83 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 84 | this.progressBar.Location = new System.Drawing.Point(129, 220);
|
---|
| 85 | this.progressBar.Name = "progressBar";
|
---|
| 86 | this.progressBar.Size = new System.Drawing.Size(651, 23);
|
---|
| 87 | this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
---|
| 88 | this.progressBar.TabIndex = 4;
|
---|
| 89 | this.progressBar.Visible = false;
|
---|
| 90 | //
|
---|
| 91 | // btnRegisterClient
|
---|
| 92 | //
|
---|
| 93 | this.btnRegisterClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 94 | this.btnRegisterClient.Enabled = false;
|
---|
| 95 | this.btnRegisterClient.Location = new System.Drawing.Point(12, 595);
|
---|
| 96 | this.btnRegisterClient.Name = "btnRegisterClient";
|
---|
| 97 | this.btnRegisterClient.Size = new System.Drawing.Size(88, 23);
|
---|
| 98 | this.btnRegisterClient.TabIndex = 5;
|
---|
| 99 | this.btnRegisterClient.Text = "Register client";
|
---|
| 100 | this.btnRegisterClient.UseVisualStyleBackColor = true;
|
---|
| 101 | this.btnRegisterClient.Click += new System.EventHandler(this.btnRegisterClient_Click);
|
---|
| 102 | //
|
---|
| 103 | // btnCancel
|
---|
| 104 | //
|
---|
| 105 | this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 106 | this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 107 | this.btnCancel.Location = new System.Drawing.Point(705, 595);
|
---|
| 108 | this.btnCancel.Name = "btnCancel";
|
---|
| 109 | this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
---|
| 110 | this.btnCancel.TabIndex = 6;
|
---|
| 111 | this.btnCancel.Text = "Close";
|
---|
| 112 | this.btnCancel.UseVisualStyleBackColor = true;
|
---|
| 113 | //
|
---|
| 114 | // clientView
|
---|
| 115 | //
|
---|
| 116 | this.clientView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 117 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 118 | this.clientView.Caption = "Client View";
|
---|
| 119 | this.clientView.Content = null;
|
---|
| 120 | this.clientView.Location = new System.Drawing.Point(11, 249);
|
---|
| 121 | this.clientView.Name = "clientView";
|
---|
| 122 | this.clientView.ReadOnly = false;
|
---|
| 123 | this.clientView.Size = new System.Drawing.Size(769, 340);
|
---|
| 124 | this.clientView.TabIndex = 3;
|
---|
| 125 | //
|
---|
| 126 | // ClientRegistrationDialog
|
---|
| 127 | //
|
---|
| 128 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 129 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 130 | this.CancelButton = this.btnCancel;
|
---|
| 131 | this.ClientSize = new System.Drawing.Size(793, 631);
|
---|
| 132 | this.Controls.Add(this.btnCancel);
|
---|
| 133 | this.Controls.Add(this.btnRegisterClient);
|
---|
| 134 | this.Controls.Add(this.progressBar);
|
---|
| 135 | this.Controls.Add(this.clientView);
|
---|
| 136 | this.Controls.Add(this.richTextBox1);
|
---|
| 137 | this.Controls.Add(this.btnCollectInformation);
|
---|
| 138 | this.MaximizeBox = false;
|
---|
| 139 | this.MinimizeBox = false;
|
---|
| 140 | this.Name = "ClientRegistrationDialog";
|
---|
| 141 | this.ShowIcon = false;
|
---|
| 142 | this.ShowInTaskbar = false;
|
---|
| 143 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
| 144 | this.Text = "Client Registration";
|
---|
| 145 | this.TopMost = true;
|
---|
| 146 | this.ResumeLayout(false);
|
---|
| 147 |
|
---|
| 148 | }
|
---|
| 149 |
|
---|
| 150 | #endregion
|
---|
| 151 |
|
---|
| 152 | private System.Windows.Forms.Button btnCollectInformation;
|
---|
| 153 | private System.Windows.Forms.RichTextBox richTextBox1;
|
---|
| 154 | private ClientView clientView;
|
---|
| 155 | private System.Windows.Forms.ProgressBar progressBar;
|
---|
| 156 | private System.Windows.Forms.Button btnRegisterClient;
|
---|
| 157 | private System.Windows.Forms.Button btnCancel;
|
---|
| 158 |
|
---|
| 159 | }
|
---|
| 160 | } |
---|