ConditionQueryOutlaySetSmallForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. namespace LYFZ.Software.UI.FinancialManagement.SetSmallForm
  2. {
  3. partial class ConditionQueryOutlaySetSmallForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConditionQueryOutlaySetSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.cmbtreevItemName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  33. this.cmbtreevWithdrawalsName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  34. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.panelEx1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // plExMainContainer
  42. //
  43. this.plExMainContainer.Controls.Add(this.panelEx1);
  44. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  45. this.plExMainContainer.Size = new System.Drawing.Size(500, 295);
  46. //
  47. // plFormMainContent
  48. //
  49. this.plFormMainContent.Size = new System.Drawing.Size(500, 295);
  50. //
  51. // btnAppFormMaximize
  52. //
  53. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  54. this.btnAppFormMaximize.Location = new System.Drawing.Point(441, 0);
  55. //
  56. // btnAppFormExit
  57. //
  58. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  59. this.btnAppFormExit.Location = new System.Drawing.Point(468, 0);
  60. //
  61. // btnAppFormMinimize
  62. //
  63. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  64. this.btnAppFormMinimize.Location = new System.Drawing.Point(414, 0);
  65. //
  66. // panelEx1
  67. //
  68. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  69. this.panelEx1.BorderWidth = 1;
  70. this.panelEx1.Controls.Add(this.btnCancel);
  71. this.panelEx1.Controls.Add(this.btnOK);
  72. this.panelEx1.Controls.Add(this.cmbtreevItemName);
  73. this.panelEx1.Controls.Add(this.cmbtreevWithdrawalsName);
  74. this.panelEx1.Controls.Add(this.labelEx2);
  75. this.panelEx1.Controls.Add(this.labelEx1);
  76. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  78. this.panelEx1.Name = "panelEx1";
  79. this.panelEx1.Size = new System.Drawing.Size(480, 275);
  80. this.panelEx1.TabIndex = 0;
  81. //
  82. // btnCancel
  83. //
  84. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  85. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  86. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  87. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  88. this.btnCancel.ForeColor = System.Drawing.Color.White;
  89. this.btnCancel.IsCustomBackImg = false;
  90. this.btnCancel.IsShowText = true;
  91. this.btnCancel.Location = new System.Drawing.Point(276, 204);
  92. this.btnCancel.Name = "btnCancel";
  93. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  94. this.btnCancel.TabIndex = 15;
  95. this.btnCancel.Text = " 取 消";
  96. this.btnCancel.UseVisualStyleBackColor = false;
  97. //
  98. // btnOK
  99. //
  100. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  101. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  102. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  103. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  104. this.btnOK.ForeColor = System.Drawing.Color.White;
  105. this.btnOK.IsCustomBackImg = false;
  106. this.btnOK.IsShowText = true;
  107. this.btnOK.Location = new System.Drawing.Point(129, 204);
  108. this.btnOK.Name = "btnOK";
  109. this.btnOK.Size = new System.Drawing.Size(85, 28);
  110. this.btnOK.TabIndex = 14;
  111. this.btnOK.Text = " 确 定";
  112. this.btnOK.UseVisualStyleBackColor = false;
  113. //
  114. // cmbtreevItemName
  115. //
  116. this.cmbtreevItemName.AfterSelectLevelFirstNode = true;
  117. this.cmbtreevItemName.DropDownHeight = 220;
  118. this.cmbtreevItemName.DropDownShow = false;
  119. this.cmbtreevItemName.FormattingEnabled = true;
  120. this.cmbtreevItemName.IntegralHeight = false;
  121. this.cmbtreevItemName.IsNodeMouseClick = true;
  122. this.cmbtreevItemName.IsSelectParentNode = false;
  123. this.cmbtreevItemName.Location = new System.Drawing.Point(152, 121);
  124. this.cmbtreevItemName.Name = "cmbtreevItemName";
  125. this.cmbtreevItemName.ReadOnly = true;
  126. this.cmbtreevItemName.SelectedNode = null;
  127. this.cmbtreevItemName.Size = new System.Drawing.Size(241, 20);
  128. this.cmbtreevItemName.StrGetName = "";
  129. this.cmbtreevItemName.StrKey = null;
  130. this.cmbtreevItemName.TabIndex = 12;
  131. //
  132. // cmbtreevWithdrawalsName
  133. //
  134. this.cmbtreevWithdrawalsName.AfterSelectLevelFirstNode = true;
  135. this.cmbtreevWithdrawalsName.DropDownHeight = 220;
  136. this.cmbtreevWithdrawalsName.DropDownShow = false;
  137. this.cmbtreevWithdrawalsName.FormattingEnabled = true;
  138. this.cmbtreevWithdrawalsName.IntegralHeight = false;
  139. this.cmbtreevWithdrawalsName.IsNodeMouseClick = true;
  140. this.cmbtreevWithdrawalsName.IsSelectParentNode = false;
  141. this.cmbtreevWithdrawalsName.Location = new System.Drawing.Point(152, 80);
  142. this.cmbtreevWithdrawalsName.Name = "cmbtreevWithdrawalsName";
  143. this.cmbtreevWithdrawalsName.ReadOnly = true;
  144. this.cmbtreevWithdrawalsName.SelectedNode = null;
  145. this.cmbtreevWithdrawalsName.Size = new System.Drawing.Size(241, 20);
  146. this.cmbtreevWithdrawalsName.StrGetName = "";
  147. this.cmbtreevWithdrawalsName.StrKey = null;
  148. this.cmbtreevWithdrawalsName.TabIndex = 11;
  149. //
  150. // labelEx2
  151. //
  152. this.labelEx2.AutoSize = true;
  153. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  154. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  155. this.labelEx2.Location = new System.Drawing.Point(81, 122);
  156. this.labelEx2.Name = "labelEx2";
  157. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  158. this.labelEx2.TabIndex = 9;
  159. this.labelEx2.Text = "项目名称:";
  160. //
  161. // labelEx1
  162. //
  163. this.labelEx1.AutoSize = true;
  164. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  165. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  166. this.labelEx1.Location = new System.Drawing.Point(93, 81);
  167. this.labelEx1.Name = "labelEx1";
  168. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  169. this.labelEx1.TabIndex = 8;
  170. this.labelEx1.Text = "取款人:";
  171. //
  172. // ConditionQueryOutlaySetSmallForm
  173. //
  174. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  175. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  176. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  177. this.ClientSize = new System.Drawing.Size(500, 360);
  178. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  179. this.IsUserControlsSize = false;
  180. this.MaximizeBox = false;
  181. this.MinimizeBox = false;
  182. this.Name = "ConditionQueryOutlaySetSmallForm";
  183. this.Text = "条件查询";
  184. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  185. this.plExMainContainer.ResumeLayout(false);
  186. this.plFormMainContent.ResumeLayout(false);
  187. this.panelEx1.ResumeLayout(false);
  188. this.panelEx1.PerformLayout();
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private ComponentLibrary.PanelEx panelEx1;
  193. protected internal ComponentLibrary.ButtonEx btnCancel;
  194. protected internal ComponentLibrary.ButtonEx btnOK;
  195. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevItemName;
  196. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevWithdrawalsName;
  197. private ComponentLibrary.LabelEx labelEx2;
  198. private ComponentLibrary.LabelEx labelEx1;
  199. }
  200. }