frmActionPay.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmActionPay
  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(frmActionPay));
  29. this.labbelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.lab_PayType = new LYFZ.ComponentLibrary.LabelEx();
  34. this.lab_PayAmount = new LYFZ.ComponentLibrary.LabelEx();
  35. this.lab_payMsg = new LYFZ.ComponentLibrary.LabelEx();
  36. this.txt_AuCode = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.btn_Close = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btn_OK = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.plExMainContainer.SuspendLayout();
  40. this.plFormMainContent.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.btn_OK);
  46. this.plExMainContainer.Controls.Add(this.btn_Close);
  47. this.plExMainContainer.Controls.Add(this.txt_AuCode);
  48. this.plExMainContainer.Controls.Add(this.lab_payMsg);
  49. this.plExMainContainer.Controls.Add(this.lab_PayAmount);
  50. this.plExMainContainer.Controls.Add(this.lab_PayType);
  51. this.plExMainContainer.Controls.Add(this.labelEx3);
  52. this.plExMainContainer.Controls.Add(this.labelEx1);
  53. this.plExMainContainer.Controls.Add(this.labelEx2);
  54. this.plExMainContainer.Controls.Add(this.labbelEx7);
  55. this.plExMainContainer.Size = new System.Drawing.Size(602, 190);
  56. //
  57. // plFormMainContent
  58. //
  59. this.plFormMainContent.Location = new System.Drawing.Point(0, 25);
  60. this.plFormMainContent.Size = new System.Drawing.Size(602, 190);
  61. //
  62. // btnAppFormMenu
  63. //
  64. this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
  65. this.btnAppFormMenu.Location = new System.Drawing.Point(576, 0);
  66. //
  67. // btnAppFormMaximize
  68. //
  69. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  70. this.btnAppFormMaximize.Location = new System.Drawing.Point(549, 0);
  71. //
  72. // btnAppFormExit
  73. //
  74. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  75. this.btnAppFormExit.Location = new System.Drawing.Point(576, 0);
  76. //
  77. // btnAppFormMinimize
  78. //
  79. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  80. this.btnAppFormMinimize.Location = new System.Drawing.Point(549, 0);
  81. //
  82. // labbelEx7
  83. //
  84. this.labbelEx7.AutoSize = true;
  85. this.labbelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  86. this.labbelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  87. this.labbelEx7.Location = new System.Drawing.Point(35, 23);
  88. this.labbelEx7.Name = "labbelEx7";
  89. this.labbelEx7.Size = new System.Drawing.Size(68, 17);
  90. this.labbelEx7.TabIndex = 0;
  91. this.labbelEx7.Text = "付款类型:";
  92. //
  93. // labelEx2
  94. //
  95. this.labelEx2.AutoSize = true;
  96. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  97. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  98. this.labelEx2.Location = new System.Drawing.Point(35, 52);
  99. this.labelEx2.Name = "labelEx2";
  100. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  101. this.labelEx2.TabIndex = 0;
  102. this.labelEx2.Text = "付款金额:";
  103. //
  104. // labelEx1
  105. //
  106. this.labelEx1.AutoSize = true;
  107. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  108. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  109. this.labelEx1.Location = new System.Drawing.Point(35, 81);
  110. this.labelEx1.Name = "labelEx1";
  111. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  112. this.labelEx1.TabIndex = 0;
  113. this.labelEx1.Text = "付款编码:";
  114. //
  115. // labelEx3
  116. //
  117. this.labelEx3.AutoSize = true;
  118. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  119. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  120. this.labelEx3.Location = new System.Drawing.Point(35, 110);
  121. this.labelEx3.Name = "labelEx3";
  122. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  123. this.labelEx3.TabIndex = 0;
  124. this.labelEx3.Text = "反馈描述:";
  125. //
  126. // lab_PayType
  127. //
  128. this.lab_PayType.AutoSize = true;
  129. this.lab_PayType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  130. this.lab_PayType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  131. this.lab_PayType.Location = new System.Drawing.Point(105, 23);
  132. this.lab_PayType.Name = "lab_PayType";
  133. this.lab_PayType.Size = new System.Drawing.Size(56, 17);
  134. this.lab_PayType.TabIndex = 1;
  135. this.lab_PayType.Text = "labelEx4";
  136. //
  137. // lab_PayAmount
  138. //
  139. this.lab_PayAmount.AutoSize = true;
  140. this.lab_PayAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  141. this.lab_PayAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  142. this.lab_PayAmount.Location = new System.Drawing.Point(105, 49);
  143. this.lab_PayAmount.Name = "lab_PayAmount";
  144. this.lab_PayAmount.Size = new System.Drawing.Size(56, 17);
  145. this.lab_PayAmount.TabIndex = 2;
  146. this.lab_PayAmount.Text = "labelEx5";
  147. //
  148. // lab_payMsg
  149. //
  150. this.lab_payMsg.AutoSize = true;
  151. this.lab_payMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  152. this.lab_payMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  153. this.lab_payMsg.Location = new System.Drawing.Point(105, 110);
  154. this.lab_payMsg.Name = "lab_payMsg";
  155. this.lab_payMsg.Size = new System.Drawing.Size(56, 17);
  156. this.lab_payMsg.TabIndex = 3;
  157. this.lab_payMsg.Text = "labelEx6";
  158. //
  159. // txt_AuCode
  160. //
  161. this.txt_AuCode.BackColor = System.Drawing.Color.Transparent;
  162. this.txt_AuCode.Icon = null;
  163. this.txt_AuCode.IconIsButton = false;
  164. this.txt_AuCode.IsPasswordChat = '\0';
  165. this.txt_AuCode.IsSystemPasswordChar = false;
  166. this.txt_AuCode.Lines = new string[0];
  167. this.txt_AuCode.Location = new System.Drawing.Point(104, 75);
  168. this.txt_AuCode.Margin = new System.Windows.Forms.Padding(0);
  169. this.txt_AuCode.MaxLength = 32767;
  170. this.txt_AuCode.MinimumSize = new System.Drawing.Size(0, 26);
  171. this.txt_AuCode.MouseBack = null;
  172. this.txt_AuCode.Multiline = false;
  173. this.txt_AuCode.Name = "txt_AuCode";
  174. this.txt_AuCode.NormlBack = null;
  175. this.txt_AuCode.Padding = new System.Windows.Forms.Padding(5);
  176. this.txt_AuCode.ReadOnly = false;
  177. this.txt_AuCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
  178. this.txt_AuCode.Size = new System.Drawing.Size(456, 26);
  179. this.txt_AuCode.TabIndex = 1;
  180. this.txt_AuCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  181. this.txt_AuCode.WaterColor = System.Drawing.Color.DarkGray;
  182. this.txt_AuCode.WaterText = "输入付款条码,如果是手动输入的需要点击回车键";
  183. this.txt_AuCode.WordWrap = true;
  184. //
  185. // btn_Close
  186. //
  187. this.btn_Close.BackColor = System.Drawing.Color.Transparent;
  188. this.btn_Close.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Close.BackImg")));
  189. this.btn_Close.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  190. this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  191. this.btn_Close.ForeColor = System.Drawing.Color.White;
  192. this.btn_Close.IsCustomBackImg = false;
  193. this.btn_Close.IsShowText = true;
  194. this.btn_Close.Location = new System.Drawing.Point(474, 153);
  195. this.btn_Close.Name = "btn_Close";
  196. this.btn_Close.Size = new System.Drawing.Size(85, 28);
  197. this.btn_Close.TabIndex = 5;
  198. this.btn_Close.Text = "取消";
  199. this.btn_Close.UseVisualStyleBackColor = false;
  200. //
  201. // btn_OK
  202. //
  203. this.btn_OK.BackColor = System.Drawing.Color.Transparent;
  204. this.btn_OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_OK.BackImg")));
  205. this.btn_OK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  206. this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  207. this.btn_OK.ForeColor = System.Drawing.Color.White;
  208. this.btn_OK.IsCustomBackImg = false;
  209. this.btn_OK.IsShowText = true;
  210. this.btn_OK.Location = new System.Drawing.Point(383, 153);
  211. this.btn_OK.Name = "btn_OK";
  212. this.btn_OK.Size = new System.Drawing.Size(85, 28);
  213. this.btn_OK.TabIndex = 5;
  214. this.btn_OK.Text = "确定";
  215. this.btn_OK.UseVisualStyleBackColor = false;
  216. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  217. //
  218. // frmActionPay
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  223. this.ClientSize = new System.Drawing.Size(602, 240);
  224. this.ControlBox = false;
  225. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  226. this.IsShowCloseBox = false;
  227. this.IsShowIcon = false;
  228. this.IsShowTitle = false;
  229. this.IsUserControlsSize = false;
  230. this.MaximizeBox = false;
  231. this.MinimizeBox = false;
  232. this.Name = "frmActionPay";
  233. this.ShowIcon = false;
  234. this.Text = "执行付款窗体";
  235. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  236. this.TitleBgImageHeight = 25;
  237. this.plExMainContainer.ResumeLayout(false);
  238. this.plExMainContainer.PerformLayout();
  239. this.plFormMainContent.ResumeLayout(false);
  240. this.ResumeLayout(false);
  241. }
  242. #endregion
  243. private ComponentLibrary.LabelEx labelEx3;
  244. private ComponentLibrary.LabelEx labelEx1;
  245. private ComponentLibrary.LabelEx labelEx2;
  246. private ComponentLibrary.LabelEx labbelEx7;
  247. protected ComponentLibrary.TextBoxEx txt_AuCode;
  248. protected ComponentLibrary.LabelEx lab_payMsg;
  249. protected ComponentLibrary.LabelEx lab_PayAmount;
  250. protected ComponentLibrary.LabelEx lab_PayType;
  251. protected ComponentLibrary.ButtonEx btn_Close;
  252. protected ComponentLibrary.ButtonEx btn_OK;
  253. }
  254. }