GroupBandEditorForm.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace FastReport.Forms
  2. {
  3. partial class GroupBandEditorForm
  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.gbCondition = new System.Windows.Forms.GroupBox();
  29. this.lblHint = new System.Windows.Forms.Label();
  30. this.cbxCondition = new FastReport.Controls.DataColumnComboBox();
  31. this.gbSettings = new System.Windows.Forms.GroupBox();
  32. this.cbxSort = new System.Windows.Forms.ComboBox();
  33. this.lblSort = new System.Windows.Forms.Label();
  34. this.gbCondition.SuspendLayout();
  35. this.gbSettings.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // btnOk
  39. //
  40. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  41. this.btnOk.Location = new System.Drawing.Point(189, 152);
  42. //
  43. // btnCancel
  44. //
  45. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  46. this.btnCancel.Location = new System.Drawing.Point(269, 152);
  47. //
  48. // gbCondition
  49. //
  50. this.gbCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  51. | System.Windows.Forms.AnchorStyles.Right)));
  52. this.gbCondition.Controls.Add(this.lblHint);
  53. this.gbCondition.Controls.Add(this.cbxCondition);
  54. this.gbCondition.Location = new System.Drawing.Point(8, 4);
  55. this.gbCondition.Name = "gbCondition";
  56. this.gbCondition.Size = new System.Drawing.Size(337, 76);
  57. this.gbCondition.TabIndex = 1;
  58. this.gbCondition.TabStop = false;
  59. this.gbCondition.Text = "Group condition";
  60. //
  61. // lblHint
  62. //
  63. this.lblHint.AutoSize = true;
  64. this.lblHint.Location = new System.Drawing.Point(12, 20);
  65. this.lblHint.Name = "lblHint";
  66. this.lblHint.Size = new System.Drawing.Size(209, 13);
  67. this.lblHint.TabIndex = 4;
  68. this.lblHint.Text = "Select data column or type an expression:";
  69. //
  70. // cbxCondition
  71. //
  72. this.cbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.cbxCondition.Location = new System.Drawing.Point(12, 40);
  75. this.cbxCondition.Name = "cbxCondition";
  76. this.cbxCondition.Size = new System.Drawing.Size(313, 21);
  77. this.cbxCondition.TabIndex = 3;
  78. //
  79. // gbSettings
  80. //
  81. this.gbSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  82. | System.Windows.Forms.AnchorStyles.Right)));
  83. this.gbSettings.Controls.Add(this.cbxSort);
  84. this.gbSettings.Controls.Add(this.lblSort);
  85. this.gbSettings.Location = new System.Drawing.Point(8, 84);
  86. this.gbSettings.Name = "gbSettings";
  87. this.gbSettings.Size = new System.Drawing.Size(337, 56);
  88. this.gbSettings.TabIndex = 2;
  89. this.gbSettings.TabStop = false;
  90. this.gbSettings.Text = "Settings";
  91. //
  92. // cbxSort
  93. //
  94. this.cbxSort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  95. this.cbxSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  96. this.cbxSort.FormattingEnabled = true;
  97. this.cbxSort.Location = new System.Drawing.Point(145, 20);
  98. this.cbxSort.Name = "cbxSort";
  99. this.cbxSort.Size = new System.Drawing.Size(180, 21);
  100. this.cbxSort.TabIndex = 1;
  101. //
  102. // lblSort
  103. //
  104. this.lblSort.AutoSize = true;
  105. this.lblSort.Location = new System.Drawing.Point(12, 24);
  106. this.lblSort.Name = "lblSort";
  107. this.lblSort.Size = new System.Drawing.Size(31, 13);
  108. this.lblSort.TabIndex = 0;
  109. this.lblSort.Text = "Sort:";
  110. //
  111. // GroupBandEditorForm
  112. //
  113. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  115. this.ClientSize = new System.Drawing.Size(353, 185);
  116. this.Controls.Add(this.gbSettings);
  117. this.Controls.Add(this.gbCondition);
  118. this.Name = "GroupBandEditorForm";
  119. this.Text = "Edit Group";
  120. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GroupBandEditorForm_FormClosed);
  121. this.Controls.SetChildIndex(this.btnCancel, 0);
  122. this.Controls.SetChildIndex(this.gbCondition, 0);
  123. this.Controls.SetChildIndex(this.btnOk, 0);
  124. this.Controls.SetChildIndex(this.gbSettings, 0);
  125. this.gbCondition.ResumeLayout(false);
  126. this.gbCondition.PerformLayout();
  127. this.gbSettings.ResumeLayout(false);
  128. this.gbSettings.PerformLayout();
  129. this.ResumeLayout(false);
  130. }
  131. #endregion
  132. private System.Windows.Forms.GroupBox gbCondition;
  133. private System.Windows.Forms.GroupBox gbSettings;
  134. private System.Windows.Forms.ComboBox cbxSort;
  135. private System.Windows.Forms.Label lblSort;
  136. private FastReport.Controls.DataColumnComboBox cbxCondition;
  137. private System.Windows.Forms.Label lblHint;
  138. }
  139. }