Update Reference Sources to .NET Framework 4.6.1
[mono.git] / mcs / class / referencesource / System.Web.Entity.Design / System / Data / WebControls / Design / EntityDataSourceConfigureObjectContextPanel.designer.cs
1 //------------------------------------------------------------------------------
2 // <copyright file="EntityDataSourceConfigureObjectContextPanel.designer.cs" company="Microsoft">
3 //     Copyright (c) Microsoft Corporation.  All rights reserved.
4 // </copyright>
5 //
6 // @owner       [....]
7 // @backupOwner [....]
8 //------------------------------------------------------------------------------
9
10 using System.Windows.Forms;
11 namespace System.Web.UI.Design.WebControls
12 {
13     partial class EntityDataSourceConfigureObjectContextPanel
14     {
15         /// <summary>
16         /// Required designer variable.
17         /// </summary>
18         private System.ComponentModel.IContainer components = null;
19
20         /// <summary>
21         /// Clean up any resources being used.
22         /// </summary>
23         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
24         protected override void Dispose(bool disposing)
25         {
26             if (disposing && (components != null))
27             {
28                 components.Dispose();
29             }
30             base.Dispose(disposing);
31         }
32
33         /// <summary>
34         /// Required method for Designer support - do not modify
35         /// the contents of this method with the code editor.
36         /// </summary>
37         private void InitializeComponent()
38         {
39             this._databaseConnectionGroupLabel = new System.Windows.Forms.Label();
40             this._databaseConnectionGroupBox = new System.Windows.Forms.GroupBox();
41             this._namedConnectionRadioButton = new System.Windows.Forms.RadioButton();
42             this._namedConnectionComboBox = new System.Windows.Forms.ComboBox();
43             this._connectionStringTextBox = new System.Windows.Forms.TextBox();
44             this._connectionStringRadioButton = new System.Windows.Forms.RadioButton();
45             this._containerNameLabel = new System.Windows.Forms.Label();
46             this._containerNameComboBox = new System.Windows.Forms.ComboBox();
47             this.SuspendLayout();
48             this.InitializeSizes();
49
50             // 
51             // _databaseConnectionGroupLabel
52             // 
53             this._databaseConnectionGroupLabel.AutoSize = true;
54             this._databaseConnectionGroupLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
55             this._databaseConnectionGroupLabel.Name = "_databaseConnectionGroupLabel";
56             // 
57             // _databaseConnectionGroupBox
58             // 
59             this._databaseConnectionGroupBox.Controls.Add(this._namedConnectionRadioButton);
60             this._databaseConnectionGroupBox.Controls.Add(this._namedConnectionComboBox);
61             this._databaseConnectionGroupBox.Controls.Add(this._connectionStringRadioButton);
62             this._databaseConnectionGroupBox.Controls.Add(this._connectionStringTextBox);
63             this._databaseConnectionGroupBox.Name = "_databaseConnectionGroupBox";
64             this._databaseConnectionGroupBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;             
65             // 
66             // _namedConnectionRadioButton
67             // 
68             this._namedConnectionRadioButton.AutoSize = true;
69             this._namedConnectionRadioButton.Checked = true;
70             this._namedConnectionRadioButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
71             this._namedConnectionRadioButton.Name = "_namedConnectionRadioButton";            
72             this._namedConnectionRadioButton.UseVisualStyleBackColor = true;
73             this._namedConnectionRadioButton.CheckedChanged += new System.EventHandler(this.OnNamedConnectionRadioButton_CheckedChanged);
74             // 
75             // _namedConnectionComboBox
76             // 
77             this._namedConnectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
78             this._namedConnectionComboBox.FormattingEnabled = true;
79             this._namedConnectionComboBox.Name = "_namedConnectionComboBox";
80             this._namedConnectionComboBox.SelectedIndexChanged += new EventHandler(OnNamedConnectionComboBox_SelectedIndexChanged);
81             this._namedConnectionComboBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
82             // 
83             // _connectionStringRadioButton
84             // 
85             this._connectionStringRadioButton.AutoSize = true;
86             this._connectionStringRadioButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
87             this._connectionStringRadioButton.Name = "_connectionStringRadioButton";            
88             this._connectionStringRadioButton.UseVisualStyleBackColor = true;
89             this._connectionStringRadioButton.CheckedChanged += new System.EventHandler(this.OnConnectionStringRadioButton_CheckedChanged);
90             // 
91             // _connectionStringTextBox
92             // 
93             this._connectionStringTextBox.Enabled = false;
94             this._connectionStringTextBox.Name = "_connectionStringTextBox";
95             this._connectionStringTextBox.TextChanged += new EventHandler(this.OnConnectionStringTextBox_TextChanged);
96             this._connectionStringTextBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
97             // 
98             // _containerNameLabel
99             // 
100             this._containerNameLabel.AutoSize = true;
101             this._containerNameLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
102             this._containerNameLabel.Name = "_containerNameLabel";
103             // 
104             // _containerNameComboBox
105             // 
106             this._containerNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
107             this._containerNameComboBox.FormattingEnabled = true;
108             this._containerNameComboBox.Name = "_containerNameComboBox";
109             this._containerNameComboBox.Enter += new EventHandler(OnContainerNameComboBox_Enter);
110             this._containerNameComboBox.SelectedIndexChanged += new System.EventHandler(this.OnContainerNameComboBox_SelectedIndexChanged);
111             this._containerNameComboBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
112             // 
113             // EntityDataSourceConfigureObjectContextPanel
114             // 
115             this.Controls.Add(this._databaseConnectionGroupLabel);
116             this.Controls.Add(this._databaseConnectionGroupBox);
117             this.Controls.Add(this._containerNameLabel);
118             this.Controls.Add(this._containerNameComboBox);            
119             this.Name = "EntityDataSourceConfigureObjectContextPanel";
120             this.Size = new System.Drawing.Size(528, 319);
121             this.MinimumSize = this.Size;
122             this.ResumeLayout(false);
123             this.PerformLayout();
124         }
125
126         private System.Windows.Forms.Label _databaseConnectionGroupLabel;
127         private System.Windows.Forms.GroupBox _databaseConnectionGroupBox;
128         private System.Windows.Forms.RadioButton _namedConnectionRadioButton;
129         private System.Windows.Forms.ComboBox _namedConnectionComboBox;
130         private System.Windows.Forms.RadioButton _connectionStringRadioButton;
131         private System.Windows.Forms.TextBox _connectionStringTextBox;
132         private System.Windows.Forms.Label _containerNameLabel;
133         private System.Windows.Forms.ComboBox _containerNameComboBox;        
134     }
135 }