PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 1ms

/EntityFramework/Beta3/eSqlBlast/WinShell/Main.Designer.cs

#
C# | 688 lines | 526 code | 7 blank | 155 comment | 3 complexity | ec5950b95be22349b118d023daf6cfad MD5 | raw file
  1. namespace Microsoft.Samples.Data.eSqlBlast.WinShell
  2. {
  3. partial class Main
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  30. this.MultiView = new System.Windows.Forms.TabControl();
  31. this.connectionTab = new System.Windows.Forms.TabPage();
  32. this.entityConnectionString = new System.Windows.Forms.TextBox();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.addFolderButton = new System.Windows.Forms.Button();
  35. this.connectButton = new System.Windows.Forms.Button();
  36. this.removeButton = new System.Windows.Forms.Button();
  37. this.addFilesButton = new System.Windows.Forms.Button();
  38. this.providerConnectionString = new System.Windows.Forms.TextBox();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.metadataListBox = new System.Windows.Forms.ListBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.provider = new System.Windows.Forms.TextBox();
  44. this.modelTab = new System.Windows.Forms.TabPage();
  45. this.modelBrowser = new System.Windows.Forms.WebBrowser();
  46. this.csdlPath = new System.Windows.Forms.TextBox();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.panel1 = new System.Windows.Forms.Panel();
  49. this.csdlBrowseButton = new System.Windows.Forms.Button();
  50. this.renderButton = new System.Windows.Forms.Button();
  51. this.queryTab = new System.Windows.Forms.TabPage();
  52. this.intellisenseList = new System.Windows.Forms.ListBox();
  53. this.queryEdit = new System.Windows.Forms.RichTextBox();
  54. this.panel2 = new System.Windows.Forms.Panel();
  55. this.label11 = new System.Windows.Forms.Label();
  56. this.zoom = new System.Windows.Forms.ComboBox();
  57. this.rawResults = new System.Windows.Forms.CheckBox();
  58. this.fullExceptions = new System.Windows.Forms.CheckBox();
  59. this.executeButton = new System.Windows.Forms.Button();
  60. this.resultsTab = new System.Windows.Forms.TabPage();
  61. this.resultsBrowser = new System.Windows.Forms.WebBrowser();
  62. this.aboutTab = new System.Windows.Forms.TabPage();
  63. this.label12 = new System.Windows.Forms.Label();
  64. this.label13 = new System.Windows.Forms.Label();
  65. this.label10 = new System.Windows.Forms.Label();
  66. this.linkLabel2 = new System.Windows.Forms.LinkLabel();
  67. this.label8 = new System.Windows.Forms.Label();
  68. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  69. this.label9 = new System.Windows.Forms.Label();
  70. this.label7 = new System.Windows.Forms.Label();
  71. this.label6 = new System.Windows.Forms.Label();
  72. this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
  73. this.statusBar = new System.Windows.Forms.StatusStrip();
  74. this.connectionStatus = new System.Windows.Forms.ToolStripStatusLabel();
  75. this.tipStatus = new System.Windows.Forms.ToolStripStatusLabel();
  76. this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
  77. this.intellisenseTimer = new System.Windows.Forms.Timer(this.components);
  78. this.MultiView.SuspendLayout();
  79. this.connectionTab.SuspendLayout();
  80. this.modelTab.SuspendLayout();
  81. this.panel1.SuspendLayout();
  82. this.queryTab.SuspendLayout();
  83. this.panel2.SuspendLayout();
  84. this.resultsTab.SuspendLayout();
  85. this.aboutTab.SuspendLayout();
  86. this.statusBar.SuspendLayout();
  87. this.SuspendLayout();
  88. //
  89. // MultiView
  90. //
  91. this.MultiView.Controls.Add(this.connectionTab);
  92. this.MultiView.Controls.Add(this.modelTab);
  93. this.MultiView.Controls.Add(this.queryTab);
  94. this.MultiView.Controls.Add(this.resultsTab);
  95. this.MultiView.Controls.Add(this.aboutTab);
  96. this.MultiView.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.MultiView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  98. this.MultiView.Location = new System.Drawing.Point(0, 0);
  99. this.MultiView.Name = "MultiView";
  100. this.MultiView.SelectedIndex = 0;
  101. this.MultiView.Size = new System.Drawing.Size(1009, 675);
  102. this.MultiView.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
  103. this.MultiView.TabIndex = 0;
  104. //
  105. // connectionTab
  106. //
  107. this.connectionTab.BackColor = System.Drawing.Color.WhiteSmoke;
  108. this.connectionTab.Controls.Add(this.entityConnectionString);
  109. this.connectionTab.Controls.Add(this.label4);
  110. this.connectionTab.Controls.Add(this.addFolderButton);
  111. this.connectionTab.Controls.Add(this.connectButton);
  112. this.connectionTab.Controls.Add(this.removeButton);
  113. this.connectionTab.Controls.Add(this.addFilesButton);
  114. this.connectionTab.Controls.Add(this.providerConnectionString);
  115. this.connectionTab.Controls.Add(this.label3);
  116. this.connectionTab.Controls.Add(this.metadataListBox);
  117. this.connectionTab.Controls.Add(this.label2);
  118. this.connectionTab.Controls.Add(this.label1);
  119. this.connectionTab.Controls.Add(this.provider);
  120. this.connectionTab.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  121. this.connectionTab.Location = new System.Drawing.Point(4, 22);
  122. this.connectionTab.Name = "connectionTab";
  123. this.connectionTab.Padding = new System.Windows.Forms.Padding(3);
  124. this.connectionTab.Size = new System.Drawing.Size(1001, 649);
  125. this.connectionTab.TabIndex = 0;
  126. this.connectionTab.Text = "Connection";
  127. this.connectionTab.Enter += new System.EventHandler(this.connectionTab_Enter);
  128. //
  129. // entityConnectionString
  130. //
  131. this.entityConnectionString.BackColor = System.Drawing.Color.WhiteSmoke;
  132. this.entityConnectionString.BorderStyle = System.Windows.Forms.BorderStyle.None;
  133. this.entityConnectionString.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  134. this.entityConnectionString.Location = new System.Drawing.Point(173, 344);
  135. this.entityConnectionString.Multiline = true;
  136. this.entityConnectionString.Name = "entityConnectionString";
  137. this.entityConnectionString.ReadOnly = true;
  138. this.entityConnectionString.Size = new System.Drawing.Size(683, 160);
  139. this.entityConnectionString.TabIndex = 11;
  140. this.entityConnectionString.TabStop = false;
  141. //
  142. // label4
  143. //
  144. this.label4.AutoSize = true;
  145. this.label4.Location = new System.Drawing.Point(19, 344);
  146. this.label4.Name = "label4";
  147. this.label4.Size = new System.Drawing.Size(148, 13);
  148. this.label4.TabIndex = 10;
  149. this.label4.Text = "Entity Connection String:";
  150. //
  151. // addFolderButton
  152. //
  153. this.addFolderButton.Location = new System.Drawing.Point(173, 167);
  154. this.addFolderButton.Name = "addFolderButton";
  155. this.addFolderButton.Size = new System.Drawing.Size(85, 23);
  156. this.addFolderButton.TabIndex = 9;
  157. this.addFolderButton.Text = "Add Folder";
  158. this.addFolderButton.UseVisualStyleBackColor = true;
  159. this.addFolderButton.Click += new System.EventHandler(this.addFolderButton_Click);
  160. //
  161. // connectButton
  162. //
  163. this.connectButton.ForeColor = System.Drawing.Color.Blue;
  164. this.connectButton.Location = new System.Drawing.Point(173, 286);
  165. this.connectButton.Name = "connectButton";
  166. this.connectButton.Size = new System.Drawing.Size(85, 50);
  167. this.connectButton.TabIndex = 8;
  168. this.connectButton.Text = "CONNECT";
  169. this.connectButton.UseVisualStyleBackColor = true;
  170. this.connectButton.Click += new System.EventHandler(this.connectButton_Click);
  171. //
  172. // removeButton
  173. //
  174. this.removeButton.Location = new System.Drawing.Point(355, 167);
  175. this.removeButton.Name = "removeButton";
  176. this.removeButton.Size = new System.Drawing.Size(85, 23);
  177. this.removeButton.TabIndex = 7;
  178. this.removeButton.Text = "Remove";
  179. this.removeButton.UseVisualStyleBackColor = true;
  180. this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
  181. //
  182. // addFilesButton
  183. //
  184. this.addFilesButton.Location = new System.Drawing.Point(264, 167);
  185. this.addFilesButton.Name = "addFilesButton";
  186. this.addFilesButton.Size = new System.Drawing.Size(85, 23);
  187. this.addFilesButton.TabIndex = 6;
  188. this.addFilesButton.Text = "Add Files";
  189. this.addFilesButton.UseVisualStyleBackColor = true;
  190. this.addFilesButton.Click += new System.EventHandler(this.addFilesButton_Click);
  191. //
  192. // providerConnectionString
  193. //
  194. this.providerConnectionString.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  195. this.providerConnectionString.Location = new System.Drawing.Point(173, 39);
  196. this.providerConnectionString.Name = "providerConnectionString";
  197. this.providerConnectionString.Size = new System.Drawing.Size(683, 20);
  198. this.providerConnectionString.TabIndex = 5;
  199. this.providerConnectionString.Text = "Server=.; Integrated Security=yes; Connection Timeout=5; MultipleActiveResultSets" +
  200. "=true;";
  201. this.providerConnectionString.TextChanged += new System.EventHandler(this.UpdateEntityConnectionString);
  202. //
  203. // label3
  204. //
  205. this.label3.AutoSize = true;
  206. this.label3.Location = new System.Drawing.Point(4, 42);
  207. this.label3.Name = "label3";
  208. this.label3.Size = new System.Drawing.Size(163, 13);
  209. this.label3.TabIndex = 4;
  210. this.label3.Text = "Provider Connection String:";
  211. //
  212. // metadataListBox
  213. //
  214. this.metadataListBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  215. this.metadataListBox.FormattingEnabled = true;
  216. this.metadataListBox.Location = new System.Drawing.Point(173, 65);
  217. this.metadataListBox.Name = "metadataListBox";
  218. this.metadataListBox.Size = new System.Drawing.Size(683, 95);
  219. this.metadataListBox.TabIndex = 3;
  220. //
  221. // label2
  222. //
  223. this.label2.AutoSize = true;
  224. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  225. this.label2.Location = new System.Drawing.Point(103, 65);
  226. this.label2.Name = "label2";
  227. this.label2.Size = new System.Drawing.Size(64, 13);
  228. this.label2.TabIndex = 2;
  229. this.label2.Text = "Metadata:";
  230. //
  231. // label1
  232. //
  233. this.label1.AutoSize = true;
  234. this.label1.Location = new System.Drawing.Point(109, 16);
  235. this.label1.Name = "label1";
  236. this.label1.Size = new System.Drawing.Size(58, 13);
  237. this.label1.TabIndex = 1;
  238. this.label1.Text = "Provider:";
  239. //
  240. // provider
  241. //
  242. this.provider.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  243. this.provider.Location = new System.Drawing.Point(173, 13);
  244. this.provider.Name = "provider";
  245. this.provider.Size = new System.Drawing.Size(264, 20);
  246. this.provider.TabIndex = 0;
  247. this.provider.Text = "System.Data.SqlClient";
  248. this.provider.TextChanged += new System.EventHandler(this.UpdateEntityConnectionString);
  249. //
  250. // modelTab
  251. //
  252. this.modelTab.BackColor = System.Drawing.Color.WhiteSmoke;
  253. this.modelTab.Controls.Add(this.modelBrowser);
  254. this.modelTab.Controls.Add(this.csdlPath);
  255. this.modelTab.Controls.Add(this.label5);
  256. this.modelTab.Controls.Add(this.panel1);
  257. this.modelTab.Location = new System.Drawing.Point(4, 22);
  258. this.modelTab.Name = "modelTab";
  259. this.modelTab.Padding = new System.Windows.Forms.Padding(3);
  260. this.modelTab.Size = new System.Drawing.Size(1001, 649);
  261. this.modelTab.TabIndex = 3;
  262. this.modelTab.Text = "Model";
  263. this.modelTab.Enter += new System.EventHandler(this.modelTab_Enter);
  264. //
  265. // modelBrowser
  266. //
  267. this.modelBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
  268. this.modelBrowser.Location = new System.Drawing.Point(3, 96);
  269. this.modelBrowser.MinimumSize = new System.Drawing.Size(20, 20);
  270. this.modelBrowser.Name = "modelBrowser";
  271. this.modelBrowser.Size = new System.Drawing.Size(995, 550);
  272. this.modelBrowser.TabIndex = 0;
  273. //
  274. // csdlPath
  275. //
  276. this.csdlPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  277. this.csdlPath.Location = new System.Drawing.Point(173, 13);
  278. this.csdlPath.Name = "csdlPath";
  279. this.csdlPath.Size = new System.Drawing.Size(683, 20);
  280. this.csdlPath.TabIndex = 6;
  281. //
  282. // label5
  283. //
  284. this.label5.AutoSize = true;
  285. this.label5.Location = new System.Drawing.Point(29, 16);
  286. this.label5.Name = "label5";
  287. this.label5.Size = new System.Drawing.Size(138, 13);
  288. this.label5.TabIndex = 5;
  289. this.label5.Text = "Model File Path (.csdl):";
  290. //
  291. // panel1
  292. //
  293. this.panel1.Controls.Add(this.csdlBrowseButton);
  294. this.panel1.Controls.Add(this.renderButton);
  295. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  296. this.panel1.Location = new System.Drawing.Point(3, 3);
  297. this.panel1.Name = "panel1";
  298. this.panel1.Size = new System.Drawing.Size(995, 93);
  299. this.panel1.TabIndex = 8;
  300. //
  301. // csdlBrowseButton
  302. //
  303. this.csdlBrowseButton.Location = new System.Drawing.Point(768, 36);
  304. this.csdlBrowseButton.Name = "csdlBrowseButton";
  305. this.csdlBrowseButton.Size = new System.Drawing.Size(85, 23);
  306. this.csdlBrowseButton.TabIndex = 7;
  307. this.csdlBrowseButton.Text = "Browse";
  308. this.csdlBrowseButton.UseVisualStyleBackColor = true;
  309. this.csdlBrowseButton.Click += new System.EventHandler(this.csdlBrowseButton_Click);
  310. //
  311. // renderButton
  312. //
  313. this.renderButton.ForeColor = System.Drawing.Color.Blue;
  314. this.renderButton.Location = new System.Drawing.Point(170, 36);
  315. this.renderButton.Name = "renderButton";
  316. this.renderButton.Size = new System.Drawing.Size(85, 50);
  317. this.renderButton.TabIndex = 0;
  318. this.renderButton.Text = "RENDER";
  319. this.renderButton.UseVisualStyleBackColor = true;
  320. this.renderButton.Click += new System.EventHandler(this.renderButton_Click);
  321. //
  322. // queryTab
  323. //
  324. this.queryTab.BackColor = System.Drawing.Color.WhiteSmoke;
  325. this.queryTab.Controls.Add(this.intellisenseList);
  326. this.queryTab.Controls.Add(this.queryEdit);
  327. this.queryTab.Controls.Add(this.panel2);
  328. this.queryTab.Location = new System.Drawing.Point(4, 22);
  329. this.queryTab.Name = "queryTab";
  330. this.queryTab.Padding = new System.Windows.Forms.Padding(3);
  331. this.queryTab.Size = new System.Drawing.Size(1001, 649);
  332. this.queryTab.TabIndex = 1;
  333. this.queryTab.Text = "Query";
  334. this.queryTab.Enter += new System.EventHandler(this.queryTab_Enter);
  335. //
  336. // intellisenseList
  337. //
  338. this.intellisenseList.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  339. this.intellisenseList.FormattingEnabled = true;
  340. this.intellisenseList.ItemHeight = 15;
  341. this.intellisenseList.Location = new System.Drawing.Point(679, 147);
  342. this.intellisenseList.Name = "intellisenseList";
  343. this.intellisenseList.Size = new System.Drawing.Size(214, 109);
  344. this.intellisenseList.Sorted = true;
  345. this.intellisenseList.TabIndex = 2;
  346. this.intellisenseList.TabStop = false;
  347. this.intellisenseList.Visible = false;
  348. this.intellisenseList.Leave += new System.EventHandler(this.intellisenseList_Leave);
  349. this.intellisenseList.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.intellisenseList_KeyPress);
  350. //
  351. // queryEdit
  352. //
  353. this.queryEdit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  354. this.queryEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  355. this.queryEdit.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  356. this.queryEdit.Location = new System.Drawing.Point(3, 66);
  357. this.queryEdit.Name = "queryEdit";
  358. this.queryEdit.Size = new System.Drawing.Size(995, 580);
  359. this.queryEdit.TabIndex = 0;
  360. this.queryEdit.Text = "\n\n\n-- Powered by eSqlBlast";
  361. this.queryEdit.KeyUp += new System.Windows.Forms.KeyEventHandler(this.queryEdit_KeyUp);
  362. this.queryEdit.TextChanged += new System.EventHandler(this.Intellisense);
  363. //
  364. // panel2
  365. //
  366. this.panel2.Controls.Add(this.label11);
  367. this.panel2.Controls.Add(this.zoom);
  368. this.panel2.Controls.Add(this.rawResults);
  369. this.panel2.Controls.Add(this.fullExceptions);
  370. this.panel2.Controls.Add(this.executeButton);
  371. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  372. this.panel2.Location = new System.Drawing.Point(3, 3);
  373. this.panel2.Name = "panel2";
  374. this.panel2.Size = new System.Drawing.Size(995, 63);
  375. this.panel2.TabIndex = 1;
  376. //
  377. // label11
  378. //
  379. this.label11.AutoSize = true;
  380. this.label11.Location = new System.Drawing.Point(290, 17);
  381. this.label11.Name = "label11";
  382. this.label11.Size = new System.Drawing.Size(38, 13);
  383. this.label11.TabIndex = 4;
  384. this.label11.Text = "Zoom";
  385. //
  386. // zoom
  387. //
  388. this.zoom.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  389. this.zoom.FormattingEnabled = true;
  390. this.zoom.Items.AddRange(new object[] {
  391. "75%",
  392. "100%",
  393. "125%",
  394. "150%",
  395. "200%",
  396. "400%"});
  397. this.zoom.Location = new System.Drawing.Point(334, 14);
  398. this.zoom.Name = "zoom";
  399. this.zoom.Size = new System.Drawing.Size(53, 21);
  400. this.zoom.TabIndex = 3;
  401. this.zoom.Tag = "";
  402. this.zoom.Text = "100%";
  403. this.zoom.SelectedIndexChanged += new System.EventHandler(this.zoom_SelectedIndexChanged);
  404. this.zoom.TextUpdate += new System.EventHandler(this.zoom_TextUpdate);
  405. //
  406. // rawResults
  407. //
  408. this.rawResults.AutoSize = true;
  409. this.rawResults.Location = new System.Drawing.Point(138, 39);
  410. this.rawResults.Name = "rawResults";
  411. this.rawResults.Size = new System.Drawing.Size(92, 17);
  412. this.rawResults.TabIndex = 2;
  413. this.rawResults.Text = "Raw results";
  414. this.rawResults.UseVisualStyleBackColor = true;
  415. //
  416. // fullExceptions
  417. //
  418. this.fullExceptions.AutoSize = true;
  419. this.fullExceptions.Location = new System.Drawing.Point(138, 16);
  420. this.fullExceptions.Name = "fullExceptions";
  421. this.fullExceptions.Size = new System.Drawing.Size(111, 17);
  422. this.fullExceptions.TabIndex = 0;
  423. this.fullExceptions.Text = "Full exceptions";
  424. this.fullExceptions.UseVisualStyleBackColor = true;
  425. //
  426. // executeButton
  427. //
  428. this.executeButton.ForeColor = System.Drawing.Color.Blue;
  429. this.executeButton.Location = new System.Drawing.Point(12, 6);
  430. this.executeButton.Name = "executeButton";
  431. this.executeButton.Size = new System.Drawing.Size(85, 50);
  432. this.executeButton.TabIndex = 1;
  433. this.executeButton.Text = "EXECUTE";
  434. this.executeButton.UseVisualStyleBackColor = true;
  435. this.executeButton.Click += new System.EventHandler(this.executeButton_Click);
  436. //
  437. // resultsTab
  438. //
  439. this.resultsTab.BackColor = System.Drawing.Color.WhiteSmoke;
  440. this.resultsTab.Controls.Add(this.resultsBrowser);
  441. this.resultsTab.Location = new System.Drawing.Point(4, 22);
  442. this.resultsTab.Name = "resultsTab";
  443. this.resultsTab.Padding = new System.Windows.Forms.Padding(3);
  444. this.resultsTab.Size = new System.Drawing.Size(1001, 649);
  445. this.resultsTab.TabIndex = 2;
  446. this.resultsTab.Text = "Results";
  447. this.resultsTab.Enter += new System.EventHandler(this.resultsTab_Enter);
  448. //
  449. // resultsBrowser
  450. //
  451. this.resultsBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
  452. this.resultsBrowser.Location = new System.Drawing.Point(3, 3);
  453. this.resultsBrowser.MinimumSize = new System.Drawing.Size(20, 20);
  454. this.resultsBrowser.Name = "resultsBrowser";
  455. this.resultsBrowser.Size = new System.Drawing.Size(995, 643);
  456. this.resultsBrowser.TabIndex = 1;
  457. //
  458. // aboutTab
  459. //
  460. this.aboutTab.BackColor = System.Drawing.Color.WhiteSmoke;
  461. this.aboutTab.Controls.Add(this.label12);
  462. this.aboutTab.Controls.Add(this.label13);
  463. this.aboutTab.Controls.Add(this.label10);
  464. this.aboutTab.Controls.Add(this.linkLabel2);
  465. this.aboutTab.Controls.Add(this.label8);
  466. this.aboutTab.Controls.Add(this.linkLabel1);
  467. this.aboutTab.Controls.Add(this.label9);
  468. this.aboutTab.Controls.Add(this.label7);
  469. this.aboutTab.Controls.Add(this.label6);
  470. this.aboutTab.Location = new System.Drawing.Point(4, 22);
  471. this.aboutTab.Name = "aboutTab";
  472. this.aboutTab.Padding = new System.Windows.Forms.Padding(3);
  473. this.aboutTab.Size = new System.Drawing.Size(1001, 649);
  474. this.aboutTab.TabIndex = 4;
  475. this.aboutTab.Text = "About";
  476. //
  477. // label12
  478. //
  479. this.label12.AutoSize = true;
  480. this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  481. this.label12.Location = new System.Drawing.Point(163, 49);
  482. this.label12.Name = "label12";
  483. this.label12.Size = new System.Drawing.Size(58, 13);
  484. this.label12.TabIndex = 11;
  485. this.label12.Text = "1.07.12.18";
  486. //
  487. // label13
  488. //
  489. this.label13.AutoSize = true;
  490. this.label13.Location = new System.Drawing.Point(104, 49);
  491. this.label13.Name = "label13";
  492. this.label13.Size = new System.Drawing.Size(53, 13);
  493. this.label13.TabIndex = 10;
  494. this.label13.Text = "Version:";
  495. //
  496. // label10
  497. //
  498. this.label10.AutoSize = true;
  499. this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  500. this.label10.Location = new System.Drawing.Point(163, 166);
  501. this.label10.Name = "label10";
  502. this.label10.Size = new System.Drawing.Size(197, 13);
  503. this.label10.TabIndex = 9;
  504. this.label10.Text = "Copyright (c) 2006-2007, Microsoft Corp.";
  505. //
  506. // linkLabel2
  507. //
  508. this.linkLabel2.AutoSize = true;
  509. this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  510. this.linkLabel2.Location = new System.Drawing.Point(163, 118);
  511. this.linkLabel2.Name = "linkLabel2";
  512. this.linkLabel2.Size = new System.Drawing.Size(371, 13);
  513. this.linkLabel2.TabIndex = 8;
  514. this.linkLabel2.TabStop = true;
  515. this.linkLabel2.Text = "http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=533&SiteID=1";
  516. this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.navigateLink);
  517. //
  518. // label8
  519. //
  520. this.label8.AutoSize = true;
  521. this.label8.Location = new System.Drawing.Point(102, 118);
  522. this.label8.Name = "label8";
  523. this.label8.Size = new System.Drawing.Size(55, 13);
  524. this.label8.TabIndex = 7;
  525. this.label8.Text = "Support:";
  526. //
  527. // linkLabel1
  528. //
  529. this.linkLabel1.AutoSize = true;
  530. this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  531. this.linkLabel1.Location = new System.Drawing.Point(163, 94);
  532. this.linkLabel1.Name = "linkLabel1";
  533. this.linkLabel1.Size = new System.Drawing.Size(138, 13);
  534. this.linkLabel1.TabIndex = 6;
  535. this.linkLabel1.TabStop = true;
  536. this.linkLabel1.Text = "http://blogs.msdn.com/esql";
  537. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.navigateLink);
  538. //
  539. // label9
  540. //
  541. this.label9.AutoSize = true;
  542. this.label9.Location = new System.Drawing.Point(121, 94);
  543. this.label9.Name = "label9";
  544. this.label9.Size = new System.Drawing.Size(36, 13);
  545. this.label9.TabIndex = 4;
  546. this.label9.Text = "Blog:";
  547. //
  548. // label7
  549. //
  550. this.label7.AutoSize = true;
  551. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  552. this.label7.Location = new System.Drawing.Point(163, 71);
  553. this.label7.Name = "label7";
  554. this.label7.Size = new System.Drawing.Size(85, 13);
  555. this.label7.TabIndex = 3;
  556. this.label7.Text = "Zlatko Michailov";
  557. //
  558. // label6
  559. //
  560. this.label6.AutoSize = true;
  561. this.label6.Location = new System.Drawing.Point(109, 71);
  562. this.label6.Name = "label6";
  563. this.label6.Size = new System.Drawing.Size(48, 13);
  564. this.label6.TabIndex = 2;
  565. this.label6.Text = "Author:";
  566. //
  567. // openFileDialog
  568. //
  569. this.openFileDialog.Multiselect = true;
  570. //
  571. // statusBar
  572. //
  573. this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  574. this.connectionStatus,
  575. this.tipStatus});
  576. this.statusBar.Location = new System.Drawing.Point(0, 675);
  577. this.statusBar.Name = "statusBar";
  578. this.statusBar.Size = new System.Drawing.Size(1009, 22);
  579. this.statusBar.TabIndex = 1;
  580. this.statusBar.Text = "statusStrip1";
  581. //
  582. // connectionStatus
  583. //
  584. this.connectionStatus.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  585. this.connectionStatus.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
  586. this.connectionStatus.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  587. this.connectionStatus.ForeColor = System.Drawing.Color.Red;
  588. this.connectionStatus.Name = "connectionStatus";
  589. this.connectionStatus.Size = new System.Drawing.Size(75, 17);
  590. this.connectionStatus.Text = "Disconnected";
  591. //
  592. // tipStatus
  593. //
  594. this.tipStatus.Name = "tipStatus";
  595. this.tipStatus.Size = new System.Drawing.Size(228, 17);
  596. this.tipStatus.Text = "Use the Connection tab to connect to a model.";
  597. //
  598. // intellisenseTimer
  599. //
  600. this.intellisenseTimer.Enabled = true;
  601. this.intellisenseTimer.Interval = 1000;
  602. this.intellisenseTimer.Tick += new System.EventHandler(this.OfflineIntellisense);
  603. //
  604. // Main
  605. //
  606. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  607. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  608. this.ClientSize = new System.Drawing.Size(1009, 697);
  609. this.Controls.Add(this.MultiView);
  610. this.Controls.Add(this.statusBar);
  611. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  612. this.Name = "Main";
  613. this.Text = "eSqlBlast (1.07.12.18)";
  614. this.MultiView.ResumeLayout(false);
  615. this.connectionTab.ResumeLayout(false);
  616. this.connectionTab.PerformLayout();
  617. this.modelTab.ResumeLayout(false);
  618. this.modelTab.PerformLayout();
  619. this.panel1.ResumeLayout(false);
  620. this.queryTab.ResumeLayout(false);
  621. this.panel2.ResumeLayout(false);
  622. this.panel2.PerformLayout();
  623. this.resultsTab.ResumeLayout(false);
  624. this.aboutTab.ResumeLayout(false);
  625. this.aboutTab.PerformLayout();
  626. this.statusBar.ResumeLayout(false);
  627. this.statusBar.PerformLayout();
  628. this.ResumeLayout(false);
  629. this.PerformLayout();
  630. }
  631. #endregion
  632. private System.Windows.Forms.TabControl MultiView;
  633. private System.Windows.Forms.TabPage connectionTab;
  634. private System.Windows.Forms.TabPage queryTab;
  635. private System.Windows.Forms.TabPage resultsTab;
  636. private System.Windows.Forms.ListBox metadataListBox;
  637. private System.Windows.Forms.Label label2;
  638. private System.Windows.Forms.Label label1;
  639. private System.Windows.Forms.TextBox provider;
  640. private System.Windows.Forms.TextBox providerConnectionString;
  641. private System.Windows.Forms.Label label3;
  642. private System.Windows.Forms.OpenFileDialog openFileDialog;
  643. private System.Windows.Forms.Button removeButton;
  644. private System.Windows.Forms.Button addFilesButton;
  645. private System.Windows.Forms.Button connectButton;
  646. private System.Windows.Forms.TabPage modelTab;
  647. private System.Windows.Forms.StatusStrip statusBar;
  648. private System.Windows.Forms.ToolStripStatusLabel connectionStatus;
  649. private System.Windows.Forms.ToolStripStatusLabel tipStatus;
  650. private System.Windows.Forms.Button addFolderButton;
  651. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
  652. private System.Windows.Forms.Label label4;
  653. private System.Windows.Forms.TextBox entityConnectionString;
  654. private System.Windows.Forms.WebBrowser modelBrowser;
  655. private System.Windows.Forms.Label label5;
  656. private System.Windows.Forms.Button csdlBrowseButton;
  657. private System.Windows.Forms.TextBox csdlPath;
  658. private System.Windows.Forms.Panel panel1;
  659. private System.Windows.Forms.Button renderButton;
  660. private System.Windows.Forms.CheckBox fullExceptions;
  661. private System.Windows.Forms.RichTextBox queryEdit;
  662. private System.Windows.Forms.Panel panel2;
  663. private System.Windows.Forms.Button executeButton;
  664. private System.Windows.Forms.WebBrowser resultsBrowser;
  665. private System.Windows.Forms.ListBox intellisenseList;
  666. private System.Windows.Forms.Timer intellisenseTimer;
  667. private System.Windows.Forms.CheckBox rawResults;
  668. private System.Windows.Forms.TabPage aboutTab;
  669. private System.Windows.Forms.Label label6;
  670. private System.Windows.Forms.Label label7;
  671. private System.Windows.Forms.Label label10;
  672. private System.Windows.Forms.LinkLabel linkLabel2;
  673. private System.Windows.Forms.Label label8;
  674. private System.Windows.Forms.LinkLabel linkLabel1;
  675. private System.Windows.Forms.Label label9;
  676. private System.Windows.Forms.Label label11;
  677. private System.Windows.Forms.ComboBox zoom;
  678. private System.Windows.Forms.Label label12;
  679. private System.Windows.Forms.Label label13;
  680. }
  681. }