ScbSearch2Box.Designer.cs 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. namespace Dongke.WinForm.Controls
  2. {
  3. partial class ScbSearch2Box
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing)
  16. {
  17. if (components != null)
  18. {
  19. components.Dispose();
  20. }
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region 组件设计器生成的代码
  25. /// <summary>
  26. /// 设计器支持所需的方法 - 不要
  27. /// 使用代码编辑器修改此方法的内容。
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.txtCondition2 = new Dongke.WinForm.Controls.TxtTextBox();
  32. this.SuspendLayout();
  33. //
  34. // btnSearch
  35. //
  36. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  37. this.btnSearch.Dock = System.Windows.Forms.DockStyle.None;
  38. this.btnSearch.TabIndex = 2;
  39. //
  40. // txtCondition1
  41. //
  42. this.txtCondition1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  43. | System.Windows.Forms.AnchorStyles.Right)));
  44. //
  45. // txtCondition2
  46. //
  47. this.txtCondition2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  48. | System.Windows.Forms.AnchorStyles.Left)
  49. | System.Windows.Forms.AnchorStyles.Right)));
  50. this.txtCondition2.Location = new System.Drawing.Point(0, 24);
  51. this.txtCondition2.Name = "txtCondition2";
  52. this.txtCondition2.ReadOnly = true;
  53. this.txtCondition2.Size = new System.Drawing.Size(124, 21);
  54. this.txtCondition2.TabIndex = 1;
  55. //
  56. // ScbSearch2Box
  57. //
  58. this.BackColor = System.Drawing.SystemColors.Control;
  59. this.Controls.Add(this.txtCondition2);
  60. this.Name = "ScbSearch2Box";
  61. this.Size = new System.Drawing.Size(124, 45);
  62. this.Controls.SetChildIndex(this.txtCondition2, 0);
  63. this.Controls.SetChildIndex(this.btnSearch, 0);
  64. this.Controls.SetChildIndex(this.txtCondition1, 0);
  65. this.ResumeLayout(false);
  66. this.PerformLayout();
  67. }
  68. #endregion
  69. /// <summary>
  70. /// 查询条件2
  71. /// </summary>
  72. protected TxtTextBox txtCondition2;
  73. }
  74. }