]> granicus.if.org Git - icinga2/blob - agent/windows-setup-agent/ServiceStatus.Designer.cs
23973d50084d9b7632706aef413f1085555d7ca4
[icinga2] / agent / windows-setup-agent / ServiceStatus.Designer.cs
1 namespace Icinga
2 {
3         partial class ServiceStatus
4         {
5                 /// <summary>
6                 /// Required designer variable.
7                 /// </summary>
8                 private System.ComponentModel.IContainer components = null;
9
10                 /// <summary>
11                 /// Clean up any resources being used.
12                 /// </summary>
13                 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14                 protected override void Dispose(bool disposing)
15                 {
16                         if (disposing && (components != null))
17                         {
18                                 components.Dispose();
19                         }
20                         base.Dispose(disposing);
21                 }
22
23                 #region Windows Form Designer generated code
24
25                 /// <summary>
26                 /// Required method for Designer support - do not modify
27                 /// the contents of this method with the code editor.
28                 /// </summary>
29                 private void InitializeComponent()
30                 {
31                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceStatus));
32                         this.picBanner = new System.Windows.Forms.PictureBox();
33                         this.lblStatus = new System.Windows.Forms.Label();
34                         this.txtStatus = new System.Windows.Forms.TextBox();
35                         this.btnReconfigure = new System.Windows.Forms.Button();
36                         this.btnOK = new System.Windows.Forms.Button();
37                         ((System.ComponentModel.ISupportInitialize)(this.picBanner)).BeginInit();
38                         this.SuspendLayout();
39                         // 
40                         // picBanner
41                         // 
42                         this.picBanner.Image = global::Icinga.Properties.Resources.icinga_banner;
43                         this.picBanner.Location = new System.Drawing.Point(0, 0);
44                         this.picBanner.Name = "picBanner";
45                         this.picBanner.Size = new System.Drawing.Size(625, 77);
46                         this.picBanner.TabIndex = 2;
47                         this.picBanner.TabStop = false;
48                         // 
49                         // lblStatus
50                         // 
51                         this.lblStatus.AutoSize = true;
52                         this.lblStatus.Location = new System.Drawing.Point(12, 105);
53                         this.lblStatus.Name = "lblStatus";
54                         this.lblStatus.Size = new System.Drawing.Size(79, 13);
55                         this.lblStatus.TabIndex = 3;
56                         this.lblStatus.Text = "Service Status:";
57                         // 
58                         // txtStatus
59                         // 
60                         this.txtStatus.Location = new System.Drawing.Point(97, 102);
61                         this.txtStatus.Name = "txtStatus";
62                         this.txtStatus.ReadOnly = true;
63                         this.txtStatus.Size = new System.Drawing.Size(278, 20);
64                         this.txtStatus.TabIndex = 2;
65                         // 
66                         // btnReconfigure
67                         // 
68                         this.btnReconfigure.Location = new System.Drawing.Point(219, 143);
69                         this.btnReconfigure.Name = "btnReconfigure";
70                         this.btnReconfigure.Size = new System.Drawing.Size(75, 23);
71                         this.btnReconfigure.TabIndex = 1;
72                         this.btnReconfigure.Text = "Reconfigure";
73                         this.btnReconfigure.UseVisualStyleBackColor = true;
74                         this.btnReconfigure.Click += new System.EventHandler(this.btnReconfigure_Click);
75                         // 
76                         // btnOK
77                         // 
78                         this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
79                         this.btnOK.Location = new System.Drawing.Point(300, 143);
80                         this.btnOK.Name = "btnOK";
81                         this.btnOK.Size = new System.Drawing.Size(75, 23);
82                         this.btnOK.TabIndex = 0;
83                         this.btnOK.Text = "OK";
84                         this.btnOK.UseVisualStyleBackColor = true;
85                         this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
86                         // 
87                         // ServiceStatus
88                         // 
89                         this.AcceptButton = this.btnOK;
90                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
91                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
92                         this.CancelButton = this.btnOK;
93                         this.ClientSize = new System.Drawing.Size(391, 186);
94                         this.Controls.Add(this.btnOK);
95                         this.Controls.Add(this.btnReconfigure);
96                         this.Controls.Add(this.txtStatus);
97                         this.Controls.Add(this.lblStatus);
98                         this.Controls.Add(this.picBanner);
99                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
100                         this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
101                         this.MaximizeBox = false;
102                         this.Name = "ServiceStatus";
103                         this.Text = "Icinga 2 Service Status";
104                         ((System.ComponentModel.ISupportInitialize)(this.picBanner)).EndInit();
105                         this.ResumeLayout(false);
106                         this.PerformLayout();
107
108                 }
109
110                 #endregion
111
112                 private System.Windows.Forms.PictureBox picBanner;
113                 private System.Windows.Forms.Label lblStatus;
114                 private System.Windows.Forms.TextBox txtStatus;
115                 private System.Windows.Forms.Button btnReconfigure;
116                 private System.Windows.Forms.Button btnOK;
117         }
118 }