1 
2 namespace System.Workflow.ComponentModel.Design
3 {
4     partial class ActivityBindForm
5     {
6         /// <summary>
7         /// Required designer variable.
8         /// </summary>
9         private System.ComponentModel.IContainer components = null;
10 
11         /// <summary>
12         /// Clean up any resources being used.
13         /// </summary>
14         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)15         protected override void Dispose(bool disposing)
16         {
17             if (disposing && (components != null))
18             {
19                 components.Dispose();
20             }
21             base.Dispose(disposing);
22         }
23 
24         #region Windows Form Designer generated code
25 
26         /// <summary>
27         /// Required method for Designer support - do not modify
28         /// the contents of this method with the code editor.
29         /// </summary>
InitializeComponent()30         private void InitializeComponent()
31         {
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ActivityBindForm));
33             this.dummyPanel = new System.Windows.Forms.Panel();
34             this.cancelButton = new System.Windows.Forms.Button();
35             this.OKButton = new System.Windows.Forms.Button();
36             this.buttonTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
37             this.helpTextBox = new System.Windows.Forms.TextBox();
38             this.createField = new System.Windows.Forms.RadioButton();
39             this.createProperty = new System.Windows.Forms.RadioButton();
40             this.groupBox1 = new System.Windows.Forms.GroupBox();
41             this.bindTabControl = new System.Windows.Forms.TabControl();
42             this.existingMemberPage = new System.Windows.Forms.TabPage();
43             this.newMemberPage = new System.Windows.Forms.TabPage();
44             this.newMemberHelpTextBox = new System.Windows.Forms.TextBox();
45             this.memberNameLabel = new System.Windows.Forms.Label();
46             this.memberNameTextBox = new System.Windows.Forms.TextBox();
47             this.buttonTableLayoutPanel.SuspendLayout();
48             this.groupBox1.SuspendLayout();
49             this.bindTabControl.SuspendLayout();
50             this.existingMemberPage.SuspendLayout();
51             this.newMemberPage.SuspendLayout();
52             this.SuspendLayout();
53             //
54             // dummyPanel
55             //
56             resources.ApplyResources(this.dummyPanel, "dummyPanel");
57             this.dummyPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
58             this.dummyPanel.Name = "dummyPanel";
59             //
60             // cancelButton
61             //
62             this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
63             resources.ApplyResources(this.cancelButton, "cancelButton");
64             this.cancelButton.Name = "cancelButton";
65             this.cancelButton.UseVisualStyleBackColor = true;
66             this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
67             //
68             // OKButton
69             //
70             resources.ApplyResources(this.OKButton, "OKButton");
71             this.OKButton.Name = "OKButton";
72             this.OKButton.UseVisualStyleBackColor = true;
73             this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
74             //
75             // buttonTableLayoutPanel
76             //
77             resources.ApplyResources(this.buttonTableLayoutPanel, "buttonTableLayoutPanel");
78             this.buttonTableLayoutPanel.Controls.Add(this.OKButton, 0, 0);
79             this.buttonTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0);
80             this.buttonTableLayoutPanel.Name = "buttonTableLayoutPanel";
81             //
82             // helpTextBox
83             //
84             resources.ApplyResources(this.helpTextBox, "helpTextBox");
85             this.helpTextBox.Name = "helpTextBox";
86             this.helpTextBox.ReadOnly = true;
87             //
88             // createField
89             //
90             resources.ApplyResources(this.createField, "createField");
91             this.createField.Checked = true;
92             this.createField.Name = "createField";
93             this.createField.TabStop = true;
94             this.createField.UseVisualStyleBackColor = true;
95             //
96             // createProperty
97             //
98             resources.ApplyResources(this.createProperty, "createProperty");
99             this.createProperty.Name = "createProperty";
100             this.createProperty.UseVisualStyleBackColor = true;
101             //
102             // groupBox1
103             //
104             resources.ApplyResources(this.groupBox1, "groupBox1");
105             this.groupBox1.Controls.Add(this.createField);
106             this.groupBox1.Controls.Add(this.createProperty);
107             this.groupBox1.Name = "groupBox1";
108             this.groupBox1.TabStop = false;
109             //
110             // bindTabControl
111             //
112             resources.ApplyResources(this.bindTabControl, "bindTabControl");
113             this.bindTabControl.Controls.Add(this.existingMemberPage);
114             this.bindTabControl.Controls.Add(this.newMemberPage);
115             this.bindTabControl.Name = "bindTabControl";
116             this.bindTabControl.SelectedIndex = 0;
117             //
118             // existingMemberPage
119             //
120             this.existingMemberPage.Controls.Add(this.dummyPanel);
121             this.existingMemberPage.Controls.Add(this.helpTextBox);
122             resources.ApplyResources(this.existingMemberPage, "existingMemberPage");
123             this.existingMemberPage.Name = "existingMemberPage";
124             this.existingMemberPage.UseVisualStyleBackColor = true;
125             //
126             // newMemberPage
127             //
128             this.newMemberPage.Controls.Add(this.memberNameLabel);
129             this.newMemberPage.Controls.Add(this.memberNameTextBox);
130             this.newMemberPage.Controls.Add(this.groupBox1);
131             this.newMemberPage.Controls.Add(this.newMemberHelpTextBox);
132             resources.ApplyResources(this.newMemberPage, "newMemberPage");
133             this.newMemberPage.Name = "newMemberPage";
134             this.newMemberPage.UseVisualStyleBackColor = true;
135             //
136             // newMemberHelpTextBox
137             //
138             resources.ApplyResources(this.newMemberHelpTextBox, "newMemberHelpTextBox");
139             this.newMemberHelpTextBox.Name = "newMemberHelpTextBox";
140             this.newMemberHelpTextBox.ReadOnly = true;
141             //
142             // memberNameLabel
143             //
144             resources.ApplyResources(this.memberNameLabel, "memberNameLabel");
145             this.memberNameLabel.Name = "memberNameLabel";
146             //
147             // memberNameTextBox
148             //
149             resources.ApplyResources(this.memberNameTextBox, "memberNameTextBox");
150             this.memberNameTextBox.Name = "memberNameTextBox";
151             //
152             // ActivityBindForm
153             //
154             this.AcceptButton = this.OKButton;
155             resources.ApplyResources(this, "$this");
156             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
157             this.CancelButton = this.cancelButton;
158             this.Controls.Add(this.bindTabControl);
159             this.Controls.Add(this.buttonTableLayoutPanel);
160             this.HelpButton = true;
161             this.MaximizeBox = false;
162             this.MinimizeBox = false;
163             this.Name = "ActivityBindForm";
164             this.ShowIcon = false;
165             this.ShowInTaskbar = false;
166             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
167             this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.ActivityBindForm_HelpButtonClicked);
168             this.Load += new System.EventHandler(this.ActivityBindForm_Load);
169             this.buttonTableLayoutPanel.ResumeLayout(false);
170             this.groupBox1.ResumeLayout(false);
171             this.groupBox1.PerformLayout();
172             this.bindTabControl.ResumeLayout(false);
173             this.existingMemberPage.ResumeLayout(false);
174             this.existingMemberPage.PerformLayout();
175             this.newMemberPage.ResumeLayout(false);
176             this.newMemberPage.PerformLayout();
177             this.ResumeLayout(false);
178             this.PerformLayout();
179 
180         }
181 
182         #endregion
183 
184         private System.Windows.Forms.Panel dummyPanel;
185         private System.Windows.Forms.Button cancelButton;
186         private System.Windows.Forms.Button OKButton;
187         private System.Windows.Forms.TableLayoutPanel buttonTableLayoutPanel;
188         private System.Windows.Forms.TextBox helpTextBox;
189         private System.Windows.Forms.RadioButton createProperty;
190         private System.Windows.Forms.RadioButton createField;
191         private System.Windows.Forms.GroupBox groupBox1;
192         private System.Windows.Forms.TabControl bindTabControl;
193         private System.Windows.Forms.TabPage existingMemberPage;
194         private System.Windows.Forms.TabPage newMemberPage;
195         private System.Windows.Forms.TextBox newMemberHelpTextBox;
196         private System.Windows.Forms.Label memberNameLabel;
197         private System.Windows.Forms.TextBox memberNameTextBox;
198     }
199 }
200 
201