AdvancedConnectionPropertiesForm.Designer.cs 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. namespace FastReport.Forms
  2. {
  3. partial class AdvancedConnectionPropertiesForm
  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.frPropertyGrid1 = new System.Windows.Forms.PropertyGrid();
  29. this.SuspendLayout();
  30. //
  31. // btnOk
  32. //
  33. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  34. this.btnOk.Location = new System.Drawing.Point(132, 377);
  35. //
  36. // btnCancel
  37. //
  38. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  39. this.btnCancel.Location = new System.Drawing.Point(212, 377);
  40. //
  41. // frPropertyGrid1
  42. //
  43. this.frPropertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  44. | System.Windows.Forms.AnchorStyles.Left)
  45. | System.Windows.Forms.AnchorStyles.Right)));
  46. this.frPropertyGrid1.CommandsActiveLinkColor = System.Drawing.SystemColors.ActiveCaption;
  47. this.frPropertyGrid1.CommandsDisabledLinkColor = System.Drawing.SystemColors.ControlDark;
  48. this.frPropertyGrid1.CommandsLinkColor = System.Drawing.SystemColors.ActiveCaption;
  49. this.frPropertyGrid1.LineColor = System.Drawing.SystemColors.Control;
  50. this.frPropertyGrid1.Location = new System.Drawing.Point(8, 8);
  51. this.frPropertyGrid1.Name = "frPropertyGrid1";
  52. this.frPropertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Categorized;
  53. this.frPropertyGrid1.Size = new System.Drawing.Size(280, 357);
  54. this.frPropertyGrid1.TabIndex = 1;
  55. //
  56. // AdvancedConnectionPropertiesForm
  57. //
  58. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  59. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  60. this.ClientSize = new System.Drawing.Size(296, 411);
  61. this.Controls.Add(this.frPropertyGrid1);
  62. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
  63. this.Name = "AdvancedConnectionPropertiesForm";
  64. this.ShowIcon = false;
  65. this.Text = "Advanced Properties";
  66. this.Controls.SetChildIndex(this.btnOk, 0);
  67. this.Controls.SetChildIndex(this.btnCancel, 0);
  68. this.Controls.SetChildIndex(this.frPropertyGrid1, 0);
  69. this.ResumeLayout(false);
  70. }
  71. #endregion
  72. private System.Windows.Forms.PropertyGrid frPropertyGrid1;
  73. }
  74. }