MSChartObjectEditorForm.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. namespace FastReport.MSChart
  2. {
  3. partial class MSChartObjectEditorForm
  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.btnDown = new System.Windows.Forms.Button();
  29. this.btnUp = new System.Windows.Forms.Button();
  30. this.btnDelete = new System.Windows.Forms.Button();
  31. this.btnAdd = new System.Windows.Forms.Button();
  32. this.tvChart = new System.Windows.Forms.TreeView();
  33. this.pnSample = new System.Windows.Forms.Panel();
  34. this.pcSeries = new FastReport.Controls.PageControl();
  35. this.pageControlPage1 = new FastReport.Controls.PageControlPage();
  36. this.lblHint = new System.Windows.Forms.Label();
  37. this.pcSeries.SuspendLayout();
  38. this.pageControlPage1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // btnOk
  42. //
  43. this.btnOk.Location = new System.Drawing.Point(628, 528);
  44. //
  45. // btnCancel
  46. //
  47. this.btnCancel.Location = new System.Drawing.Point(708, 528);
  48. //
  49. // btnDown
  50. //
  51. this.btnDown.Location = new System.Drawing.Point(280, 216);
  52. this.btnDown.Name = "btnDown";
  53. this.btnDown.Size = new System.Drawing.Size(24, 23);
  54. this.btnDown.TabIndex = 11;
  55. this.btnDown.UseVisualStyleBackColor = true;
  56. this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
  57. //
  58. // btnUp
  59. //
  60. this.btnUp.Location = new System.Drawing.Point(252, 216);
  61. this.btnUp.Name = "btnUp";
  62. this.btnUp.Size = new System.Drawing.Size(24, 23);
  63. this.btnUp.TabIndex = 10;
  64. this.btnUp.UseVisualStyleBackColor = true;
  65. this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  66. //
  67. // btnDelete
  68. //
  69. this.btnDelete.Location = new System.Drawing.Point(96, 216);
  70. this.btnDelete.Name = "btnDelete";
  71. this.btnDelete.Size = new System.Drawing.Size(75, 23);
  72. this.btnDelete.TabIndex = 9;
  73. this.btnDelete.Text = "Delete";
  74. this.btnDelete.UseVisualStyleBackColor = true;
  75. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  76. //
  77. // btnAdd
  78. //
  79. this.btnAdd.Location = new System.Drawing.Point(16, 216);
  80. this.btnAdd.Name = "btnAdd";
  81. this.btnAdd.Size = new System.Drawing.Size(75, 23);
  82. this.btnAdd.TabIndex = 8;
  83. this.btnAdd.Text = "Add...";
  84. this.btnAdd.UseVisualStyleBackColor = true;
  85. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  86. //
  87. // tvChart
  88. //
  89. this.tvChart.HideSelection = false;
  90. this.tvChart.Location = new System.Drawing.Point(16, 36);
  91. this.tvChart.Name = "tvChart";
  92. this.tvChart.ShowRootLines = false;
  93. this.tvChart.Size = new System.Drawing.Size(288, 168);
  94. this.tvChart.TabIndex = 12;
  95. this.tvChart.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvChart_AfterSelect);
  96. //
  97. // pnSample
  98. //
  99. this.pnSample.Cursor = System.Windows.Forms.Cursors.Hand;
  100. this.pnSample.Location = new System.Drawing.Point(16, 252);
  101. this.pnSample.Name = "pnSample";
  102. this.pnSample.Size = new System.Drawing.Size(288, 232);
  103. this.pnSample.TabIndex = 13;
  104. this.pnSample.Paint += new System.Windows.Forms.PaintEventHandler(this.pnSample_Paint);
  105. this.pnSample.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pnSample_MouseDown);
  106. //
  107. // pcSeries
  108. //
  109. this.pcSeries.Controls.Add(this.pageControlPage1);
  110. this.pcSeries.Location = new System.Drawing.Point(12, 12);
  111. this.pcSeries.Name = "pcSeries";
  112. this.pcSeries.SelectorWidth = 1;
  113. this.pcSeries.Size = new System.Drawing.Size(324, 504);
  114. this.pcSeries.TabIndex = 14;
  115. this.pcSeries.Text = "pageControl1";
  116. //
  117. // pageControlPage1
  118. //
  119. this.pageControlPage1.BackColor = System.Drawing.SystemColors.Window;
  120. this.pageControlPage1.Controls.Add(this.lblHint);
  121. this.pageControlPage1.Controls.Add(this.tvChart);
  122. this.pageControlPage1.Controls.Add(this.pnSample);
  123. this.pageControlPage1.Controls.Add(this.btnUp);
  124. this.pageControlPage1.Controls.Add(this.btnDown);
  125. this.pageControlPage1.Controls.Add(this.btnDelete);
  126. this.pageControlPage1.Controls.Add(this.btnAdd);
  127. this.pageControlPage1.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.pageControlPage1.Location = new System.Drawing.Point(1, 1);
  129. this.pageControlPage1.Name = "pageControlPage1";
  130. this.pageControlPage1.Size = new System.Drawing.Size(322, 502);
  131. this.pageControlPage1.TabIndex = 0;
  132. this.pageControlPage1.Text = "Page1";
  133. //
  134. // lblHint
  135. //
  136. this.lblHint.AutoSize = true;
  137. this.lblHint.Location = new System.Drawing.Point(16, 12);
  138. this.lblHint.Name = "lblHint";
  139. this.lblHint.Size = new System.Drawing.Size(182, 13);
  140. this.lblHint.TabIndex = 14;
  141. this.lblHint.Text = "Click an item to set up its properties.";
  142. //
  143. // MSChartObjectEditorForm
  144. //
  145. this.AcceptButton = null;
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  148. this.ClientSize = new System.Drawing.Size(794, 562);
  149. this.Controls.Add(this.pcSeries);
  150. this.Name = "MSChartObjectEditorForm";
  151. this.Text = "Chart Editor";
  152. this.Shown += new System.EventHandler(this.MSChartObjectEditorForm_Shown);
  153. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MSChartObjectEditorForm_FormClosed);
  154. this.Controls.SetChildIndex(this.btnOk, 0);
  155. this.Controls.SetChildIndex(this.btnCancel, 0);
  156. this.Controls.SetChildIndex(this.pcSeries, 0);
  157. this.pcSeries.ResumeLayout(false);
  158. this.pageControlPage1.ResumeLayout(false);
  159. this.pageControlPage1.PerformLayout();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private System.Windows.Forms.Button btnDown;
  164. private System.Windows.Forms.Button btnUp;
  165. private System.Windows.Forms.Button btnDelete;
  166. private System.Windows.Forms.Button btnAdd;
  167. private System.Windows.Forms.TreeView tvChart;
  168. private System.Windows.Forms.Panel pnSample;
  169. private FastReport.Controls.PageControl pcSeries;
  170. private FastReport.Controls.PageControlPage pageControlPage1;
  171. private System.Windows.Forms.Label lblHint;
  172. }
  173. }