GroupExpertForm.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. namespace FastReport.Forms
  2. {
  3. partial class GroupExpertForm
  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.lbGroups = new System.Windows.Forms.ListBox();
  29. this.btnUp = new System.Windows.Forms.Button();
  30. this.btnDown = new System.Windows.Forms.Button();
  31. this.gbGroupCondition = new System.Windows.Forms.GroupBox();
  32. this.cbxDataColumn = new FastReport.Controls.DataColumnComboBox();
  33. this.lblHint = new System.Windows.Forms.Label();
  34. this.btnAdd = new System.Windows.Forms.Button();
  35. this.gbGroups = new System.Windows.Forms.GroupBox();
  36. this.btnDelete = new System.Windows.Forms.Button();
  37. this.btnEdit = new System.Windows.Forms.Button();
  38. this.gbGroupCondition.SuspendLayout();
  39. this.gbGroups.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // btnOk
  43. //
  44. this.btnOk.Location = new System.Drawing.Point(216, 252);
  45. //
  46. // btnCancel
  47. //
  48. this.btnCancel.Location = new System.Drawing.Point(296, 252);
  49. //
  50. // lbGroups
  51. //
  52. this.lbGroups.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  53. this.lbGroups.FormattingEnabled = true;
  54. this.lbGroups.IntegralHeight = false;
  55. this.lbGroups.Location = new System.Drawing.Point(12, 20);
  56. this.lbGroups.Name = "lbGroups";
  57. this.lbGroups.Size = new System.Drawing.Size(252, 112);
  58. this.lbGroups.TabIndex = 6;
  59. this.lbGroups.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lbGroups_DrawItem);
  60. this.lbGroups.SelectedIndexChanged += new System.EventHandler(this.lbGroups_SelectedIndexChanged);
  61. //
  62. // btnUp
  63. //
  64. this.btnUp.Location = new System.Drawing.Point(276, 84);
  65. this.btnUp.Name = "btnUp";
  66. this.btnUp.Size = new System.Drawing.Size(24, 23);
  67. this.btnUp.TabIndex = 5;
  68. this.btnUp.UseVisualStyleBackColor = true;
  69. this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  70. //
  71. // btnDown
  72. //
  73. this.btnDown.Location = new System.Drawing.Point(276, 108);
  74. this.btnDown.Name = "btnDown";
  75. this.btnDown.Size = new System.Drawing.Size(24, 23);
  76. this.btnDown.TabIndex = 5;
  77. this.btnDown.UseVisualStyleBackColor = true;
  78. this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
  79. //
  80. // gbGroupCondition
  81. //
  82. this.gbGroupCondition.Controls.Add(this.btnAdd);
  83. this.gbGroupCondition.Controls.Add(this.cbxDataColumn);
  84. this.gbGroupCondition.Controls.Add(this.lblHint);
  85. this.gbGroupCondition.Location = new System.Drawing.Point(8, 4);
  86. this.gbGroupCondition.Name = "gbGroupCondition";
  87. this.gbGroupCondition.Size = new System.Drawing.Size(364, 88);
  88. this.gbGroupCondition.TabIndex = 7;
  89. this.gbGroupCondition.TabStop = false;
  90. this.gbGroupCondition.Text = "Group condition";
  91. //
  92. // cbxDataColumn
  93. //
  94. this.cbxDataColumn.Location = new System.Drawing.Point(12, 52);
  95. this.cbxDataColumn.Name = "cbxDataColumn";
  96. this.cbxDataColumn.Size = new System.Drawing.Size(252, 21);
  97. this.cbxDataColumn.TabIndex = 5;
  98. //
  99. // lblHint
  100. //
  101. this.lblHint.Location = new System.Drawing.Point(12, 20);
  102. this.lblHint.Name = "lblHint";
  103. this.lblHint.Size = new System.Drawing.Size(336, 28);
  104. this.lblHint.TabIndex = 4;
  105. this.lblHint.Text = "Select a data column or type an expression, then press \"Add\" button to add a new " +
  106. "group.";
  107. //
  108. // btnAdd
  109. //
  110. this.btnAdd.Location = new System.Drawing.Point(276, 52);
  111. this.btnAdd.Name = "btnAdd";
  112. this.btnAdd.Size = new System.Drawing.Size(75, 23);
  113. this.btnAdd.TabIndex = 3;
  114. this.btnAdd.Text = "Add";
  115. this.btnAdd.UseVisualStyleBackColor = true;
  116. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  117. //
  118. // gbGroups
  119. //
  120. this.gbGroups.Controls.Add(this.btnDelete);
  121. this.gbGroups.Controls.Add(this.btnEdit);
  122. this.gbGroups.Controls.Add(this.btnDown);
  123. this.gbGroups.Controls.Add(this.lbGroups);
  124. this.gbGroups.Controls.Add(this.btnUp);
  125. this.gbGroups.Location = new System.Drawing.Point(8, 96);
  126. this.gbGroups.Name = "gbGroups";
  127. this.gbGroups.Size = new System.Drawing.Size(364, 144);
  128. this.gbGroups.TabIndex = 8;
  129. this.gbGroups.TabStop = false;
  130. this.gbGroups.Text = "Groups";
  131. //
  132. // btnDelete
  133. //
  134. this.btnDelete.Location = new System.Drawing.Point(276, 48);
  135. this.btnDelete.Name = "btnDelete";
  136. this.btnDelete.Size = new System.Drawing.Size(75, 23);
  137. this.btnDelete.TabIndex = 8;
  138. this.btnDelete.Text = "Delete";
  139. this.btnDelete.UseVisualStyleBackColor = true;
  140. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  141. //
  142. // btnEdit
  143. //
  144. this.btnEdit.Location = new System.Drawing.Point(276, 20);
  145. this.btnEdit.Name = "btnEdit";
  146. this.btnEdit.Size = new System.Drawing.Size(75, 23);
  147. this.btnEdit.TabIndex = 7;
  148. this.btnEdit.Text = "Edit...";
  149. this.btnEdit.UseVisualStyleBackColor = true;
  150. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  151. //
  152. // GroupExpertForm
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  156. this.ClientSize = new System.Drawing.Size(380, 284);
  157. this.Controls.Add(this.gbGroups);
  158. this.Controls.Add(this.gbGroupCondition);
  159. this.Name = "GroupExpertForm";
  160. this.Text = "Group Expert";
  161. this.Shown += new System.EventHandler(this.GroupExpertForm_Shown);
  162. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GroupExpertForm_FormClosed);
  163. this.Controls.SetChildIndex(this.btnCancel, 0);
  164. this.Controls.SetChildIndex(this.btnOk, 0);
  165. this.Controls.SetChildIndex(this.gbGroupCondition, 0);
  166. this.Controls.SetChildIndex(this.gbGroups, 0);
  167. this.gbGroupCondition.ResumeLayout(false);
  168. this.gbGroups.ResumeLayout(false);
  169. this.ResumeLayout(false);
  170. }
  171. #endregion
  172. private System.Windows.Forms.ListBox lbGroups;
  173. private System.Windows.Forms.Button btnUp;
  174. private System.Windows.Forms.Button btnDown;
  175. private System.Windows.Forms.GroupBox gbGroupCondition;
  176. private System.Windows.Forms.GroupBox gbGroups;
  177. private System.Windows.Forms.Button btnAdd;
  178. private System.Windows.Forms.Button btnDelete;
  179. private System.Windows.Forms.Button btnEdit;
  180. private System.Windows.Forms.Label lblHint;
  181. private FastReport.Controls.DataColumnComboBox cbxDataColumn;
  182. }
  183. }