ServicePaymentSuperSmallForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class ServicePaymentSuperSmallForm
  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(ServicePaymentSuperSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.txtPay_OpenSingle = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  31. this.labelEx26 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.cmbPay_TwoPinsCategory = new LYFZ.ComponentLibrary.ComboBoxEx();
  33. this.btnSelect2 = new LYFZ.ComponentLibrary.ButtonForm();
  34. this.btnSet2 = new LYFZ.ComponentLibrary.ButtonForm();
  35. this.labelEx25 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.txtName = new LYFZ.ComponentLibrary.TextBoxEx();
  40. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.txtAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.plExMainContainer.SuspendLayout();
  45. this.plFormMainContent.SuspendLayout();
  46. this.panelEx1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // plExMainContainer
  50. //
  51. this.plExMainContainer.Controls.Add(this.panelEx1);
  52. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  53. this.plExMainContainer.Size = new System.Drawing.Size(422, 374);
  54. //
  55. // plFormMainContent
  56. //
  57. this.plFormMainContent.Size = new System.Drawing.Size(422, 374);
  58. //
  59. // btnAppFormMaximize
  60. //
  61. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  62. this.btnAppFormMaximize.Location = new System.Drawing.Point(363, 0);
  63. //
  64. // btnAppFormExit
  65. //
  66. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  67. this.btnAppFormExit.Location = new System.Drawing.Point(390, 0);
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. this.btnAppFormMinimize.Location = new System.Drawing.Point(363, 0);
  73. //
  74. // panelEx1
  75. //
  76. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  77. this.panelEx1.BorderWidth = 1;
  78. this.panelEx1.Controls.Add(this.txtPay_OpenSingle);
  79. this.panelEx1.Controls.Add(this.labelEx26);
  80. this.panelEx1.Controls.Add(this.cmbPay_TwoPinsCategory);
  81. this.panelEx1.Controls.Add(this.btnSelect2);
  82. this.panelEx1.Controls.Add(this.btnSet2);
  83. this.panelEx1.Controls.Add(this.labelEx25);
  84. this.panelEx1.Controls.Add(this.labelEx3);
  85. this.panelEx1.Controls.Add(this.txtRemark);
  86. this.panelEx1.Controls.Add(this.labelEx2);
  87. this.panelEx1.Controls.Add(this.txtName);
  88. this.panelEx1.Controls.Add(this.btnCancel);
  89. this.panelEx1.Controls.Add(this.btnOK);
  90. this.panelEx1.Controls.Add(this.labelEx1);
  91. this.panelEx1.Controls.Add(this.txtAmount);
  92. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  94. this.panelEx1.Name = "panelEx1";
  95. this.panelEx1.Size = new System.Drawing.Size(402, 354);
  96. this.panelEx1.TabIndex = 0;
  97. //
  98. // txtPay_OpenSingle
  99. //
  100. this.txtPay_OpenSingle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  101. this.txtPay_OpenSingle.EmptyTextTip = null;
  102. this.txtPay_OpenSingle.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  103. this.txtPay_OpenSingle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  104. this.txtPay_OpenSingle.Location = new System.Drawing.Point(114, 67);
  105. this.txtPay_OpenSingle.Name = "txtPay_OpenSingle";
  106. this.txtPay_OpenSingle.ReadOnly = true;
  107. this.txtPay_OpenSingle.Size = new System.Drawing.Size(182, 23);
  108. this.txtPay_OpenSingle.TabIndex = 328;
  109. //
  110. // labelEx26
  111. //
  112. this.labelEx26.AutoSize = true;
  113. this.labelEx26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  114. this.labelEx26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  115. this.labelEx26.Location = new System.Drawing.Point(36, 109);
  116. this.labelEx26.Name = "labelEx26";
  117. this.labelEx26.Size = new System.Drawing.Size(77, 17);
  118. this.labelEx26.TabIndex = 326;
  119. this.labelEx26.Text = "* 二销类别:";
  120. //
  121. // cmbPay_TwoPinsCategory
  122. //
  123. this.cmbPay_TwoPinsCategory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  124. this.cmbPay_TwoPinsCategory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  125. this.cmbPay_TwoPinsCategory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  126. this.cmbPay_TwoPinsCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  127. this.cmbPay_TwoPinsCategory.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  128. this.cmbPay_TwoPinsCategory.Font = new System.Drawing.Font("宋体", 10.5F);
  129. this.cmbPay_TwoPinsCategory.FormattingEnabled = true;
  130. this.cmbPay_TwoPinsCategory.IsCustomColor = false;
  131. this.cmbPay_TwoPinsCategory.Location = new System.Drawing.Point(114, 107);
  132. this.cmbPay_TwoPinsCategory.Name = "cmbPay_TwoPinsCategory";
  133. this.cmbPay_TwoPinsCategory.ReadOnly = false;
  134. this.cmbPay_TwoPinsCategory.Size = new System.Drawing.Size(181, 22);
  135. this.cmbPay_TwoPinsCategory.TabIndex = 323;
  136. //
  137. // btnSelect2
  138. //
  139. this.btnSelect2.BackColor = System.Drawing.Color.Transparent;
  140. this.btnSelect2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect2.BackImg")));
  141. this.btnSelect2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  142. this.btnSelect2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  143. this.btnSelect2.ForeColor = System.Drawing.Color.White;
  144. this.btnSelect2.IsCustomBackImg = false;
  145. this.btnSelect2.IsShowText = true;
  146. this.btnSelect2.Location = new System.Drawing.Point(301, 68);
  147. this.btnSelect2.Name = "btnSelect2";
  148. this.btnSelect2.Size = new System.Drawing.Size(50, 22);
  149. this.btnSelect2.TabIndex = 324;
  150. this.btnSelect2.Text = " 选择";
  151. this.btnSelect2.UseVisualStyleBackColor = false;
  152. //
  153. // btnSet2
  154. //
  155. this.btnSet2.BackColor = System.Drawing.Color.Transparent;
  156. this.btnSet2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet2.BackImg")));
  157. this.btnSet2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  158. this.btnSet2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  159. this.btnSet2.ForeColor = System.Drawing.Color.White;
  160. this.btnSet2.IsCustomBackImg = false;
  161. this.btnSet2.IsShowText = true;
  162. this.btnSet2.Location = new System.Drawing.Point(301, 107);
  163. this.btnSet2.Name = "btnSet2";
  164. this.btnSet2.Size = new System.Drawing.Size(50, 22);
  165. this.btnSet2.TabIndex = 325;
  166. this.btnSet2.Text = " 设置";
  167. this.btnSet2.UseVisualStyleBackColor = false;
  168. //
  169. // labelEx25
  170. //
  171. this.labelEx25.AutoSize = true;
  172. this.labelEx25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  173. this.labelEx25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  174. this.labelEx25.Location = new System.Drawing.Point(36, 70);
  175. this.labelEx25.Name = "labelEx25";
  176. this.labelEx25.Size = new System.Drawing.Size(77, 17);
  177. this.labelEx25.TabIndex = 327;
  178. this.labelEx25.Text = "* 销售人员:";
  179. //
  180. // labelEx3
  181. //
  182. this.labelEx3.AutoSize = true;
  183. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  184. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  185. this.labelEx3.Location = new System.Drawing.Point(45, 186);
  186. this.labelEx3.Name = "labelEx3";
  187. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  188. this.labelEx3.TabIndex = 322;
  189. this.labelEx3.Text = "收款备注:";
  190. //
  191. // txtRemark
  192. //
  193. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  194. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  195. this.txtRemark.Icon = null;
  196. this.txtRemark.IconIsButton = false;
  197. this.txtRemark.IsPasswordChat = '\0';
  198. this.txtRemark.IsSystemPasswordChar = false;
  199. this.txtRemark.Lines = new string[0];
  200. this.txtRemark.Location = new System.Drawing.Point(114, 182);
  201. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  202. this.txtRemark.MaxLength = 32767;
  203. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
  204. this.txtRemark.MouseBack = null;
  205. this.txtRemark.Multiline = true;
  206. this.txtRemark.Name = "txtRemark";
  207. this.txtRemark.NormlBack = null;
  208. this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
  209. this.txtRemark.ReadOnly = false;
  210. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  211. this.txtRemark.Size = new System.Drawing.Size(237, 65);
  212. this.txtRemark.TabIndex = 318;
  213. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  214. this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
  215. this.txtRemark.WaterText = "";
  216. this.txtRemark.WordWrap = true;
  217. //
  218. // labelEx2
  219. //
  220. this.labelEx2.AutoSize = true;
  221. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  222. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  223. this.labelEx2.Location = new System.Drawing.Point(36, 33);
  224. this.labelEx2.Name = "labelEx2";
  225. this.labelEx2.Size = new System.Drawing.Size(77, 17);
  226. this.labelEx2.TabIndex = 321;
  227. this.labelEx2.Text = "* 收款项目:";
  228. //
  229. // txtName
  230. //
  231. this.txtName.BackColor = System.Drawing.Color.Transparent;
  232. this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  233. this.txtName.Icon = null;
  234. this.txtName.IconIsButton = false;
  235. this.txtName.IsPasswordChat = '\0';
  236. this.txtName.IsSystemPasswordChar = false;
  237. this.txtName.Lines = new string[0];
  238. this.txtName.Location = new System.Drawing.Point(114, 29);
  239. this.txtName.Margin = new System.Windows.Forms.Padding(0);
  240. this.txtName.MaxLength = 32767;
  241. this.txtName.MinimumSize = new System.Drawing.Size(0, 24);
  242. this.txtName.MouseBack = null;
  243. this.txtName.Multiline = false;
  244. this.txtName.Name = "txtName";
  245. this.txtName.NormlBack = null;
  246. this.txtName.Padding = new System.Windows.Forms.Padding(5);
  247. this.txtName.ReadOnly = false;
  248. this.txtName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  249. this.txtName.Size = new System.Drawing.Size(237, 25);
  250. this.txtName.TabIndex = 315;
  251. this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  252. this.txtName.WaterColor = System.Drawing.Color.DarkGray;
  253. this.txtName.WaterText = "";
  254. this.txtName.WordWrap = true;
  255. //
  256. // btnCancel
  257. //
  258. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  259. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  260. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  261. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  262. this.btnCancel.ForeColor = System.Drawing.Color.White;
  263. this.btnCancel.IsCustomBackImg = false;
  264. this.btnCancel.IsShowText = true;
  265. this.btnCancel.Location = new System.Drawing.Point(226, 292);
  266. this.btnCancel.Name = "btnCancel";
  267. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  268. this.btnCancel.TabIndex = 320;
  269. this.btnCancel.Text = " 取 消";
  270. this.btnCancel.UseVisualStyleBackColor = false;
  271. //
  272. // btnOK
  273. //
  274. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  275. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  276. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  277. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  278. this.btnOK.ForeColor = System.Drawing.Color.White;
  279. this.btnOK.IsCustomBackImg = false;
  280. this.btnOK.IsShowText = true;
  281. this.btnOK.Location = new System.Drawing.Point(97, 292);
  282. this.btnOK.Name = "btnOK";
  283. this.btnOK.Size = new System.Drawing.Size(85, 28);
  284. this.btnOK.TabIndex = 319;
  285. this.btnOK.Text = " 收 款";
  286. this.btnOK.UseVisualStyleBackColor = false;
  287. //
  288. // labelEx1
  289. //
  290. this.labelEx1.AutoSize = true;
  291. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  292. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  293. this.labelEx1.Location = new System.Drawing.Point(36, 147);
  294. this.labelEx1.Name = "labelEx1";
  295. this.labelEx1.Size = new System.Drawing.Size(77, 17);
  296. this.labelEx1.TabIndex = 316;
  297. this.labelEx1.Text = "* 收款金额:";
  298. //
  299. // txtAmount
  300. //
  301. this.txtAmount.BackColor = System.Drawing.Color.Transparent;
  302. this.txtAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  303. this.txtAmount.Icon = null;
  304. this.txtAmount.IconIsButton = false;
  305. this.txtAmount.IsPasswordChat = '\0';
  306. this.txtAmount.IsSystemPasswordChar = false;
  307. this.txtAmount.Lines = new string[0];
  308. this.txtAmount.Location = new System.Drawing.Point(114, 143);
  309. this.txtAmount.Margin = new System.Windows.Forms.Padding(0);
  310. this.txtAmount.MaxLength = 32767;
  311. this.txtAmount.MinimumSize = new System.Drawing.Size(0, 24);
  312. this.txtAmount.MouseBack = null;
  313. this.txtAmount.Multiline = false;
  314. this.txtAmount.Name = "txtAmount";
  315. this.txtAmount.NormlBack = null;
  316. this.txtAmount.Padding = new System.Windows.Forms.Padding(5);
  317. this.txtAmount.ReadOnly = false;
  318. this.txtAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  319. this.txtAmount.Size = new System.Drawing.Size(237, 25);
  320. this.txtAmount.TabIndex = 317;
  321. this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  322. this.txtAmount.WaterColor = System.Drawing.Color.DarkGray;
  323. this.txtAmount.WaterText = "";
  324. this.txtAmount.WordWrap = true;
  325. //
  326. // ServicePaymentSuperSmallForm
  327. //
  328. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  329. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  330. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  331. this.ClientSize = new System.Drawing.Size(422, 439);
  332. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  333. this.IsUserControlsSize = false;
  334. this.MaximizeBox = false;
  335. this.MinimizeBox = false;
  336. this.Name = "ServicePaymentSuperSmallForm";
  337. this.Text = "收款";
  338. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  339. this.plExMainContainer.ResumeLayout(false);
  340. this.plFormMainContent.ResumeLayout(false);
  341. this.panelEx1.ResumeLayout(false);
  342. this.panelEx1.PerformLayout();
  343. this.ResumeLayout(false);
  344. }
  345. #endregion
  346. private ComponentLibrary.PanelEx panelEx1;
  347. protected ComponentLibrary.TextBoxBasicEx txtPay_OpenSingle;
  348. private ComponentLibrary.LabelEx labelEx26;
  349. protected ComponentLibrary.ComboBoxEx cmbPay_TwoPinsCategory;
  350. protected ComponentLibrary.ButtonForm btnSelect2;
  351. protected ComponentLibrary.ButtonForm btnSet2;
  352. private ComponentLibrary.LabelEx labelEx25;
  353. private ComponentLibrary.LabelEx labelEx3;
  354. protected ComponentLibrary.TextBoxEx txtRemark;
  355. private ComponentLibrary.LabelEx labelEx2;
  356. protected ComponentLibrary.TextBoxEx txtName;
  357. private ComponentLibrary.ButtonEx btnCancel;
  358. private ComponentLibrary.ButtonEx btnOK;
  359. private ComponentLibrary.LabelEx labelEx1;
  360. protected ComponentLibrary.TextBoxEx txtAmount;
  361. }
  362. }