ConnectionForm.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class ConnectionForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.gbSelect = new System.Windows.Forms.GroupBox();
  30. this.cbAlwaysUse = new System.Windows.Forms.CheckBox();
  31. this.cbxConnections = new System.Windows.Forms.ComboBox();
  32. this.btnTest = new System.Windows.Forms.Button();
  33. this.cbLoginPrompt = new System.Windows.Forms.CheckBox();
  34. this.gbSelect.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // btnOk
  38. //
  39. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  40. this.btnOk.Location = new System.Drawing.Point(172, 119);
  41. //
  42. // btnCancel
  43. //
  44. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  45. this.btnCancel.Location = new System.Drawing.Point(252, 119);
  46. //
  47. // gbSelect
  48. //
  49. this.gbSelect.Controls.Add(this.cbAlwaysUse);
  50. this.gbSelect.Controls.Add(this.cbxConnections);
  51. this.gbSelect.Location = new System.Drawing.Point(8, 4);
  52. this.gbSelect.Name = "gbSelect";
  53. this.gbSelect.Size = new System.Drawing.Size(320, 76);
  54. this.gbSelect.TabIndex = 2;
  55. this.gbSelect.TabStop = false;
  56. this.gbSelect.Text = "Select connection type";
  57. //
  58. // cbAlwaysUse
  59. //
  60. this.cbAlwaysUse.AutoSize = true;
  61. this.cbAlwaysUse.Location = new System.Drawing.Point(12, 48);
  62. this.cbAlwaysUse.Name = "cbAlwaysUse";
  63. this.cbAlwaysUse.Size = new System.Drawing.Size(155, 17);
  64. this.cbAlwaysUse.TabIndex = 1;
  65. this.cbAlwaysUse.Text = "Always use this connection";
  66. this.cbAlwaysUse.UseVisualStyleBackColor = true;
  67. //
  68. // cbxConnections
  69. //
  70. this.cbxConnections.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  71. this.cbxConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  72. this.cbxConnections.FormattingEnabled = true;
  73. this.cbxConnections.Location = new System.Drawing.Point(12, 20);
  74. this.cbxConnections.Name = "cbxConnections";
  75. this.cbxConnections.Size = new System.Drawing.Size(296, 21);
  76. this.cbxConnections.TabIndex = 0;
  77. this.cbxConnections.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cbxConnections_DrawItem);
  78. this.cbxConnections.SelectedIndexChanged += new System.EventHandler(this.cbxConnections_SelectedIndexChanged);
  79. //
  80. // btnTest
  81. //
  82. this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  83. this.btnTest.Enabled = false;
  84. this.btnTest.Location = new System.Drawing.Point(8, 118);
  85. this.btnTest.Name = "btnTest";
  86. this.btnTest.Size = new System.Drawing.Size(93, 23);
  87. this.btnTest.TabIndex = 5;
  88. this.btnTest.Text = "Test connection";
  89. this.btnTest.UseVisualStyleBackColor = true;
  90. this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
  91. //
  92. // cbLoginPrompt
  93. //
  94. this.cbLoginPrompt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  95. this.cbLoginPrompt.AutoSize = true;
  96. this.cbLoginPrompt.Location = new System.Drawing.Point(8, 92);
  97. this.cbLoginPrompt.Name = "cbLoginPrompt";
  98. this.cbLoginPrompt.Size = new System.Drawing.Size(88, 17);
  99. this.cbLoginPrompt.TabIndex = 4;
  100. this.cbLoginPrompt.Text = "Login prompt";
  101. this.cbLoginPrompt.UseVisualStyleBackColor = true;
  102. //
  103. // ConnectionForm
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  107. this.ClientSize = new System.Drawing.Size(337, 151);
  108. this.Controls.Add(this.cbLoginPrompt);
  109. this.Controls.Add(this.btnTest);
  110. this.Controls.Add(this.gbSelect);
  111. this.Name = "ConnectionForm";
  112. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  113. this.Text = "Connection";
  114. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConnectionForm_FormClosing);
  115. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ConnectionForm_FormClosed);
  116. this.Controls.SetChildIndex(this.btnCancel, 0);
  117. this.Controls.SetChildIndex(this.btnOk, 0);
  118. this.Controls.SetChildIndex(this.gbSelect, 0);
  119. this.Controls.SetChildIndex(this.btnTest, 0);
  120. this.Controls.SetChildIndex(this.cbLoginPrompt, 0);
  121. this.gbSelect.ResumeLayout(false);
  122. this.gbSelect.PerformLayout();
  123. this.ResumeLayout(false);
  124. this.PerformLayout();
  125. }
  126. #endregion
  127. //Required for correct operation with the child form TabIndex = 2
  128. private System.Windows.Forms.GroupBox gbSelect;
  129. private System.Windows.Forms.ComboBox cbxConnections;
  130. private System.Windows.Forms.CheckBox cbAlwaysUse;
  131. private System.Windows.Forms.Button btnTest;
  132. private System.Windows.Forms.CheckBox cbLoginPrompt;
  133. }
  134. }