source: trunk/ETSI-Testsuites/ETSI_auto_IOT/adapter/src/UEUserGuide/UEUserGuideFrm.Designer.cs

Last change on this file was 22, checked in by rings, 14 years ago
  • Property svn:executable set to *
File size: 7.2 KB
Line 
1namespace UEUserGuide
2{
3    partial class UEUserGuideFrm
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(UEUserGuideFrm));
32            this._btReload = new System.Windows.Forms.Button();
33            this._btQuit = new System.Windows.Forms.Button();
34            this._btYes = new System.Windows.Forms.Button();
35            this._btNo = new System.Windows.Forms.Button();
36            this._btOK = new System.Windows.Forms.Button();
37            this._processNetworkClient = new System.ComponentModel.BackgroundWorker();
38            this._btFailed = new System.Windows.Forms.Button();
39            this._message = new System.Windows.Forms.RichTextBox();
40            this._btResetUI = new System.Windows.Forms.Button();
41            this._statusStrip = new System.Windows.Forms.StatusStrip();
42            this._serverParms = new System.Windows.Forms.ToolStripStatusLabel();
43            this._messagesFile = new System.Windows.Forms.ToolStripStatusLabel();
44            this._statusStrip.SuspendLayout();
45            this.SuspendLayout();
46            //
47            // _btReload
48            //
49            resources.ApplyResources(this._btReload, "_btReload");
50            this._btReload.Name = "_btReload";
51            this._btReload.UseVisualStyleBackColor = true;
52            this._btReload.Click += new System.EventHandler(this._btReload_Click);
53            //
54            // _btQuit
55            //
56            this._btQuit.DialogResult = System.Windows.Forms.DialogResult.OK;
57            resources.ApplyResources(this._btQuit, "_btQuit");
58            this._btQuit.Name = "_btQuit";
59            this._btQuit.UseVisualStyleBackColor = true;
60            this._btQuit.Click += new System.EventHandler(this._btQuit_Click);
61            //
62            // _btYes
63            //
64            resources.ApplyResources(this._btYes, "_btYes");
65            this._btYes.Name = "_btYes";
66            this._btYes.UseVisualStyleBackColor = true;
67            this._btYes.Click += new System.EventHandler(this._btYes_Click);
68            //
69            // _btNo
70            //
71            resources.ApplyResources(this._btNo, "_btNo");
72            this._btNo.Name = "_btNo";
73            this._btNo.UseVisualStyleBackColor = true;
74            this._btNo.Click += new System.EventHandler(this._btNo_Click);
75            //
76            // _btOK
77            //
78            resources.ApplyResources(this._btOK, "_btOK");
79            this._btOK.Name = "_btOK";
80            this._btOK.UseVisualStyleBackColor = true;
81            this._btOK.Click += new System.EventHandler(this._btOK_Click);
82            //
83            // _processNetworkClient
84            //
85            this._processNetworkClient.DoWork += new System.ComponentModel.DoWorkEventHandler(this._processNetworkClient_DoWork);
86            //
87            // _btFailed
88            //
89            resources.ApplyResources(this._btFailed, "_btFailed");
90            this._btFailed.Name = "_btFailed";
91            this._btFailed.UseVisualStyleBackColor = true;
92            this._btFailed.Click += new System.EventHandler(this._btFailed_Click);
93            //
94            // _message
95            //
96            this._message.AcceptsTab = true;
97            this._message.DetectUrls = false;
98            resources.ApplyResources(this._message, "_message");
99            this._message.Name = "_message";
100            this._message.ReadOnly = true;
101            //
102            // _btResetUI
103            //
104            resources.ApplyResources(this._btResetUI, "_btResetUI");
105            this._btResetUI.Name = "_btResetUI";
106            this._btResetUI.UseVisualStyleBackColor = true;
107            this._btResetUI.Click += new System.EventHandler(this._btResetUI_Click);
108            //
109            // _statusStrip
110            //
111            this._statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
112            this._serverParms,
113            this._messagesFile});
114            resources.ApplyResources(this._statusStrip, "_statusStrip");
115            this._statusStrip.Name = "_statusStrip";
116            //
117            // _serverParms
118            //
119            this._serverParms.Name = "_serverParms";
120            resources.ApplyResources(this._serverParms, "_serverParms");
121            //
122            // _messagesFile
123            //
124            this._messagesFile.Name = "_messagesFile";
125            resources.ApplyResources(this._messagesFile, "_messagesFile");
126            //
127            // UEUserGuideFrm
128            //
129            resources.ApplyResources(this, "$this");
130            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
131            this.CancelButton = this._btQuit;
132            this.Controls.Add(this._statusStrip);
133            this.Controls.Add(this._btResetUI);
134            this.Controls.Add(this._message);
135            this.Controls.Add(this._btFailed);
136            this.Controls.Add(this._btOK);
137            this.Controls.Add(this._btNo);
138            this.Controls.Add(this._btYes);
139            this.Controls.Add(this._btQuit);
140            this.Controls.Add(this._btReload);
141            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
142            this.MaximizeBox = false;
143            this.Name = "UEUserGuideFrm";
144            this.Load += new System.EventHandler(this.UEUserGuideFrm_Load);
145            this._statusStrip.ResumeLayout(false);
146            this._statusStrip.PerformLayout();
147            this.ResumeLayout(false);
148            this.PerformLayout();
149
150        }
151
152        #endregion
153
154        private System.Windows.Forms.Button _btReload;
155        private System.Windows.Forms.Button _btQuit;
156        private System.Windows.Forms.Button _btYes;
157        private System.Windows.Forms.Button _btNo;
158        private System.Windows.Forms.Button _btOK;
159        private System.ComponentModel.BackgroundWorker _processNetworkClient;
160        private System.Windows.Forms.Button _btFailed;
161        private System.Windows.Forms.RichTextBox _message;
162        private System.Windows.Forms.Button _btResetUI;
163        private System.Windows.Forms.StatusStrip _statusStrip;
164        private System.Windows.Forms.ToolStripStatusLabel _serverParms;
165        private System.Windows.Forms.ToolStripStatusLabel _messagesFile;
166    }
167}
168
Note: See TracBrowser for help on using the repository browser.