ExpressionEditorForm.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace FastReport.Forms
  2. {
  3. partial class ExpressionEditorForm
  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(ExpressionEditorForm));
  30. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  31. this.tbText = new System.Windows.Forms.TextBox();
  32. this.tvData = new FastReport.Controls.DataTreeView();
  33. this.expandableSplitter1 = new System.Windows.Forms.Splitter();
  34. this.lblDescription = new FastReport.Controls.DescriptionControl();
  35. this.splitContainer1.Panel1.SuspendLayout();
  36. this.splitContainer1.Panel2.SuspendLayout();
  37. this.splitContainer1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // btnOk
  41. //
  42. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  43. this.btnOk.Location = new System.Drawing.Point(332, 296);
  44. //
  45. // btnCancel
  46. //
  47. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  48. this.btnCancel.Location = new System.Drawing.Point(412, 296);
  49. //
  50. // splitContainer1
  51. //
  52. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  53. | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  56. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  57. this.splitContainer1.Name = "splitContainer1";
  58. //
  59. // splitContainer1.Panel1
  60. //
  61. this.splitContainer1.Panel1.Controls.Add(this.tbText);
  62. //
  63. // splitContainer1.Panel2
  64. //
  65. this.splitContainer1.Panel2.Controls.Add(this.tvData);
  66. this.splitContainer1.Panel2.Controls.Add(this.expandableSplitter1);
  67. this.splitContainer1.Panel2.Controls.Add(this.lblDescription);
  68. this.splitContainer1.Size = new System.Drawing.Size(497, 284);
  69. this.splitContainer1.SplitterDistance = 321;
  70. this.splitContainer1.TabIndex = 1;
  71. this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
  72. //
  73. // tbText
  74. //
  75. this.tbText.AcceptsReturn = true;
  76. this.tbText.AcceptsTab = true;
  77. this.tbText.AllowDrop = true;
  78. this.tbText.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.tbText.HideSelection = false;
  80. this.tbText.Location = new System.Drawing.Point(0, 0);
  81. this.tbText.MaxLength = 0;
  82. this.tbText.Multiline = true;
  83. this.tbText.Name = "tbText";
  84. this.tbText.Size = new System.Drawing.Size(321, 284);
  85. this.tbText.TabIndex = 0;
  86. this.tbText.DragDrop += new System.Windows.Forms.DragEventHandler(this.tbText_DragDrop);
  87. this.tbText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbText_KeyDown);
  88. this.tbText.DragOver += new System.Windows.Forms.DragEventHandler(this.tbText_DragOver);
  89. //
  90. // tvData
  91. //
  92. this.tvData.AllowDrop = true;
  93. this.tvData.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.tvData.ImageIndex = 0;
  95. this.tvData.Location = new System.Drawing.Point(0, 0);
  96. this.tvData.Name = "tvData";
  97. this.tvData.SelectedImageIndex = 0;
  98. this.tvData.ShowColumns = true;
  99. this.tvData.ShowDataSources = true;
  100. this.tvData.ShowCustomItems = true;
  101. this.tvData.ShowEnabledOnly = true;
  102. this.tvData.ShowFunctions = true;
  103. this.tvData.ShowNone = false;
  104. this.tvData.ShowParameters = true;
  105. this.tvData.ShowRelations = true;
  106. this.tvData.ShowTotals = true;
  107. this.tvData.ShowVariables = true;
  108. this.tvData.Size = new System.Drawing.Size(172, 181);
  109. this.tvData.TabIndex = 0;
  110. this.tvData.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvData_NodeMouseDoubleClick);
  111. this.tvData.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvData_AfterSelect);
  112. this.tvData.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvData_ItemDrag);
  113. //
  114. // expandableSplitter1
  115. //
  116. this.expandableSplitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
  117. this.expandableSplitter1.Location = new System.Drawing.Point(0, 181);
  118. this.expandableSplitter1.Name = "expandableSplitter1";
  119. this.expandableSplitter1.Size = new System.Drawing.Size(172, 3);
  120. this.expandableSplitter1.TabIndex = 2;
  121. this.expandableSplitter1.TabStop = false;
  122. this.expandableSplitter1.Visible = false;
  123. //
  124. // lblDescription
  125. //
  126. this.lblDescription.AutoScroll = true;
  127. this.lblDescription.BackColor = System.Drawing.SystemColors.Window;
  128. this.lblDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
  129. this.lblDescription.Location = new System.Drawing.Point(0, 184);
  130. this.lblDescription.Name = "lblDescription";
  131. this.lblDescription.Size = new System.Drawing.Size(172, 100);
  132. this.lblDescription.TabIndex = 1;
  133. this.lblDescription.Visible = false;
  134. //
  135. // ExpressionEditorForm
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  139. this.ClientSize = new System.Drawing.Size(497, 328);
  140. this.Controls.Add(this.splitContainer1);
  141. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
  142. this.MinimumSize = new System.Drawing.Size(360, 230);
  143. this.Name = "ExpressionEditorForm";
  144. this.ShowIcon = false;
  145. this.Text = "Edit Expression";
  146. this.Shown += new System.EventHandler(this.TextEditorForm_Shown);
  147. this.Controls.SetChildIndex(this.btnCancel, 0);
  148. this.Controls.SetChildIndex(this.btnOk, 0);
  149. this.Controls.SetChildIndex(this.splitContainer1, 0);
  150. this.splitContainer1.Panel1.ResumeLayout(false);
  151. this.splitContainer1.Panel1.PerformLayout();
  152. this.splitContainer1.Panel2.ResumeLayout(false);
  153. this.splitContainer1.ResumeLayout(false);
  154. this.ResumeLayout(false);
  155. }
  156. #endregion
  157. private System.Windows.Forms.SplitContainer splitContainer1;
  158. private System.Windows.Forms.TextBox tbText;
  159. private FastReport.Controls.DataTreeView tvData;
  160. private System.Windows.Forms.Splitter expandableSplitter1;
  161. private FastReport.Controls.DescriptionControl lblDescription;
  162. }
  163. }