JoinEditorForm.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. namespace FastReport.FastQueryBuilder
  2. {
  3. partial class JoinEditorForm
  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.comboBox2 = new System.Windows.Forms.ComboBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  37. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.comboBox1 = new System.Windows.Forms.ComboBox();
  41. this.tableLayoutPanel1.SuspendLayout();
  42. this.tableLayoutPanel3.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // comboBox2
  46. //
  47. this.comboBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  49. this.comboBox2.FormattingEnabled = true;
  50. this.comboBox2.Location = new System.Drawing.Point(46, 4);
  51. this.comboBox2.Name = "comboBox2";
  52. this.comboBox2.Size = new System.Drawing.Size(110, 21);
  53. this.comboBox2.TabIndex = 1;
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.label1.Location = new System.Drawing.Point(4, 1);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(35, 27);
  63. this.label1.TabIndex = 2;
  64. this.label1.Text = "label1";
  65. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  66. //
  67. // label2
  68. //
  69. this.label2.AutoSize = true;
  70. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.label2.Location = new System.Drawing.Point(163, 1);
  73. this.label2.Name = "label2";
  74. this.label2.Size = new System.Drawing.Size(47, 27);
  75. this.label2.TabIndex = 3;
  76. this.label2.Text = "label2";
  77. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  78. //
  79. // button1
  80. //
  81. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  82. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  83. this.button1.Location = new System.Drawing.Point(145, 120);
  84. this.button1.Name = "button1";
  85. this.button1.Size = new System.Drawing.Size(75, 23);
  86. this.button1.TabIndex = 4;
  87. this.button1.Text = "Ok";
  88. this.button1.UseVisualStyleBackColor = true;
  89. //
  90. // button2
  91. //
  92. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  93. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  94. this.button2.Location = new System.Drawing.Point(224, 120);
  95. this.button2.Name = "button2";
  96. this.button2.Size = new System.Drawing.Size(75, 23);
  97. this.button2.TabIndex = 5;
  98. this.button2.Text = "Cancel";
  99. this.button2.UseVisualStyleBackColor = true;
  100. //
  101. // tableLayoutPanel1
  102. //
  103. this.tableLayoutPanel1.AutoSize = true;
  104. this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  105. this.tableLayoutPanel1.ColumnCount = 3;
  106. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  107. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  108. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  109. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  110. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  111. this.tableLayoutPanel1.Controls.Add(this.comboBox2, 1, 0);
  112. this.tableLayoutPanel1.Location = new System.Drawing.Point(19, 26);
  113. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  114. this.tableLayoutPanel1.RowCount = 1;
  115. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  116. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  117. this.tableLayoutPanel1.Size = new System.Drawing.Size(214, 29);
  118. this.tableLayoutPanel1.TabIndex = 6;
  119. //
  120. // label3
  121. //
  122. this.label3.AutoSize = true;
  123. this.label3.Location = new System.Drawing.Point(16, 10);
  124. this.label3.Name = "label3";
  125. this.label3.Size = new System.Drawing.Size(42, 13);
  126. this.label3.TabIndex = 7;
  127. this.label3.Text = "Tables:";
  128. //
  129. // label4
  130. //
  131. this.label4.AutoSize = true;
  132. this.label4.Location = new System.Drawing.Point(16, 58);
  133. this.label4.Name = "label4";
  134. this.label4.Size = new System.Drawing.Size(61, 13);
  135. this.label4.TabIndex = 8;
  136. this.label4.Text = "Conditions:";
  137. //
  138. // tableLayoutPanel2
  139. //
  140. this.tableLayoutPanel2.AutoSize = true;
  141. this.tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  142. this.tableLayoutPanel2.ColumnCount = 3;
  143. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  144. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  145. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  146. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  147. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  148. this.tableLayoutPanel2.RowCount = 1;
  149. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  150. this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
  151. this.tableLayoutPanel2.TabIndex = 0;
  152. //
  153. // tableLayoutPanel3
  154. //
  155. this.tableLayoutPanel3.AutoSize = true;
  156. this.tableLayoutPanel3.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  157. this.tableLayoutPanel3.ColumnCount = 3;
  158. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  159. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  160. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  161. this.tableLayoutPanel3.Controls.Add(this.label5, 2, 0);
  162. this.tableLayoutPanel3.Controls.Add(this.label6, 0, 0);
  163. this.tableLayoutPanel3.Controls.Add(this.comboBox1, 1, 0);
  164. this.tableLayoutPanel3.Location = new System.Drawing.Point(19, 74);
  165. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  166. this.tableLayoutPanel3.RowCount = 1;
  167. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  168. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  169. this.tableLayoutPanel3.Size = new System.Drawing.Size(225, 29);
  170. this.tableLayoutPanel3.TabIndex = 9;
  171. //
  172. // label5
  173. //
  174. this.label5.AutoSize = true;
  175. this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  177. this.label5.Location = new System.Drawing.Point(183, 1);
  178. this.label5.Name = "label5";
  179. this.label5.Size = new System.Drawing.Size(38, 27);
  180. this.label5.TabIndex = 3;
  181. this.label5.Text = "label5";
  182. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  183. //
  184. // label6
  185. //
  186. this.label6.AutoSize = true;
  187. this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  189. this.label6.Location = new System.Drawing.Point(4, 1);
  190. this.label6.Name = "label6";
  191. this.label6.Size = new System.Drawing.Size(35, 27);
  192. this.label6.TabIndex = 2;
  193. this.label6.Text = "label6";
  194. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  195. //
  196. // comboBox1
  197. //
  198. this.comboBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  200. this.comboBox1.FormattingEnabled = true;
  201. this.comboBox1.Location = new System.Drawing.Point(46, 4);
  202. this.comboBox1.Name = "comboBox1";
  203. this.comboBox1.Size = new System.Drawing.Size(130, 21);
  204. this.comboBox1.TabIndex = 1;
  205. //
  206. // JoinEditorForm
  207. //
  208. this.AcceptButton = this.button1;
  209. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  210. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  211. this.CancelButton = this.button2;
  212. this.ClientSize = new System.Drawing.Size(313, 155);
  213. this.Controls.Add(this.tableLayoutPanel3);
  214. this.Controls.Add(this.label4);
  215. this.Controls.Add(this.label3);
  216. this.Controls.Add(this.tableLayoutPanel1);
  217. this.Controls.Add(this.button2);
  218. this.Controls.Add(this.button1);
  219. this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  220. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  221. this.Name = "JoinEditorForm";
  222. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  223. this.Text = "Join Editor";
  224. this.Load += new System.EventHandler(this.JoinEditorForm_Load);
  225. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.JoinEditorForm_FormClosed);
  226. this.tableLayoutPanel1.ResumeLayout(false);
  227. this.tableLayoutPanel1.PerformLayout();
  228. this.tableLayoutPanel3.ResumeLayout(false);
  229. this.tableLayoutPanel3.PerformLayout();
  230. this.ResumeLayout(false);
  231. this.PerformLayout();
  232. }
  233. #endregion
  234. private System.Windows.Forms.ComboBox comboBox2;
  235. private System.Windows.Forms.Label label1;
  236. private System.Windows.Forms.Label label2;
  237. private System.Windows.Forms.Button button1;
  238. private System.Windows.Forms.Button button2;
  239. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  240. private System.Windows.Forms.Label label3;
  241. private System.Windows.Forms.Label label4;
  242. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  243. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  244. private System.Windows.Forms.Label label5;
  245. private System.Windows.Forms.Label label6;
  246. private System.Windows.Forms.ComboBox comboBox1;
  247. }
  248. }