DataWizardForm.Designer.cs 16 KB

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