DataWizardForm.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class DataWizardForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.btnEditConnection = new System.Windows.Forms.Button();
  30. this.lblConnString = new FastReport.Controls.LabelLine();
  31. this.tbConnName = new System.Windows.Forms.TextBox();
  32. this.lblConnName = new System.Windows.Forms.Label();
  33. this.lblHint = new System.Windows.Forms.Label();
  34. this.btnNewConnection = new System.Windows.Forms.Button();
  35. this.tbConnString = new System.Windows.Forms.TextBox();
  36. this.lblWhichData = new System.Windows.Forms.Label();
  37. this.btnConnString = new System.Windows.Forms.Button();
  38. this.cbxConnections = new System.Windows.Forms.ComboBox();
  39. this.cbxCheckAll = new System.Windows.Forms.CheckBox();
  40. this.btnAddQuery = new System.Windows.Forms.Button();
  41. this.lblWait = new System.Windows.Forms.Label();
  42. this.lblWhichTables = new System.Windows.Forms.Label();
  43. this.tvTables = new System.Windows.Forms.TreeView();
  44. this.pnDatabase = new System.Windows.Forms.Panel();
  45. this.pnTables = new System.Windows.Forms.Panel();
  46. this.pnTop.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit();
  48. this.pnBottom.SuspendLayout();
  49. this.pcPages.SuspendLayout();
  50. this.pnDatabase.SuspendLayout();
  51. this.pnTables.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // pcPages
  55. //
  56. this.pcPages.Controls.Add(this.pnDatabase);
  57. this.pcPages.Controls.Add(this.pnTables);
  58. //
  59. // btnEditConnection
  60. //
  61. this.btnEditConnection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  62. this.btnEditConnection.Location = new System.Drawing.Point(310, 153);
  63. this.btnEditConnection.Name = "btnEditConnection";
  64. this.btnEditConnection.Size = new System.Drawing.Size(144, 23);
  65. this.btnEditConnection.TabIndex = 10;
  66. this.btnEditConnection.Text = "Edit connection...";
  67. this.btnEditConnection.UseVisualStyleBackColor = true;
  68. this.btnEditConnection.Click += new System.EventHandler(this.btnEditConnection_Click);
  69. //
  70. // lblConnString
  71. //
  72. this.lblConnString.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.lblConnString.Location = new System.Drawing.Point(32, 202);
  75. this.lblConnString.Name = "lblConnString";
  76. this.lblConnString.Size = new System.Drawing.Size(422, 14);
  77. this.lblConnString.TabIndex = 9;
  78. this.lblConnString.Text = "Connection String";
  79. //
  80. // tbConnName
  81. //
  82. this.tbConnName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  83. | System.Windows.Forms.AnchorStyles.Right)));
  84. this.tbConnName.Location = new System.Drawing.Point(12, 154);
  85. this.tbConnName.Name = "tbConnName";
  86. this.tbConnName.Size = new System.Drawing.Size(290, 20);
  87. this.tbConnName.TabIndex = 8;
  88. this.tbConnName.Text = "Connection1";
  89. //
  90. // lblConnName
  91. //
  92. this.lblConnName.AutoSize = true;
  93. this.lblConnName.Location = new System.Drawing.Point(12, 134);
  94. this.lblConnName.Name = "lblConnName";
  95. this.lblConnName.Size = new System.Drawing.Size(140, 13);
  96. this.lblConnName.TabIndex = 7;
  97. this.lblConnName.Text = "Enter the connection name:";
  98. //
  99. // lblHint
  100. //
  101. this.lblHint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.lblHint.Location = new System.Drawing.Point(12, 54);
  104. this.lblHint.Name = "lblHint";
  105. this.lblHint.Size = new System.Drawing.Size(438, 32);
  106. this.lblHint.TabIndex = 6;
  107. this.lblHint.Text = "Select from list of last used connections, or press \"New connection...\" button to" +
  108. " create new connection.";
  109. //
  110. // btnNewConnection
  111. //
  112. this.btnNewConnection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  113. this.btnNewConnection.Location = new System.Drawing.Point(310, 89);
  114. this.btnNewConnection.Name = "btnNewConnection";
  115. this.btnNewConnection.Size = new System.Drawing.Size(144, 23);
  116. this.btnNewConnection.TabIndex = 5;
  117. this.btnNewConnection.Text = "New connection...";
  118. this.btnNewConnection.UseVisualStyleBackColor = true;
  119. this.btnNewConnection.Click += new System.EventHandler(this.btnNewConnection_Click);
  120. //
  121. // tbConnString
  122. //
  123. this.tbConnString.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  124. | System.Windows.Forms.AnchorStyles.Left)
  125. | System.Windows.Forms.AnchorStyles.Right)));
  126. this.tbConnString.Location = new System.Drawing.Point(12, 226);
  127. this.tbConnString.Multiline = true;
  128. this.tbConnString.Name = "tbConnString";
  129. this.tbConnString.ReadOnly = true;
  130. this.tbConnString.Size = new System.Drawing.Size(442, 102);
  131. this.tbConnString.TabIndex = 4;
  132. this.tbConnString.Visible = false;
  133. //
  134. // lblWhichData
  135. //
  136. this.lblWhichData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.lblWhichData.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  139. this.lblWhichData.Location = new System.Drawing.Point(12, 14);
  140. this.lblWhichData.Name = "lblWhichData";
  141. this.lblWhichData.Size = new System.Drawing.Size(438, 28);
  142. this.lblWhichData.TabIndex = 3;
  143. this.lblWhichData.Text = "Which data connection should your report use to connect to the database?";
  144. //
  145. // btnConnString
  146. //
  147. this.btnConnString.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  148. this.btnConnString.Location = new System.Drawing.Point(12, 202);
  149. this.btnConnString.Name = "btnConnString";
  150. this.btnConnString.Size = new System.Drawing.Size(15, 15);
  151. this.btnConnString.TabIndex = 2;
  152. this.btnConnString.UseCompatibleTextRendering = true;
  153. this.btnConnString.UseVisualStyleBackColor = true;
  154. this.btnConnString.Click += new System.EventHandler(this.btnConnString_Click);
  155. //
  156. // cbxConnections
  157. //
  158. this.cbxConnections.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  159. | System.Windows.Forms.AnchorStyles.Right)));
  160. this.cbxConnections.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  161. this.cbxConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  162. this.cbxConnections.FormattingEnabled = true;
  163. this.cbxConnections.Location = new System.Drawing.Point(12, 90);
  164. this.cbxConnections.Name = "cbxConnections";
  165. this.cbxConnections.Size = new System.Drawing.Size(290, 21);
  166. this.cbxConnections.TabIndex = 0;
  167. this.cbxConnections.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cbxConnections_DrawItem);
  168. this.cbxConnections.SelectedIndexChanged += new System.EventHandler(this.cbxConnections_SelectedIndexChanged);
  169. //
  170. // cbxCheckAll
  171. //
  172. this.cbxCheckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  173. this.cbxCheckAll.AutoSize = true;
  174. this.cbxCheckAll.Location = new System.Drawing.Point(12, 298);
  175. this.cbxCheckAll.Name = "cbxCheckAll";
  176. this.cbxCheckAll.Size = new System.Drawing.Size(68, 17);
  177. this.cbxCheckAll.TabIndex = 4;
  178. this.cbxCheckAll.Text = "Check all";
  179. this.cbxCheckAll.UseVisualStyleBackColor = true;
  180. this.cbxCheckAll.CheckedChanged += new System.EventHandler(this.cbxCheckAll_CheckedChanged);
  181. //
  182. // btnAddQuery
  183. //
  184. this.btnAddQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  185. this.btnAddQuery.AutoSize = true;
  186. this.btnAddQuery.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  187. this.btnAddQuery.Location = new System.Drawing.Point(353, 304);
  188. this.btnAddQuery.Name = "btnAddQuery";
  189. this.btnAddQuery.Size = new System.Drawing.Size(101, 23);
  190. this.btnAddQuery.TabIndex = 3;
  191. this.btnAddQuery.Text = "Add SQL query...";
  192. this.btnAddQuery.UseVisualStyleBackColor = true;
  193. this.btnAddQuery.Click += new System.EventHandler(this.btnAddTable_Click);
  194. //
  195. // lblWait
  196. //
  197. this.lblWait.BackColor = System.Drawing.SystemColors.Window;
  198. this.lblWait.Location = new System.Drawing.Point(348, 14);
  199. this.lblWait.Name = "lblWait";
  200. this.lblWait.Size = new System.Drawing.Size(100, 23);
  201. this.lblWait.TabIndex = 2;
  202. this.lblWait.Text = "Wait";
  203. this.lblWait.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  204. //
  205. // lblWhichTables
  206. //
  207. this.lblWhichTables.AutoSize = true;
  208. this.lblWhichTables.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  209. this.lblWhichTables.Location = new System.Drawing.Point(12, 14);
  210. this.lblWhichTables.Name = "lblWhichTables";
  211. this.lblWhichTables.Size = new System.Drawing.Size(221, 13);
  212. this.lblWhichTables.TabIndex = 1;
  213. this.lblWhichTables.Text = "Which tables you want in your report?";
  214. //
  215. // tvTables
  216. //
  217. this.tvTables.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218. | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.tvTables.CheckBoxes = true;
  221. this.tvTables.Location = new System.Drawing.Point(12, 42);
  222. this.tvTables.Name = "tvTables";
  223. this.tvTables.ShowLines = false;
  224. this.tvTables.Size = new System.Drawing.Size(442, 250);
  225. this.tvTables.TabIndex = 0;
  226. this.tvTables.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvTables_AfterCheck);
  227. this.tvTables.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvTables_BeforeExpand);
  228. //
  229. // pnDatabase
  230. //
  231. this.pnDatabase.Controls.Add(this.btnEditConnection);
  232. this.pnDatabase.Controls.Add(this.lblWhichData);
  233. this.pnDatabase.Controls.Add(this.lblConnString);
  234. this.pnDatabase.Controls.Add(this.cbxConnections);
  235. this.pnDatabase.Controls.Add(this.tbConnName);
  236. this.pnDatabase.Controls.Add(this.btnConnString);
  237. this.pnDatabase.Controls.Add(this.lblConnName);
  238. this.pnDatabase.Controls.Add(this.tbConnString);
  239. this.pnDatabase.Controls.Add(this.lblHint);
  240. this.pnDatabase.Controls.Add(this.btnNewConnection);
  241. this.pnDatabase.Dock = System.Windows.Forms.DockStyle.Fill;
  242. this.pnDatabase.Location = new System.Drawing.Point(0, 0);
  243. this.pnDatabase.Name = "pnDatabase";
  244. this.pnDatabase.Size = new System.Drawing.Size(465, 340);
  245. this.pnDatabase.TabIndex = 0;
  246. //
  247. // pnTables
  248. //
  249. this.pnTables.Controls.Add(this.lblWait);
  250. this.pnTables.Controls.Add(this.btnAddQuery);
  251. this.pnTables.Controls.Add(this.tvTables);
  252. this.pnTables.Controls.Add(this.lblWhichTables);
  253. this.pnTables.Controls.Add(this.cbxCheckAll);
  254. this.pnTables.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.pnTables.Location = new System.Drawing.Point(0, 0);
  256. this.pnTables.Name = "pnTables";
  257. this.pnTables.Size = new System.Drawing.Size(465, 340);
  258. this.pnTables.TabIndex = 1;
  259. //
  260. // DataWizardForm
  261. //
  262. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  263. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  264. this.ClientSize = new System.Drawing.Size(465, 453);
  265. this.Name = "DataWizardForm";
  266. this.Text = "Data Wizard";
  267. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DataWizardForm_FormClosed);
  268. this.pnTop.ResumeLayout(false);
  269. this.pnTop.PerformLayout();
  270. ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit();
  271. this.pnBottom.ResumeLayout(false);
  272. this.pcPages.ResumeLayout(false);
  273. this.pnDatabase.ResumeLayout(false);
  274. this.pnDatabase.PerformLayout();
  275. this.pnTables.ResumeLayout(false);
  276. this.pnTables.PerformLayout();
  277. this.ResumeLayout(false);
  278. }
  279. #endregion
  280. private System.Windows.Forms.TextBox tbConnName;
  281. private System.Windows.Forms.Label lblConnName;
  282. private System.Windows.Forms.Label lblHint;
  283. private System.Windows.Forms.Button btnNewConnection;
  284. private System.Windows.Forms.TextBox tbConnString;
  285. private System.Windows.Forms.Label lblWhichData;
  286. private System.Windows.Forms.Button btnConnString;
  287. private System.Windows.Forms.ComboBox cbxConnections;
  288. private System.Windows.Forms.Label lblWhichTables;
  289. private System.Windows.Forms.TreeView tvTables;
  290. private FastReport.Controls.LabelLine lblConnString;
  291. private System.Windows.Forms.Button btnEditConnection;
  292. private System.Windows.Forms.Label lblWait;
  293. private System.Windows.Forms.Button btnAddQuery;
  294. private System.Windows.Forms.Panel pnDatabase;
  295. private System.Windows.Forms.Panel pnTables;
  296. private System.Windows.Forms.CheckBox cbxCheckAll;
  297. }
  298. }