]> granicus.if.org Git - icinga2/blob - agent/windows-setup-agent/ServiceStatus.Designer.cs
Merge pull request #7073 from Icinga/feature/docs-development-macos-windows
[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             this.btnOpenConfigDir = new System.Windows.Forms.Button();
38             ((System.ComponentModel.ISupportInitialize)(this.picBanner)).BeginInit();
39             this.SuspendLayout();
40             // 
41             // picBanner
42             // 
43             this.picBanner.Image = global::Icinga.Properties.Resources.icinga_banner;
44             this.picBanner.Location = new System.Drawing.Point(0, 0);
45             this.picBanner.Name = "picBanner";
46             this.picBanner.Size = new System.Drawing.Size(625, 77);
47             this.picBanner.TabIndex = 2;
48             this.picBanner.TabStop = false;
49             // 
50             // lblStatus
51             // 
52             this.lblStatus.AutoSize = true;
53             this.lblStatus.Location = new System.Drawing.Point(12, 105);
54             this.lblStatus.Name = "lblStatus";
55             this.lblStatus.Size = new System.Drawing.Size(79, 13);
56             this.lblStatus.TabIndex = 3;
57             this.lblStatus.Text = "Service Status:";
58             // 
59             // txtStatus
60             // 
61             this.txtStatus.Location = new System.Drawing.Point(97, 102);
62             this.txtStatus.Name = "txtStatus";
63             this.txtStatus.ReadOnly = true;
64             this.txtStatus.Size = new System.Drawing.Size(278, 20);
65             this.txtStatus.TabIndex = 3;
66             // 
67             // btnReconfigure
68             // 
69             this.btnReconfigure.Location = new System.Drawing.Point(195, 143);
70             this.btnReconfigure.Name = "btnReconfigure";
71             this.btnReconfigure.Size = new System.Drawing.Size(89, 23);
72             this.btnReconfigure.TabIndex = 1;
73             this.btnReconfigure.Text = "Reconfigure";
74             this.btnReconfigure.UseVisualStyleBackColor = true;
75             this.btnReconfigure.Click += new System.EventHandler(this.btnReconfigure_Click);
76             // 
77             // btnOK
78             // 
79             this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
80             this.btnOK.Location = new System.Drawing.Point(290, 143);
81             this.btnOK.Name = "btnOK";
82             this.btnOK.Size = new System.Drawing.Size(89, 23);
83             this.btnOK.TabIndex = 0;
84             this.btnOK.Text = "OK";
85             this.btnOK.UseVisualStyleBackColor = true;
86             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
87             // 
88             // btnOpenConfigDir
89             // 
90             this.btnOpenConfigDir.DialogResult = System.Windows.Forms.DialogResult.Cancel;
91             this.btnOpenConfigDir.Location = new System.Drawing.Point(100, 143);
92             this.btnOpenConfigDir.Name = "btnOpenConfigDir";
93             this.btnOpenConfigDir.Size = new System.Drawing.Size(89, 23);
94             this.btnOpenConfigDir.TabIndex = 2;
95             this.btnOpenConfigDir.Text = "Examine Config";
96             this.btnOpenConfigDir.UseVisualStyleBackColor = true;
97             this.btnOpenConfigDir.Click += new System.EventHandler(this.btnOpenConfigDir_Click);
98             // 
99             // ServiceStatus
100             // 
101             this.AcceptButton = this.btnOK;
102             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
103             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
104             this.CancelButton = this.btnOK;
105             this.ClientSize = new System.Drawing.Size(391, 186);
106             this.Controls.Add(this.btnOpenConfigDir);
107             this.Controls.Add(this.btnOK);
108             this.Controls.Add(this.btnReconfigure);
109             this.Controls.Add(this.txtStatus);
110             this.Controls.Add(this.lblStatus);
111             this.Controls.Add(this.picBanner);
112             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
113             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
114             this.MaximizeBox = false;
115             this.Name = "ServiceStatus";
116             this.Text = "Icinga 2 Service Status";
117             ((System.ComponentModel.ISupportInitialize)(this.picBanner)).EndInit();
118             this.ResumeLayout(false);
119             this.PerformLayout();
120
121                 }
122
123                 #endregion
124
125                 private System.Windows.Forms.PictureBox picBanner;
126                 private System.Windows.Forms.Label lblStatus;
127                 private System.Windows.Forms.TextBox txtStatus;
128                 private System.Windows.Forms.Button btnReconfigure;
129                 private System.Windows.Forms.Button btnOK;
130         private System.Windows.Forms.Button btnOpenConfigDir;
131     }
132 }