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