F_Organization.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. namespace Dongke.IBOSS.PRD.Client.Controls.SearchBox
  2. {
  3. partial class F_Organization
  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.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  29. this.lblOrganizationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtOrganizationName = new System.Windows.Forms.TextBox();
  31. this.txtOrganizationCode = new System.Windows.Forms.TextBox();
  32. this.grpQueryConditions.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).BeginInit();
  34. this.splSplitContainer.SuspendLayout();
  35. this.pnlBack.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // btnCancel
  39. //
  40. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  41. //
  42. // btnOK
  43. //
  44. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  45. //
  46. // grpQueryConditions
  47. //
  48. this.grpQueryConditions.Controls.Add(this.lblOrganizationName);
  49. this.grpQueryConditions.Controls.Add(this.lblOrganizationCode);
  50. this.grpQueryConditions.Controls.Add(this.txtOrganizationName);
  51. this.grpQueryConditions.Controls.Add(this.txtOrganizationCode);
  52. //
  53. // lblOrganizationName
  54. //
  55. this.lblOrganizationName.AutoSize = true;
  56. this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent;
  57. this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.lblOrganizationName.ForeColor = System.Drawing.SystemColors.ControlText;
  59. this.lblOrganizationName.Location = new System.Drawing.Point(214, 26);
  60. this.lblOrganizationName.Name = "lblOrganizationName";
  61. this.lblOrganizationName.Size = new System.Drawing.Size(77, 12);
  62. this.lblOrganizationName.TabIndex = 6;
  63. this.lblOrganizationName.Text = "组织机构名称";
  64. //
  65. // lblOrganizationCode
  66. //
  67. this.lblOrganizationCode.AutoSize = true;
  68. this.lblOrganizationCode.BackColor = System.Drawing.Color.Transparent;
  69. this.lblOrganizationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.lblOrganizationCode.ForeColor = System.Drawing.SystemColors.ControlText;
  71. this.lblOrganizationCode.Location = new System.Drawing.Point(6, 26);
  72. this.lblOrganizationCode.Name = "lblOrganizationCode";
  73. this.lblOrganizationCode.Size = new System.Drawing.Size(77, 12);
  74. this.lblOrganizationCode.TabIndex = 4;
  75. this.lblOrganizationCode.Text = "组织机构编码";
  76. //
  77. // txtOrganizationName
  78. //
  79. this.txtOrganizationName.Font = new System.Drawing.Font("宋体", 9F);
  80. this.txtOrganizationName.Location = new System.Drawing.Point(297, 22);
  81. this.txtOrganizationName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  82. this.txtOrganizationName.MaxLength = 20;
  83. this.txtOrganizationName.Name = "txtOrganizationName";
  84. this.txtOrganizationName.Size = new System.Drawing.Size(122, 21);
  85. this.txtOrganizationName.TabIndex = 7;
  86. //
  87. // txtOrganizationCode
  88. //
  89. this.txtOrganizationCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  90. this.txtOrganizationCode.Font = new System.Drawing.Font("宋体", 9F);
  91. this.txtOrganizationCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  92. this.txtOrganizationCode.Location = new System.Drawing.Point(86, 22);
  93. this.txtOrganizationCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  94. this.txtOrganizationCode.MaxLength = 21;
  95. this.txtOrganizationCode.Name = "txtOrganizationCode";
  96. this.txtOrganizationCode.Size = new System.Drawing.Size(122, 21);
  97. this.txtOrganizationCode.TabIndex = 5;
  98. //
  99. // F_Organization
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(484, 462);
  104. this.Name = "F_Organization";
  105. this.Text = "组织机构";
  106. this.grpQueryConditions.ResumeLayout(false);
  107. this.grpQueryConditions.PerformLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).EndInit();
  109. this.splSplitContainer.ResumeLayout(false);
  110. this.pnlBack.ResumeLayout(false);
  111. this.ResumeLayout(false);
  112. this.PerformLayout();
  113. }
  114. #endregion
  115. private Basics.BaseControls.C_Label lblOrganizationName;
  116. private Basics.BaseControls.C_Label lblOrganizationCode;
  117. private System.Windows.Forms.TextBox txtOrganizationName;
  118. private System.Windows.Forms.TextBox txtOrganizationCode;
  119. }
  120. }