1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259 |
using System;
using System.Windows.Forms;
using Ayende.NHibernateQueryAnalyzer.UserInterface.Controls;
using Furty.Windows.Forms;
namespace Ayende.NHibernateQueryAnalyzer.UserInterface
{
partial class SchemaEditorView
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SchemaEditorView));
this.ux_DocumentTabs = new System.Windows.Forms.TabControl();
this.ux_DocumentGraphTab = new System.Windows.Forms.TabPage();
this.ux_AttributePropertyGrid = new System.Windows.Forms.PropertyGrid();
this.ux_HorizontalSplitter = new Furty.Windows.Forms.CollapsibleSplitter();
this.ux_ErrorList = new System.Windows.Forms.ListView();
this.ux_ErrorListSchemaErrors = new System.Windows.Forms.ColumnHeader();
this.ux_VerticalSplitter = new System.Windows.Forms.Splitter();
this.ux_GraphTree = new Ayende.NHibernateQueryAnalyzer.UserInterface.Controls.ContextMenuTreeView();
this.ux_GraphTreeContextMenu = new System.Windows.Forms.ContextMenu();
this.ux_GraphTreeContextMenuAdd = new System.Windows.Forms.MenuItem();
this.ux_GraphTreeContextMenuAddNothing = new System.Windows.Forms.MenuItem();
this.ux_GraphTreeContextMenuSplitter = new System.Windows.Forms.MenuItem();
this.ux_GraphTreeContextMenuRemove = new System.Windows.Forms.MenuItem();
this.ux_Images = new System.Windows.Forms.ImageList(this.components);
this.ux_DocumentXmlTab = new System.Windows.Forms.TabPage();
this.ux_Xml = new System.Windows.Forms.TextBox();
this.ux_ErrorTooltip = new System.Windows.Forms.ToolTip(this.components);
this.ux_DocumentTabs.SuspendLayout();
this.ux_DocumentGraphTab.SuspendLayout();
this.ux_DocumentXmlTab.SuspendLayout();
this.SuspendLayout();
//
// ux_DocumentTabs
//
this.ux_DocumentTabs.Alignment = System.Windows.Forms.TabAlignment.Bottom;
this.ux_DocumentTabs.Controls.Add(this.ux_DocumentGraphTab);
this.ux_DocumentTabs.Controls.Add(this.ux_DocumentXmlTab);
this.ux_DocumentTabs.Dock = System.Windows.Forms.DockStyle.Fill;
this.ux_DocumentTabs.Location = new System.Drawing.Point(0, 0);
this.ux_DocumentTabs.Name = "ux_DocumentTabs";
this.ux_DocumentTabs.SelectedIndex = 0;
this.ux_DocumentTabs.Size = new System.Drawing.Size(792, 494);
this.ux_DocumentTabs.TabIndex = 0;
this.ux_DocumentTabs.SelectedIndexChanged += new EventHandler(this.ux_DocumentTabs_SelectedIndexChanged);
//
// ux_DocumentGraphTab
//
this.ux_DocumentGraphTab.Controls.Add(this.ux_AttributePropertyGrid);
this.ux_DocumentGraphTab.Controls.Add(this.ux_HorizontalSplitter);
this.ux_DocumentGraphTab.Controls.Add(this.ux_ErrorList);
this.ux_DocumentGraphTab.Controls.Add(this.ux_VerticalSplitter);
this.ux_DocumentGraphTab.Controls.Add(this.ux_GraphTree);
this.ux_DocumentGraphTab.Location = new System.Drawing.Point(4, 4);
this.ux_DocumentGraphTab.Name = "ux_DocumentGraphTab";
this.ux_DocumentGraphTab.Size = new System.Drawing.Size(784, 468);
this.ux_DocumentGraphTab.TabIndex = 0;
this.ux_DocumentGraphTab.Text = "Graph View";
this.ux_DocumentGraphTab.UseVisualStyleBackColor = true;
//
// ux_AttributePropertyGrid
//
this.ux_AttributePropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.ux_AttributePropertyGrid.Location = new System.Drawing.Point(179, 0);
this.ux_AttributePropertyGrid.Name = "ux_AttributePropertyGrid";
this.ux_AttributePropertyGrid.Size = new System.Drawing.Size(605, 385);
this.ux_AttributePropertyGrid.TabIndex = 8;
this.ux_AttributePropertyGrid.PropertyValueChanged += new PropertyValueChangedEventHandler(this.ux_AttributePropertyGrid_PropertyValueChanged);
//
// ux_HorizontalSplitter
//
this.ux_HorizontalSplitter.ControlToHide = this.ux_ErrorList;
this.ux_HorizontalSplitter.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ux_HorizontalSplitter.ExpandParentForm = false;
this.ux_HorizontalSplitter.Location = new System.Drawing.Point(179, 385);
this.ux_HorizontalSplitter.Name = "ux_HorizontalSplitter";
this.ux_HorizontalSplitter.ParentForm = null;
this.ux_HorizontalSplitter.Size = new System.Drawing.Size(605, 8);
this.ux_HorizontalSplitter.TabIndex = 7;
this.ux_HorizontalSplitter.TabStop = false;
this.ux_HorizontalSplitter.VisualStyle = Furty.Windows.Forms.CollapsibleSplitter.VisualStyles.Mozilla;
//
// ux_ErrorList
//
this.ux_ErrorList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.ux_ErrorListSchemaErrors});
this.ux_ErrorList.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ux_ErrorList.ForeColor = System.Drawing.Color.Maroon;
this.ux_ErrorList.FullRowSelect = true;
this.ux_ErrorList.GridLines = true;
this.ux_ErrorList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.ux_ErrorList.Location = new System.Drawing.Point(179, 393);
this.ux_ErrorList.MultiSelect = false;
this.ux_ErrorList.Name = "ux_ErrorList";
this.ux_ErrorList.Size = new System.Drawing.Size(605, 75);
this.ux_ErrorList.TabIndex = 6;
this.ux_ErrorList.UseCompatibleStateImageBehavior = false;
this.ux_ErrorList.View = System.Windows.Forms.View.Details;
this.ux_ErrorList.Visible = false;
//
// ux_ErrorListSchemaErrors
//
this.ux_ErrorListSchemaErrors.Text = "Schema Errors:";
this.ux_ErrorListSchemaErrors.Width = 592;
//
// ux_VerticalSplitter
//
this.ux_VerticalSplitter.Location = new System.Drawing.Point(176, 0);
this.ux_VerticalSplitter.Name = "ux_VerticalSplitter";
this.ux_VerticalSplitter.Size = new System.Drawing.Size(3, 468);
this.ux_VerticalSplitter.TabIndex = 1;
this.ux_VerticalSplitter.TabStop = false;
//
// ux_GraphTree
//
this.ux_GraphTree.ContextMenu = this.ux_GraphTreeContextMenu;
this.ux_GraphTree.Dock = System.Windows.Forms.DockStyle.Left;
this.ux_GraphTree.FullRowSelect = true;
this.ux_GraphTree.HideSelection = false;
this.ux_GraphTree.ImageIndex = 0;
this.ux_GraphTree.ImageList = this.ux_Images;
this.ux_GraphTree.Location = new System.Drawing.Point(0, 0);
this.ux_GraphTree.Name = "ux_GraphTree";
this.ux_GraphTree.SelectedImageIndex = 0;
this.ux_GraphTree.Size = new System.Drawing.Size(176, 468);
this.ux_GraphTree.TabIndex = 0;
this.ux_GraphTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.ux_GraphTree_AfterSelect);
this.ux_GraphTree.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ux_GraphTree_MouseDown);
this.ux_GraphTree.MouseHover += new System.EventHandler(this.ux_GraphTree_MouseHover);
//
// ux_GraphTreeContextMenu
//
this.ux_GraphTreeContextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.ux_GraphTreeContextMenuAdd,
this.ux_GraphTreeContextMenuSplitter,
this.ux_GraphTreeContextMenuRemove});
this.ux_GraphTreeContextMenu.Popup += new System.EventHandler(this.ux_GraphTreeContextMenu_Popup);
//
// ux_GraphTreeContextMenuAdd
//
this.ux_GraphTreeContextMenuAdd.Index = 0;
this.ux_GraphTreeContextMenuAdd.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.ux_GraphTreeContextMenuAddNothing});
this.ux_GraphTreeContextMenuAdd.Text = "&Add";
this.ux_GraphTreeContextMenuAdd.Popup += new System.EventHandler(this.ux_GraphTreeContextMenuAdd_Popup);
//
// ux_GraphTreeContextMenuAddNothing
//
this.ux_GraphTreeContextMenuAddNothing.Enabled = false;
this.ux_GraphTreeContextMenuAddNothing.Index = 0;
this.ux_GraphTreeContextMenuAddNothing.Text = "Nothing to add";
//
// ux_GraphTreeContextMenuSplitter
//
this.ux_GraphTreeContextMenuSplitter.Index = 1;
this.ux_GraphTreeContextMenuSplitter.Text = "-";
//
// ux_GraphTreeContextMenuRemove
//
this.ux_GraphTreeContextMenuRemove.Index = 2;
this.ux_GraphTreeContextMenuRemove.Text = "&Remove";
this.ux_GraphTreeContextMenuRemove.Click += new System.EventHandler(this.ux_GraphTreeContextMenuRemove_Click);
//
// ux_Images
//
this.ux_Images.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ux_Images.ImageStream")));
this.ux_Images.TransparentColor = System.Drawing.Color.Transparent;
this.ux_Images.Images.SetKeyName(0, "");
this.ux_Images.Images.SetKeyName(1, "");
this.ux_Images.Images.SetKeyName(2, "");
//
// ux_DocumentXmlTab
//
this.ux_DocumentXmlTab.Controls.Add(this.ux_Xml);
this.ux_DocumentXmlTab.Location = new System.Drawing.Point(4, 4);
this.ux_DocumentXmlTab.Name = "ux_DocumentXmlTab";
this.ux_DocumentXmlTab.Size = new System.Drawing.Size(784, 468);
this.ux_DocumentXmlTab.TabIndex = 1;
this.ux_DocumentXmlTab.Text = "Xml";
this.ux_DocumentXmlTab.UseVisualStyleBackColor = true;
this.ux_DocumentXmlTab.Validating += new System.ComponentModel.CancelEventHandler(this.ux_DocumentXmlTab_Validating);
//
// ux_Xml
//
this.ux_Xml.AcceptsReturn = true;
this.ux_Xml.AcceptsTab = true;
this.ux_Xml.Dock = System.Windows.Forms.DockStyle.Fill;
this.ux_Xml.Location = new System.Drawing.Point(0, 0);
this.ux_Xml.Multiline = true;
this.ux_Xml.Name = "ux_Xml";
this.ux_Xml.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.ux_Xml.Size = new System.Drawing.Size(784, 468);
this.ux_Xml.TabIndex = 0;
this.ux_Xml.TextChanged += new System.EventHandler(this.ux_Xml_TextChanged);
//
// SchemaEditorView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.ClientSize = new System.Drawing.Size(792, 494);
this.Controls.Add(this.ux_DocumentTabs);
this.Name = "SchemaEditorView";
this.TabText = "SchemaEditorView";
this.Text = "SchemaEditorView";
this.ux_DocumentTabs.ResumeLayout(false);
this.ux_DocumentGraphTab.ResumeLayout(false);
this.ux_DocumentXmlTab.ResumeLayout(false);
this.ux_DocumentXmlTab.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private TabControl ux_DocumentTabs;
private TabPage ux_DocumentGraphTab;
private TabPage ux_DocumentXmlTab;
private ContextMenuTreeView ux_GraphTree;
private Splitter ux_VerticalSplitter;
private TextBox ux_Xml;
private ImageList ux_Images;
private ContextMenu ux_GraphTreeContextMenu;
private MenuItem ux_GraphTreeContextMenuAdd;
private MenuItem ux_GraphTreeContextMenuRemove;
private MenuItem ux_GraphTreeContextMenuAddNothing;
private MenuItem ux_GraphTreeContextMenuSplitter;
private ToolTip ux_ErrorTooltip;
private ListView ux_ErrorList;
private ColumnHeader ux_ErrorListSchemaErrors;
private CollapsibleSplitter ux_HorizontalSplitter;
private PropertyGrid ux_AttributePropertyGrid;
}
} |