MSChartObjectEditorForm.Designer.cs 7.0 KB

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