Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Security.Server-3.2/3.2/SecurityServer.Designer.cs @ 1713

Last change on this file since 1713 was 1713, checked in by asimon, 15 years ago

Server for Security (ticket #537)

File size: 3.6 KB
Line 
1namespace HeuristicLab.Security.Server {
2  partial class SecurityServer {
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.label1 = new System.Windows.Forms.Label();
27      this.labelPermission = new System.Windows.Forms.Label();
28      this.label3 = new System.Windows.Forms.Label();
29      this.labelSecurity = new System.Windows.Forms.Label();
30      this.SuspendLayout();
31      //
32      // label1
33      //
34      this.label1.AutoSize = true;
35      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
36      this.label1.Location = new System.Drawing.Point(26, 31);
37      this.label1.Name = "label1";
38      this.label1.Size = new System.Drawing.Size(257, 13);
39      this.label1.TabIndex = 0;
40      this.label1.Text = "Security Server Permission Manager running";
41      //
42      // labelPermission
43      //
44      this.labelPermission.AutoSize = true;
45      this.labelPermission.Location = new System.Drawing.Point(29, 60);
46      this.labelPermission.Name = "labelPermission";
47      this.labelPermission.Size = new System.Drawing.Size(35, 13);
48      this.labelPermission.TabIndex = 1;
49      this.labelPermission.Text = "label2";
50      //
51      // label3
52      //
53      this.label3.AutoSize = true;
54      this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
55      this.label3.Location = new System.Drawing.Point(29, 94);
56      this.label3.Name = "label3";
57      this.label3.Size = new System.Drawing.Size(243, 13);
58      this.label3.TabIndex = 2;
59      this.label3.Text = "Security Server Security Manager running";
60      //
61      // labelSecurity
62      //
63      this.labelSecurity.AutoSize = true;
64      this.labelSecurity.Location = new System.Drawing.Point(32, 128);
65      this.labelSecurity.Name = "labelSecurity";
66      this.labelSecurity.Size = new System.Drawing.Size(35, 13);
67      this.labelSecurity.TabIndex = 3;
68      this.labelSecurity.Text = "label4";
69      //
70      // SecurityServer
71      //
72      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
73      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
74      this.ClientSize = new System.Drawing.Size(345, 167);
75      this.Controls.Add(this.labelSecurity);
76      this.Controls.Add(this.label3);
77      this.Controls.Add(this.labelPermission);
78      this.Controls.Add(this.label1);
79      this.Name = "SecurityServer";
80      this.Text = "SecurityServer";
81      this.ResumeLayout(false);
82      this.PerformLayout();
83
84    }
85
86    #endregion
87
88    private System.Windows.Forms.Label label1;
89    private System.Windows.Forms.Label labelPermission;
90    private System.Windows.Forms.Label label3;
91    private System.Windows.Forms.Label labelSecurity;
92  }
93}
Note: See TracBrowser for help on using the repository browser.