Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/09 12:06:02 (15 years ago)
Author:
mbecirov
Message:

#586: Added authorization components.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerConsole.Designer.cs

    r1717 r2065  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveServerConsole));
    4748      this.gbConfiguration = new System.Windows.Forms.GroupBox();
    4849      this.lblPort = new System.Windows.Forms.Label();
     
    5758      this.tbPwd = new System.Windows.Forms.TextBox();
    5859      this.lblError = new System.Windows.Forms.Label();
     60      this.pictureBox1 = new System.Windows.Forms.PictureBox();
     61      this.btnCancel = new System.Windows.Forms.Button();
    5962      this.gbConfiguration.SuspendLayout();
    6063      this.gpUser.SuspendLayout();
     64      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
    6165      this.SuspendLayout();
    6266      //
     
    6771      this.gbConfiguration.Controls.Add(this.tbPort);
    6872      this.gbConfiguration.Controls.Add(this.tbIp);
    69       this.gbConfiguration.Location = new System.Drawing.Point(12, 100);
     73      this.gbConfiguration.Location = new System.Drawing.Point(188, 100);
    7074      this.gbConfiguration.Name = "gbConfiguration";
    7175      this.gbConfiguration.Size = new System.Drawing.Size(283, 82);
     
    110114      // btnLogin
    111115      //
    112       this.btnLogin.Location = new System.Drawing.Point(179, 188);
     116      this.btnLogin.Location = new System.Drawing.Point(355, 193);
    113117      this.btnLogin.Name = "btnLogin";
    114118      this.btnLogin.Size = new System.Drawing.Size(116, 23);
     
    125129      this.gpUser.Controls.Add(this.lblUsername);
    126130      this.gpUser.Controls.Add(this.tbPwd);
    127       this.gpUser.Location = new System.Drawing.Point(12, 12);
     131      this.gpUser.Location = new System.Drawing.Point(188, 12);
    128132      this.gpUser.Name = "gpUser";
    129133      this.gpUser.Size = new System.Drawing.Size(283, 82);
     
    171175      this.lblError.AutoSize = true;
    172176      this.lblError.ForeColor = System.Drawing.Color.Red;
    173       this.lblError.Location = new System.Drawing.Point(16, 238);
     177      this.lblError.Location = new System.Drawing.Point(12, 193);
    174178      this.lblError.Name = "lblError";
    175179      this.lblError.Size = new System.Drawing.Size(0, 13);
    176180      this.lblError.TabIndex = 5;
    177181      //
     182      // pictureBox1
     183      //
     184      this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     185      this.pictureBox1.Location = new System.Drawing.Point(12, 12);
     186      this.pictureBox1.Name = "pictureBox1";
     187      this.pictureBox1.Size = new System.Drawing.Size(170, 170);
     188      this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     189      this.pictureBox1.TabIndex = 8;
     190      this.pictureBox1.TabStop = false;
     191      //
     192      // btnCancel
     193      //
     194      this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     195      this.btnCancel.Location = new System.Drawing.Point(259, 193);
     196      this.btnCancel.Name = "btnCancel";
     197      this.btnCancel.Size = new System.Drawing.Size(90, 23);
     198      this.btnCancel.TabIndex = 9;
     199      this.btnCancel.Text = "&Cancel";
     200      this.btnCancel.UseVisualStyleBackColor = true;
     201      this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     202      //
    178203      // HiveServerConsole
    179204      //
     
    181206      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    182207      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    183       this.ClientSize = new System.Drawing.Size(311, 225);
     208      this.BackColor = System.Drawing.Color.White;
     209      this.CancelButton = this.btnCancel;
     210      this.ClientSize = new System.Drawing.Size(482, 226);
     211      this.Controls.Add(this.btnCancel);
     212      this.Controls.Add(this.pictureBox1);
    184213      this.Controls.Add(this.lblError);
    185214      this.Controls.Add(this.gpUser);
    186215      this.Controls.Add(this.btnLogin);
    187216      this.Controls.Add(this.gbConfiguration);
     217      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
    188218      this.Name = "HiveServerConsole";
    189       this.Text = "Server Console";
     219      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     220      this.Text = "Server Console Logon";
    190221      this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
    191222      this.gbConfiguration.ResumeLayout(false);
     
    193224      this.gpUser.ResumeLayout(false);
    194225      this.gpUser.PerformLayout();
     226      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
    195227      this.ResumeLayout(false);
    196228      this.PerformLayout();
     
    212244    private System.Windows.Forms.TextBox tbPwd;
    213245    private System.Windows.Forms.Label lblError;
     246    private System.Windows.Forms.PictureBox pictureBox1;
     247    private System.Windows.Forms.Button btnCancel;
    214248  }
    215249}
Note: See TracChangeset for help on using the changeset viewer.