]> granicus.if.org Git - icinga2/blob - agent/windows-setup-agent/GlobalZonesInputBox.Designer.cs
Merge pull request #7073 from Icinga/feature/docs-development-macos-windows
[icinga2] / agent / windows-setup-agent / GlobalZonesInputBox.Designer.cs
1 namespace Icinga
2 {
3         partial class GlobalZonesInputBox
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                         this.btnOK = new System.Windows.Forms.Button();
32                         this.btnCancel = new System.Windows.Forms.Button();
33                         this.label1 = new System.Windows.Forms.Label();
34                         this.lblGlobalZoneName = new System.Windows.Forms.Label();
35                         this.txtGlobalZoneName = new System.Windows.Forms.TextBox();
36                         this.SuspendLayout();
37                         // 
38                         // btnOK
39                         // 
40                         this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
41                         this.btnOK.Location = new System.Drawing.Point(191, 76);
42                         this.btnOK.Name = "btnOK";
43                         this.btnOK.Size = new System.Drawing.Size(75, 23);
44                         this.btnOK.TabIndex = 0;
45                         this.btnOK.Text = "OK";
46                         this.btnOK.UseVisualStyleBackColor = true;
47                         this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
48                         // 
49                         // btnCancel
50                         // 
51                         this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
52                         this.btnCancel.Location = new System.Drawing.Point(272, 76);
53                         this.btnCancel.Name = "btnCancel";
54                         this.btnCancel.Size = new System.Drawing.Size(75, 23);
55                         this.btnCancel.TabIndex = 1;
56                         this.btnCancel.Text = "Cancel";
57                         this.btnCancel.UseVisualStyleBackColor = true;
58                         // 
59                         // label1
60                         // 
61                         this.label1.AutoSize = true;
62                         this.label1.Location = new System.Drawing.Point(13, 13);
63                         this.label1.Name = "label1";
64                         this.label1.Size = new System.Drawing.Size(231, 13);
65                         this.label1.TabIndex = 2;
66                         this.label1.Text = "Please enter the name for the new global Zone:";
67                         // 
68                         // lblGlobalZoneName
69                         // 
70                         this.lblGlobalZoneName.AutoSize = true;
71                         this.lblGlobalZoneName.Location = new System.Drawing.Point(16, 46);
72                         this.lblGlobalZoneName.Name = "lblGlobalZoneName";
73                         this.lblGlobalZoneName.Size = new System.Drawing.Size(68, 13);
74                         this.lblGlobalZoneName.TabIndex = 3;
75                         this.lblGlobalZoneName.Text = "Global Zone:";
76                         // 
77                         // txtGlobalZoneName
78                         // 
79                         this.txtGlobalZoneName.Location = new System.Drawing.Point(90, 43);
80                         this.txtGlobalZoneName.Name = "txtGlobalZoneName";
81                         this.txtGlobalZoneName.Size = new System.Drawing.Size(257, 20);
82                         this.txtGlobalZoneName.TabIndex = 0;
83                         // 
84                         // GlobalZonesInputBox
85                         // 
86                         this.AcceptButton = this.btnOK;
87                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
88                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
89                         this.CancelButton = this.btnCancel;
90                         this.ClientSize = new System.Drawing.Size(359, 111);
91                         this.Controls.Add(this.txtGlobalZoneName);
92                         this.Controls.Add(this.lblGlobalZoneName);
93                         this.Controls.Add(this.label1);
94                         this.Controls.Add(this.btnCancel);
95                         this.Controls.Add(this.btnOK);
96                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
97                         this.MaximizeBox = false;
98                         this.MinimizeBox = false;
99                         this.Name = "GlobalZonesInputBox";
100                         this.ShowIcon = false;
101                         this.ShowInTaskbar = false;
102                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
103                         this.Text = "Add Global Zones";
104                         this.ResumeLayout(false);
105                         this.PerformLayout();
106
107                 }
108
109                 #endregion
110
111                 private System.Windows.Forms.Button btnOK;
112                 private System.Windows.Forms.Button btnCancel;
113                 private System.Windows.Forms.Label label1;
114                 private System.Windows.Forms.Label lblGlobalZoneName;
115                 public System.Windows.Forms.TextBox txtGlobalZoneName;
116         }
117 }