QueryWizardForm.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. namespace FastReport.Forms
  2. {
  3. partial class QueryWizardForm
  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.tbName = new System.Windows.Forms.TextBox();
  29. this.lblSetName = new System.Windows.Forms.Label();
  30. this.lblTypeSql = new System.Windows.Forms.Label();
  31. this.tbSql = new System.Windows.Forms.TextBox();
  32. this.btnQueryBuilder = new System.Windows.Forms.Button();
  33. this.lblWhatData = new System.Windows.Forms.Label();
  34. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  35. this.tvColumns = new System.Windows.Forms.TreeView();
  36. this.tsColumns = new System.Windows.Forms.ToolStrip();
  37. this.btnRefreshColumns = new System.Windows.Forms.ToolStripButton();
  38. this.btnAddColumn = new System.Windows.Forms.ToolStripButton();
  39. this.btnDeleteColumn = new System.Windows.Forms.ToolStripButton();
  40. this.pgColumnProperties = new System.Windows.Forms.PropertyGrid();
  41. this.ts2 = new System.Windows.Forms.ToolStrip();
  42. this.pnName = new System.Windows.Forms.Panel();
  43. this.lblNameHint = new System.Windows.Forms.Label();
  44. this.pnSql = new System.Windows.Forms.Panel();
  45. this.pnColumns = new System.Windows.Forms.Panel();
  46. this.pnParameters = new System.Windows.Forms.Panel();
  47. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  48. this.tvParameters = new System.Windows.Forms.TreeView();
  49. this.tsParameters = new System.Windows.Forms.ToolStrip();
  50. this.btnAddParameter = new System.Windows.Forms.ToolStripButton();
  51. this.btnDeleteParameter = new System.Windows.Forms.ToolStripButton();
  52. this.btnParameterUp = new System.Windows.Forms.ToolStripButton();
  53. this.btnParameterDown = new System.Windows.Forms.ToolStripButton();
  54. this.pgParamProperties = new System.Windows.Forms.PropertyGrid();
  55. this.ts1 = new System.Windows.Forms.ToolStrip();
  56. this.pnTop.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit();
  58. this.pnBottom.SuspendLayout();
  59. this.pcPages.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  61. this.splitContainer1.Panel1.SuspendLayout();
  62. this.splitContainer1.Panel2.SuspendLayout();
  63. this.splitContainer1.SuspendLayout();
  64. this.tsColumns.SuspendLayout();
  65. this.pnName.SuspendLayout();
  66. this.pnSql.SuspendLayout();
  67. this.pnColumns.SuspendLayout();
  68. this.pnParameters.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  70. this.splitContainer2.Panel1.SuspendLayout();
  71. this.splitContainer2.Panel2.SuspendLayout();
  72. this.splitContainer2.SuspendLayout();
  73. this.tsParameters.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // picIcon
  77. //
  78. this.picIcon.Location = new System.Drawing.Point(405, 8);
  79. //
  80. // pnBottom
  81. //
  82. this.pnBottom.Location = new System.Drawing.Point(0, 370);
  83. //
  84. // pcPages
  85. //
  86. this.pcPages.Controls.Add(this.pnName);
  87. this.pcPages.Controls.Add(this.pnSql);
  88. this.pcPages.Controls.Add(this.pnParameters);
  89. this.pcPages.Controls.Add(this.pnColumns);
  90. this.pcPages.Size = new System.Drawing.Size(465, 302);
  91. //
  92. // tbName
  93. //
  94. this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  95. | System.Windows.Forms.AnchorStyles.Right)));
  96. this.tbName.Location = new System.Drawing.Point(12, 62);
  97. this.tbName.Name = "tbName";
  98. this.tbName.Size = new System.Drawing.Size(441, 20);
  99. this.tbName.TabIndex = 2;
  100. //
  101. // lblSetName
  102. //
  103. this.lblSetName.AutoSize = true;
  104. this.lblSetName.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.lblSetName.Location = new System.Drawing.Point(12, 14);
  106. this.lblSetName.Name = "lblSetName";
  107. this.lblSetName.Size = new System.Drawing.Size(193, 13);
  108. this.lblSetName.TabIndex = 4;
  109. this.lblSetName.Text = "Set the name of the table object.";
  110. //
  111. // lblTypeSql
  112. //
  113. this.lblTypeSql.AutoSize = true;
  114. this.lblTypeSql.Location = new System.Drawing.Point(12, 38);
  115. this.lblTypeSql.Name = "lblTypeSql";
  116. this.lblTypeSql.Size = new System.Drawing.Size(324, 13);
  117. this.lblTypeSql.TabIndex = 3;
  118. this.lblTypeSql.Text = "Type your SQL statement or use the Query Builder to construct it.";
  119. //
  120. // tbSql
  121. //
  122. this.tbSql.AcceptsReturn = true;
  123. this.tbSql.AcceptsTab = true;
  124. this.tbSql.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  125. | System.Windows.Forms.AnchorStyles.Left)
  126. | System.Windows.Forms.AnchorStyles.Right)));
  127. this.tbSql.Location = new System.Drawing.Point(12, 62);
  128. this.tbSql.MaxLength = 1000000;
  129. this.tbSql.Multiline = true;
  130. this.tbSql.Name = "tbSql";
  131. this.tbSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  132. this.tbSql.Size = new System.Drawing.Size(441, 193);
  133. this.tbSql.TabIndex = 2;
  134. this.tbSql.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbSql_KeyDown);
  135. //
  136. // btnQueryBuilder
  137. //
  138. this.btnQueryBuilder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  139. this.btnQueryBuilder.AutoSize = true;
  140. this.btnQueryBuilder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  141. this.btnQueryBuilder.Location = new System.Drawing.Point(361, 267);
  142. this.btnQueryBuilder.Name = "btnQueryBuilder";
  143. this.btnQueryBuilder.Size = new System.Drawing.Size(94, 23);
  144. this.btnQueryBuilder.TabIndex = 1;
  145. this.btnQueryBuilder.Text = "Query builder...";
  146. this.btnQueryBuilder.UseVisualStyleBackColor = true;
  147. this.btnQueryBuilder.Click += new System.EventHandler(this.btnQueryBuilder_Click);
  148. //
  149. // lblWhatData
  150. //
  151. this.lblWhatData.AutoSize = true;
  152. this.lblWhatData.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  153. this.lblWhatData.Location = new System.Drawing.Point(12, 14);
  154. this.lblWhatData.Name = "lblWhatData";
  155. this.lblWhatData.Size = new System.Drawing.Size(249, 13);
  156. this.lblWhatData.TabIndex = 0;
  157. this.lblWhatData.Text = "What data should be loaded into the table?";
  158. //
  159. // splitContainer1
  160. //
  161. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  163. this.splitContainer1.Name = "splitContainer1";
  164. //
  165. // splitContainer1.Panel1
  166. //
  167. this.splitContainer1.Panel1.Controls.Add(this.tvColumns);
  168. this.splitContainer1.Panel1.Controls.Add(this.tsColumns);
  169. this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(12, 12, 0, 12);
  170. //
  171. // splitContainer1.Panel2
  172. //
  173. this.splitContainer1.Panel2.Controls.Add(this.pgColumnProperties);
  174. this.splitContainer1.Panel2.Controls.Add(this.ts2);
  175. this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(0, 12, 12, 12);
  176. this.splitContainer1.Size = new System.Drawing.Size(465, 302);
  177. this.splitContainer1.SplitterDistance = 234;
  178. this.splitContainer1.TabIndex = 0;
  179. //
  180. // tvColumns
  181. //
  182. this.tvColumns.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.tvColumns.HideSelection = false;
  184. this.tvColumns.Location = new System.Drawing.Point(12, 37);
  185. this.tvColumns.Name = "tvColumns";
  186. this.tvColumns.ShowLines = false;
  187. this.tvColumns.ShowRootLines = false;
  188. this.tvColumns.Size = new System.Drawing.Size(222, 253);
  189. this.tvColumns.TabIndex = 1;
  190. this.tvColumns.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvColumns_AfterSelect);
  191. this.tvColumns.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tvColumns_KeyDown);
  192. //
  193. // tsColumns
  194. //
  195. this.tsColumns.AutoSize = false;
  196. this.tsColumns.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  197. this.tsColumns.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  198. this.btnRefreshColumns,
  199. this.btnAddColumn,
  200. this.btnDeleteColumn});
  201. this.tsColumns.Location = new System.Drawing.Point(12, 12);
  202. this.tsColumns.Name = "tsColumns";
  203. this.tsColumns.Size = new System.Drawing.Size(222, 25);
  204. this.tsColumns.TabIndex = 0;
  205. this.tsColumns.Text = "toolStrip1";
  206. //
  207. // btnRefreshColumns
  208. //
  209. this.btnRefreshColumns.AutoSize = false;
  210. this.btnRefreshColumns.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  211. this.btnRefreshColumns.Name = "btnRefreshColumns";
  212. this.btnRefreshColumns.Size = new System.Drawing.Size(23, 22);
  213. this.btnRefreshColumns.Click += new System.EventHandler(this.btnRefreshColumns_Click);
  214. //
  215. // btnAddColumn
  216. //
  217. this.btnAddColumn.AutoSize = false;
  218. this.btnAddColumn.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  219. this.btnAddColumn.Name = "btnAddColumn";
  220. this.btnAddColumn.Size = new System.Drawing.Size(23, 22);
  221. this.btnAddColumn.Click += new System.EventHandler(this.btnAddColumn_Click);
  222. //
  223. // btnDeleteColumn
  224. //
  225. this.btnDeleteColumn.AutoSize = false;
  226. this.btnDeleteColumn.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  227. this.btnDeleteColumn.Name = "btnDeleteColumn";
  228. this.btnDeleteColumn.Size = new System.Drawing.Size(23, 22);
  229. this.btnDeleteColumn.Click += new System.EventHandler(this.btnDeleteColumn_Click);
  230. //
  231. // pgColumnProperties
  232. //
  233. this.pgColumnProperties.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.pgColumnProperties.LineColor = System.Drawing.SystemColors.Control;
  235. this.pgColumnProperties.Location = new System.Drawing.Point(0, 37);
  236. this.pgColumnProperties.Name = "pgColumnProperties";
  237. this.pgColumnProperties.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
  238. this.pgColumnProperties.Size = new System.Drawing.Size(215, 253);
  239. this.pgColumnProperties.TabIndex = 0;
  240. this.pgColumnProperties.ToolbarVisible = false;
  241. this.pgColumnProperties.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pgColumnProperties_PropertyValueChanged);
  242. //
  243. // ts2
  244. //
  245. this.ts2.AutoSize = false;
  246. this.ts2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  247. this.ts2.Location = new System.Drawing.Point(0, 12);
  248. this.ts2.Name = "ts2";
  249. this.ts2.Size = new System.Drawing.Size(215, 25);
  250. this.ts2.TabIndex = 2;
  251. this.ts2.Text = "toolStrip1";
  252. //
  253. // pnName
  254. //
  255. this.pnName.Controls.Add(this.lblNameHint);
  256. this.pnName.Controls.Add(this.lblSetName);
  257. this.pnName.Controls.Add(this.tbName);
  258. this.pnName.Dock = System.Windows.Forms.DockStyle.Fill;
  259. this.pnName.Location = new System.Drawing.Point(0, 0);
  260. this.pnName.Name = "pnName";
  261. this.pnName.Size = new System.Drawing.Size(465, 302);
  262. this.pnName.TabIndex = 0;
  263. //
  264. // lblNameHint
  265. //
  266. this.lblNameHint.AutoSize = true;
  267. this.lblNameHint.Location = new System.Drawing.Point(12, 38);
  268. this.lblNameHint.Name = "lblNameHint";
  269. this.lblNameHint.Size = new System.Drawing.Size(242, 13);
  270. this.lblNameHint.TabIndex = 5;
  271. this.lblNameHint.Text = "This name will be displayed in the \"Data\" window.";
  272. //
  273. // pnSql
  274. //
  275. this.pnSql.Controls.Add(this.lblTypeSql);
  276. this.pnSql.Controls.Add(this.lblWhatData);
  277. this.pnSql.Controls.Add(this.tbSql);
  278. this.pnSql.Controls.Add(this.btnQueryBuilder);
  279. this.pnSql.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.pnSql.Location = new System.Drawing.Point(0, 0);
  281. this.pnSql.Name = "pnSql";
  282. this.pnSql.Size = new System.Drawing.Size(465, 302);
  283. this.pnSql.TabIndex = 1;
  284. //
  285. // pnColumns
  286. //
  287. this.pnColumns.Controls.Add(this.splitContainer1);
  288. this.pnColumns.Dock = System.Windows.Forms.DockStyle.Fill;
  289. this.pnColumns.Location = new System.Drawing.Point(0, 0);
  290. this.pnColumns.Name = "pnColumns";
  291. this.pnColumns.Size = new System.Drawing.Size(465, 302);
  292. this.pnColumns.TabIndex = 2;
  293. //
  294. // pnParameters
  295. //
  296. this.pnParameters.Controls.Add(this.splitContainer2);
  297. this.pnParameters.Dock = System.Windows.Forms.DockStyle.Fill;
  298. this.pnParameters.Location = new System.Drawing.Point(0, 0);
  299. this.pnParameters.Name = "pnParameters";
  300. this.pnParameters.Size = new System.Drawing.Size(465, 302);
  301. this.pnParameters.TabIndex = 3;
  302. //
  303. // splitContainer2
  304. //
  305. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  306. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  307. this.splitContainer2.Name = "splitContainer2";
  308. //
  309. // splitContainer2.Panel1
  310. //
  311. this.splitContainer2.Panel1.Controls.Add(this.tvParameters);
  312. this.splitContainer2.Panel1.Controls.Add(this.tsParameters);
  313. this.splitContainer2.Panel1.Padding = new System.Windows.Forms.Padding(12, 12, 0, 12);
  314. //
  315. // splitContainer2.Panel2
  316. //
  317. this.splitContainer2.Panel2.Controls.Add(this.pgParamProperties);
  318. this.splitContainer2.Panel2.Controls.Add(this.ts1);
  319. this.splitContainer2.Panel2.Padding = new System.Windows.Forms.Padding(0, 12, 12, 12);
  320. this.splitContainer2.Size = new System.Drawing.Size(465, 302);
  321. this.splitContainer2.SplitterDistance = 234;
  322. this.splitContainer2.TabIndex = 1;
  323. //
  324. // tvParameters
  325. //
  326. this.tvParameters.Dock = System.Windows.Forms.DockStyle.Fill;
  327. this.tvParameters.HideSelection = false;
  328. this.tvParameters.Location = new System.Drawing.Point(12, 37);
  329. this.tvParameters.Name = "tvParameters";
  330. this.tvParameters.ShowLines = false;
  331. this.tvParameters.ShowRootLines = false;
  332. this.tvParameters.Size = new System.Drawing.Size(222, 253);
  333. this.tvParameters.TabIndex = 1;
  334. this.tvParameters.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvParameters_AfterSelect);
  335. this.tvParameters.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tvParameters_KeyDown);
  336. //
  337. // tsParameters
  338. //
  339. this.tsParameters.AutoSize = false;
  340. this.tsParameters.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  341. this.tsParameters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  342. this.btnAddParameter,
  343. this.btnDeleteParameter,
  344. this.btnParameterUp,
  345. this.btnParameterDown});
  346. this.tsParameters.Location = new System.Drawing.Point(12, 12);
  347. this.tsParameters.Name = "tsParameters";
  348. this.tsParameters.Size = new System.Drawing.Size(222, 25);
  349. this.tsParameters.TabIndex = 0;
  350. this.tsParameters.Text = "toolStrip1";
  351. //
  352. // btnAddParameter
  353. //
  354. this.btnAddParameter.AutoSize = false;
  355. this.btnAddParameter.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  356. this.btnAddParameter.Name = "btnAddParameter";
  357. this.btnAddParameter.Size = new System.Drawing.Size(23, 22);
  358. this.btnAddParameter.Click += new System.EventHandler(this.btnAddParameter_Click);
  359. //
  360. // btnDeleteParameter
  361. //
  362. this.btnDeleteParameter.AutoSize = false;
  363. this.btnDeleteParameter.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  364. this.btnDeleteParameter.Name = "btnDeleteParameter";
  365. this.btnDeleteParameter.Size = new System.Drawing.Size(23, 22);
  366. this.btnDeleteParameter.Click += new System.EventHandler(this.btnDeleteParameter_Click);
  367. //
  368. // btnParameterUp
  369. //
  370. this.btnParameterUp.AutoSize = false;
  371. this.btnParameterUp.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  372. this.btnParameterUp.Name = "btnParameterUp";
  373. this.btnParameterUp.Size = new System.Drawing.Size(23, 22);
  374. this.btnParameterUp.Click += new System.EventHandler(this.btnParameterUp_Click);
  375. //
  376. // btnParameterDown
  377. //
  378. this.btnParameterDown.AutoSize = false;
  379. this.btnParameterDown.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  380. this.btnParameterDown.Name = "btnParameterDown";
  381. this.btnParameterDown.Size = new System.Drawing.Size(23, 22);
  382. this.btnParameterDown.Click += new System.EventHandler(this.btnParameterDown_Click);
  383. //
  384. // pgParamProperties
  385. //
  386. this.pgParamProperties.Dock = System.Windows.Forms.DockStyle.Fill;
  387. this.pgParamProperties.LineColor = System.Drawing.SystemColors.Control;
  388. this.pgParamProperties.Location = new System.Drawing.Point(0, 37);
  389. this.pgParamProperties.Name = "pgParamProperties";
  390. this.pgParamProperties.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
  391. this.pgParamProperties.Size = new System.Drawing.Size(215, 253);
  392. this.pgParamProperties.TabIndex = 0;
  393. this.pgParamProperties.ToolbarVisible = false;
  394. this.pgParamProperties.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pgParamProperties_PropertyValueChanged);
  395. //
  396. // ts1
  397. //
  398. this.ts1.AutoSize = false;
  399. this.ts1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  400. this.ts1.Location = new System.Drawing.Point(0, 12);
  401. this.ts1.Name = "ts1";
  402. this.ts1.Size = new System.Drawing.Size(215, 25);
  403. this.ts1.TabIndex = 1;
  404. this.ts1.Text = "toolStrip1";
  405. //
  406. // QueryWizardForm
  407. //
  408. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  409. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  410. this.ClientSize = new System.Drawing.Size(465, 415);
  411. this.Name = "QueryWizardForm";
  412. this.Text = "Table";
  413. this.pnTop.ResumeLayout(false);
  414. this.pnTop.PerformLayout();
  415. ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit();
  416. this.pnBottom.ResumeLayout(false);
  417. this.pcPages.ResumeLayout(false);
  418. this.splitContainer1.Panel1.ResumeLayout(false);
  419. this.splitContainer1.Panel2.ResumeLayout(false);
  420. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  421. this.splitContainer1.ResumeLayout(false);
  422. this.tsColumns.ResumeLayout(false);
  423. this.tsColumns.PerformLayout();
  424. this.pnName.ResumeLayout(false);
  425. this.pnName.PerformLayout();
  426. this.pnSql.ResumeLayout(false);
  427. this.pnSql.PerformLayout();
  428. this.pnColumns.ResumeLayout(false);
  429. this.pnParameters.ResumeLayout(false);
  430. this.splitContainer2.Panel1.ResumeLayout(false);
  431. this.splitContainer2.Panel2.ResumeLayout(false);
  432. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  433. this.splitContainer2.ResumeLayout(false);
  434. this.tsParameters.ResumeLayout(false);
  435. this.tsParameters.PerformLayout();
  436. this.ResumeLayout(false);
  437. }
  438. #endregion
  439. private System.Windows.Forms.TextBox tbName;
  440. private System.Windows.Forms.Label lblSetName;
  441. private System.Windows.Forms.TextBox tbSql;
  442. private System.Windows.Forms.Button btnQueryBuilder;
  443. private System.Windows.Forms.Label lblWhatData;
  444. private System.Windows.Forms.SplitContainer splitContainer1;
  445. private System.Windows.Forms.ToolStrip tsColumns;
  446. private System.Windows.Forms.ToolStripButton btnRefreshColumns;
  447. private System.Windows.Forms.PropertyGrid pgColumnProperties;
  448. private System.Windows.Forms.TreeView tvColumns;
  449. private System.Windows.Forms.ToolStripButton btnAddColumn;
  450. private System.Windows.Forms.Label lblTypeSql;
  451. private System.Windows.Forms.ToolStripButton btnDeleteColumn;
  452. private System.Windows.Forms.Panel pnName;
  453. private System.Windows.Forms.Panel pnSql;
  454. private System.Windows.Forms.Panel pnColumns;
  455. private System.Windows.Forms.Label lblNameHint;
  456. private System.Windows.Forms.Panel pnParameters;
  457. private System.Windows.Forms.SplitContainer splitContainer2;
  458. private System.Windows.Forms.TreeView tvParameters;
  459. private System.Windows.Forms.ToolStrip tsParameters;
  460. private System.Windows.Forms.ToolStripButton btnDeleteParameter;
  461. private System.Windows.Forms.ToolStripButton btnParameterUp;
  462. private System.Windows.Forms.ToolStripButton btnParameterDown;
  463. private System.Windows.Forms.PropertyGrid pgParamProperties;
  464. private System.Windows.Forms.ToolStripButton btnAddParameter;
  465. private System.Windows.Forms.ToolStrip ts1;
  466. private System.Windows.Forms.ToolStrip ts2;
  467. }
  468. }