JsonDataSourceConnectionEditor.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. using FastReport.Controls;
  2. namespace FastReport.Data.ConnectionEditors
  3. {
  4. partial class JsonDataSourceConnectionEditor
  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 Component 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.gbConnection = new System.Windows.Forms.GroupBox();
  30. this.lbHeaders = new System.Windows.Forms.Label();
  31. this.dgvHeaders = new System.Windows.Forms.DataGridView();
  32. this.colHeader = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.colContent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.lbJsonSchema = new System.Windows.Forms.Label();
  35. this.tbJsonSchema = new FastReport.Controls.TextBoxButton();
  36. this.lbEncoding = new System.Windows.Forms.Label();
  37. this.cbEnconding = new System.Windows.Forms.ComboBox();
  38. this.lbJson = new System.Windows.Forms.Label();
  39. this.tbJson = new FastReport.Controls.TextBoxButton();
  40. this.cbSimpleStructure = new System.Windows.Forms.CheckBox();
  41. this.gbConnection.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.dgvHeaders)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // gbConnection
  46. //
  47. this.gbConnection.Controls.Add(this.cbSimpleStructure);
  48. this.gbConnection.Controls.Add(this.lbHeaders);
  49. this.gbConnection.Controls.Add(this.dgvHeaders);
  50. this.gbConnection.Controls.Add(this.lbJsonSchema);
  51. this.gbConnection.Controls.Add(this.tbJsonSchema);
  52. this.gbConnection.Controls.Add(this.lbEncoding);
  53. this.gbConnection.Controls.Add(this.cbEnconding);
  54. this.gbConnection.Controls.Add(this.lbJson);
  55. this.gbConnection.Controls.Add(this.tbJson);
  56. this.gbConnection.Location = new System.Drawing.Point(8, 4);
  57. this.gbConnection.Margin = new System.Windows.Forms.Padding(8, 4, 8, 4);
  58. this.gbConnection.Name = "gbConnection";
  59. this.gbConnection.Size = new System.Drawing.Size(320, 263);
  60. this.gbConnection.TabIndex = 0;
  61. this.gbConnection.TabStop = false;
  62. this.gbConnection.Text = "Connection settings";
  63. //
  64. // lbHeaders
  65. //
  66. this.lbHeaders.AutoSize = true;
  67. this.lbHeaders.Location = new System.Drawing.Point(8, 140);
  68. this.lbHeaders.Name = "lbHeaders";
  69. this.lbHeaders.Size = new System.Drawing.Size(47, 13);
  70. this.lbHeaders.TabIndex = 12;
  71. this.lbHeaders.Text = "Headers";
  72. //
  73. // dgvHeaders
  74. //
  75. this.dgvHeaders.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  76. this.dgvHeaders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  77. this.dgvHeaders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  78. this.colHeader,
  79. this.colContent});
  80. this.dgvHeaders.Location = new System.Drawing.Point(11, 156);
  81. this.dgvHeaders.Name = "dgvHeaders";
  82. this.dgvHeaders.RowHeadersVisible = false;
  83. this.dgvHeaders.Size = new System.Drawing.Size(303, 71);
  84. this.dgvHeaders.TabIndex = 4;
  85. //
  86. // colHeader
  87. //
  88. this.colHeader.HeaderText = "Header";
  89. this.colHeader.Name = "colHeader";
  90. //
  91. // colContent
  92. //
  93. this.colContent.HeaderText = "Content";
  94. this.colContent.Name = "colContent";
  95. //
  96. // lbJsonSchema
  97. //
  98. this.lbJsonSchema.AutoSize = true;
  99. this.lbJsonSchema.Location = new System.Drawing.Point(8, 94);
  100. this.lbJsonSchema.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
  101. this.lbJsonSchema.Name = "lbJsonSchema";
  102. this.lbJsonSchema.Size = new System.Drawing.Size(71, 13);
  103. this.lbJsonSchema.TabIndex = 10;
  104. this.lbJsonSchema.Text = "Json Schema";
  105. //
  106. // tbJsonSchema
  107. //
  108. this.tbJsonSchema.ButtonText = "...";
  109. this.tbJsonSchema.Image = null;
  110. this.tbJsonSchema.Location = new System.Drawing.Point(11, 110);
  111. this.tbJsonSchema.Margin = new System.Windows.Forms.Padding(8, 3, 3, 5);
  112. this.tbJsonSchema.Name = "tbJsonSchema";
  113. this.tbJsonSchema.Size = new System.Drawing.Size(303, 20);
  114. this.tbJsonSchema.TabIndex = 2;
  115. this.tbJsonSchema.ButtonClick += new System.EventHandler(this.BtnJsonSchema_Click);
  116. //
  117. // lbEncoding
  118. //
  119. this.lbEncoding.AutoSize = true;
  120. this.lbEncoding.Location = new System.Drawing.Point(8, 25);
  121. this.lbEncoding.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
  122. this.lbEncoding.Name = "lbEncoding";
  123. this.lbEncoding.Size = new System.Drawing.Size(52, 13);
  124. this.lbEncoding.TabIndex = 4;
  125. this.lbEncoding.Text = "Encoding";
  126. //
  127. // cbEnconding
  128. //
  129. this.cbEnconding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  130. this.cbEnconding.FormattingEnabled = true;
  131. this.cbEnconding.Location = new System.Drawing.Point(172, 22);
  132. this.cbEnconding.Margin = new System.Windows.Forms.Padding(3, 3, 8, 3);
  133. this.cbEnconding.Name = "cbEnconding";
  134. this.cbEnconding.Size = new System.Drawing.Size(142, 21);
  135. this.cbEnconding.TabIndex = 0;
  136. this.cbEnconding.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged);
  137. //
  138. // lbJson
  139. //
  140. this.lbJson.AutoSize = true;
  141. this.lbJson.Location = new System.Drawing.Point(8, 48);
  142. this.lbJson.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
  143. this.lbJson.Name = "lbJson";
  144. this.lbJson.Size = new System.Drawing.Size(32, 13);
  145. this.lbJson.TabIndex = 2;
  146. this.lbJson.Text = "Json ";
  147. //
  148. // tbJson
  149. //
  150. this.tbJson.ButtonText = "...";
  151. this.tbJson.Image = null;
  152. this.tbJson.Location = new System.Drawing.Point(11, 64);
  153. this.tbJson.Margin = new System.Windows.Forms.Padding(8, 3, 0, 5);
  154. this.tbJson.Name = "tbJson";
  155. this.tbJson.Size = new System.Drawing.Size(303, 20);
  156. this.tbJson.TabIndex = 1;
  157. this.tbJson.ButtonClick += new System.EventHandler(this.BtnJson_Click);
  158. //
  159. // cbSimpleStructure
  160. //
  161. this.cbSimpleStructure.AutoSize = true;
  162. this.cbSimpleStructure.Location = new System.Drawing.Point(11, 240);
  163. this.cbSimpleStructure.Name = "cbSimpleStructure";
  164. this.cbSimpleStructure.Size = new System.Drawing.Size(101, 17);
  165. this.cbSimpleStructure.TabIndex = 5;
  166. this.cbSimpleStructure.Text = "Simple structure";
  167. this.cbSimpleStructure.UseVisualStyleBackColor = true;
  168. //
  169. // JsonDataSourceConnectionEditor
  170. //
  171. this.Controls.Add(this.gbConnection);
  172. this.Name = "JsonDataSourceConnectionEditor";
  173. this.Size = new System.Drawing.Size(336, 279);
  174. this.gbConnection.ResumeLayout(false);
  175. this.gbConnection.PerformLayout();
  176. ((System.ComponentModel.ISupportInitialize)(this.dgvHeaders)).EndInit();
  177. this.ResumeLayout(false);
  178. }
  179. #endregion
  180. private System.Windows.Forms.GroupBox gbConnection;
  181. private TextBoxButton tbJson;
  182. private System.Windows.Forms.Label lbJson;
  183. private System.Windows.Forms.Label lbJsonSchema;
  184. private TextBoxButton tbJsonSchema;
  185. private System.Windows.Forms.Label lbEncoding;
  186. private System.Windows.Forms.ComboBox cbEnconding;
  187. private System.Windows.Forms.Label lbHeaders;
  188. private System.Windows.Forms.DataGridView dgvHeaders;
  189. private System.Windows.Forms.DataGridViewTextBoxColumn colHeader;
  190. private System.Windows.Forms.DataGridViewTextBoxColumn colContent;
  191. private System.Windows.Forms.CheckBox cbSimpleStructure;
  192. }
  193. }