/* ======================================================================== * Copyright (c) 2005-2020 The OPC Foundation, Inc. All rights reserved. * * OPC Foundation MIT License 1.00 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * * The complete license agreement can be found here: * http://opcfoundation.org/License/MIT/1.00/ * ======================================================================*/ namespace Opc.Ua.Client.Controls { partial class SelectLocaleDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.CancelBTN = new System.Windows.Forms.Button(); this.OkBTN = new System.Windows.Forms.Button(); this.BottomPN = new System.Windows.Forms.Panel(); this.LocaleCB = new System.Windows.Forms.ComboBox(); this.panel1 = new System.Windows.Forms.Panel(); this.BottomPN.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // CancelBTN // this.CancelBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelBTN.Location = new System.Drawing.Point(206, 4); this.CancelBTN.Name = "CancelBTN"; this.CancelBTN.Size = new System.Drawing.Size(75, 23); this.CancelBTN.TabIndex = 0; this.CancelBTN.Text = "Cancel"; this.CancelBTN.UseVisualStyleBackColor = true; // // OkBTN // this.OkBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.OkBTN.DialogResult = System.Windows.Forms.DialogResult.OK; this.OkBTN.Location = new System.Drawing.Point(3, 4); this.OkBTN.Name = "OkBTN"; this.OkBTN.Size = new System.Drawing.Size(75, 23); this.OkBTN.TabIndex = 1; this.OkBTN.Text = "OK"; this.OkBTN.UseVisualStyleBackColor = true; // // BottomPN // this.BottomPN.Controls.Add(this.OkBTN); this.BottomPN.Controls.Add(this.CancelBTN); this.BottomPN.Dock = System.Windows.Forms.DockStyle.Bottom; this.BottomPN.Location = new System.Drawing.Point(0, 32); this.BottomPN.Name = "BottomPN"; this.BottomPN.Size = new System.Drawing.Size(284, 30); this.BottomPN.TabIndex = 0; // // LocaleCB // this.LocaleCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LocaleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.LocaleCB.FormattingEnabled = true; this.LocaleCB.Location = new System.Drawing.Point(3, 6); this.LocaleCB.Name = "LocaleCB"; this.LocaleCB.Size = new System.Drawing.Size(278, 21); this.LocaleCB.TabIndex = 0; // // panel1 // this.panel1.Controls.Add(this.LocaleCB); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(284, 32); this.panel1.TabIndex = 1; // // SelectLocaleDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.CancelBTN; this.ClientSize = new System.Drawing.Size(284, 62); this.Controls.Add(this.panel1); this.Controls.Add(this.BottomPN); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SelectLocaleDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Select Locale"; this.BottomPN.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button CancelBTN; private System.Windows.Forms.Button OkBTN; private System.Windows.Forms.Panel BottomPN; private System.Windows.Forms.ComboBox LocaleCB; private System.Windows.Forms.Panel panel1; } }