Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/ClientViews/ClientRegistrationDialog.Designer.cs @ 7557

Last change on this file since 7557 was 7557, checked in by ascheibe, 12 years ago

#1648

  • improved client registration dialog
  • fixed namespaces
File size: 6.5 KB
Line 
1namespace HeuristicLab.Clients.Access.Views {
2  partial class ClientRegistrationDialog {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.btnCollectInformation = new System.Windows.Forms.Button();
27      this.richTextBox1 = new System.Windows.Forms.RichTextBox();
28      this.progressBar = new System.Windows.Forms.ProgressBar();
29      this.btnRegisterClient = new System.Windows.Forms.Button();
30      this.btnCancel = new System.Windows.Forms.Button();
31      this.clientView = new HeuristicLab.Clients.Access.Views.ClientView();
32      this.SuspendLayout();
33      //
34      // btnCollectInformation
35      //
36      this.btnCollectInformation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
37      this.btnCollectInformation.Location = new System.Drawing.Point(12, 220);
38      this.btnCollectInformation.Name = "btnCollectInformation";
39      this.btnCollectInformation.Size = new System.Drawing.Size(111, 23);
40      this.btnCollectInformation.TabIndex = 1;
41      this.btnCollectInformation.Text = "Collect Information";
42      this.btnCollectInformation.UseVisualStyleBackColor = true;
43      this.btnCollectInformation.Click += new System.EventHandler(this.btnCollectInformation_Click);
44      //
45      // richTextBox1
46      //
47      this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
48            | System.Windows.Forms.AnchorStyles.Left)
49            | System.Windows.Forms.AnchorStyles.Right)));
50      this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
51      this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
52      this.richTextBox1.Location = new System.Drawing.Point(12, 12);
53      this.richTextBox1.Name = "richTextBox1";
54      this.richTextBox1.Size = new System.Drawing.Size(769, 202);
55      this.richTextBox1.TabIndex = 2;
56      this.richTextBox1.Text = "";
57      this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.richTextBox1_LinkClicked);
58      //
59      // progressBar
60      //
61      this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
62            | System.Windows.Forms.AnchorStyles.Right)));
63      this.progressBar.Location = new System.Drawing.Point(129, 220);
64      this.progressBar.Name = "progressBar";
65      this.progressBar.Size = new System.Drawing.Size(651, 23);
66      this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
67      this.progressBar.TabIndex = 4;
68      this.progressBar.Visible = false;
69      //
70      // btnRegisterClient
71      //
72      this.btnRegisterClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
73      this.btnRegisterClient.Enabled = false;
74      this.btnRegisterClient.Location = new System.Drawing.Point(12, 595);
75      this.btnRegisterClient.Name = "btnRegisterClient";
76      this.btnRegisterClient.Size = new System.Drawing.Size(88, 23);
77      this.btnRegisterClient.TabIndex = 5;
78      this.btnRegisterClient.Text = "Register client";
79      this.btnRegisterClient.UseVisualStyleBackColor = true;
80      this.btnRegisterClient.Click += new System.EventHandler(this.btnRegisterClient_Click);
81      //
82      // btnCancel
83      //
84      this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
85      this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
86      this.btnCancel.Location = new System.Drawing.Point(705, 595);
87      this.btnCancel.Name = "btnCancel";
88      this.btnCancel.Size = new System.Drawing.Size(75, 23);
89      this.btnCancel.TabIndex = 6;
90      this.btnCancel.Text = "Close";
91      this.btnCancel.UseVisualStyleBackColor = true;
92      //
93      // clientView
94      //
95      this.clientView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
96            | System.Windows.Forms.AnchorStyles.Right)));
97      this.clientView.Caption = "Client View";
98      this.clientView.Content = null;
99      this.clientView.Location = new System.Drawing.Point(11, 249);
100      this.clientView.Name = "clientView";
101      this.clientView.ReadOnly = false;
102      this.clientView.Size = new System.Drawing.Size(769, 340);
103      this.clientView.TabIndex = 3;
104      //
105      // ClientRegistrationDialog
106      //
107      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
108      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
109      this.CancelButton = this.btnCancel;
110      this.ClientSize = new System.Drawing.Size(793, 631);
111      this.Controls.Add(this.btnCancel);
112      this.Controls.Add(this.btnRegisterClient);
113      this.Controls.Add(this.progressBar);
114      this.Controls.Add(this.clientView);
115      this.Controls.Add(this.richTextBox1);
116      this.Controls.Add(this.btnCollectInformation);
117      this.MaximizeBox = false;
118      this.MinimizeBox = false;
119      this.Name = "ClientRegistrationDialog";
120      this.ShowIcon = false;
121      this.ShowInTaskbar = false;
122      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
123      this.Text = "Client Registration";
124      this.TopMost = true;
125      this.ResumeLayout(false);
126
127    }
128
129    #endregion
130
131    private System.Windows.Forms.Button btnCollectInformation;
132    private System.Windows.Forms.RichTextBox richTextBox1;
133    private ClientView clientView;
134    private System.Windows.Forms.ProgressBar progressBar;
135    private System.Windows.Forms.Button btnRegisterClient;
136    private System.Windows.Forms.Button btnCancel;
137
138  }
139}
Note: See TracBrowser for help on using the repository browser.