FrmSelectPayOpenSingle.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. namespace LYFZ.Software.UI.FinancialManagement.OrdersReceivables
  2. {
  3. partial class FrmSelectPayOpenSingle
  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(FrmSelectPayOpenSingle));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.tb_Person = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.btn_Filter = new LYFZ.ComponentLibrary.ButtonExpand();
  34. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.treevOrdersPersonnel = new LYFZ.ComponentLibrary.TreeViewEx();
  38. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.btnRight = new LYFZ.ComponentLibrary.ButtonExpand();
  40. this.btnLeft = new LYFZ.ComponentLibrary.ButtonExpand();
  41. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  42. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.UserNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Tpc_CommissionPercentage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.plExMainContainer.SuspendLayout();
  49. this.plFormMainContent.SuspendLayout();
  50. this.panelEx2.SuspendLayout();
  51. this.panelEx3.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  53. this.panelEx1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // plExMainContainer
  57. //
  58. this.plExMainContainer.Controls.Add(this.panelEx2);
  59. this.plExMainContainer.Controls.Add(this.panelEx1);
  60. this.plExMainContainer.Size = new System.Drawing.Size(500, 485);
  61. //
  62. // plFormMainContent
  63. //
  64. this.plFormMainContent.Size = new System.Drawing.Size(500, 485);
  65. //
  66. // btnAppFormExit
  67. //
  68. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  69. this.btnAppFormExit.Location = new System.Drawing.Point(468, 0);
  70. //
  71. // btnAppFormMinimize
  72. //
  73. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  74. //
  75. // panelEx2
  76. //
  77. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  78. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  79. this.panelEx2.BorderWidth = 1;
  80. this.panelEx2.Controls.Add(this.tb_Person);
  81. this.panelEx2.Controls.Add(this.btn_Filter);
  82. this.panelEx2.Controls.Add(this.panelEx3);
  83. this.panelEx2.Controls.Add(this.labelEx1);
  84. this.panelEx2.Controls.Add(this.treevOrdersPersonnel);
  85. this.panelEx2.Controls.Add(this.labelEx2);
  86. this.panelEx2.Controls.Add(this.btnRight);
  87. this.panelEx2.Controls.Add(this.btnLeft);
  88. this.panelEx2.Controls.Add(this.dgvData);
  89. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  90. this.panelEx2.Name = "panelEx2";
  91. this.panelEx2.Size = new System.Drawing.Size(480, 425);
  92. this.panelEx2.TabIndex = 14;
  93. //
  94. // tb_Person
  95. //
  96. this.tb_Person.BackColor = System.Drawing.Color.Transparent;
  97. this.tb_Person.Icon = null;
  98. this.tb_Person.IconIsButton = false;
  99. this.tb_Person.IsPasswordChat = '\0';
  100. this.tb_Person.IsSystemPasswordChar = false;
  101. this.tb_Person.Lines = new string[0];
  102. this.tb_Person.Location = new System.Drawing.Point(12, 34);
  103. this.tb_Person.Margin = new System.Windows.Forms.Padding(0);
  104. this.tb_Person.MaxLength = 32767;
  105. this.tb_Person.MinimumSize = new System.Drawing.Size(0, 26);
  106. this.tb_Person.MouseBack = null;
  107. this.tb_Person.Multiline = false;
  108. this.tb_Person.Name = "tb_Person";
  109. this.tb_Person.NormlBack = null;
  110. this.tb_Person.Padding = new System.Windows.Forms.Padding(5);
  111. this.tb_Person.ReadOnly = false;
  112. this.tb_Person.ScrollBars = System.Windows.Forms.ScrollBars.None;
  113. this.tb_Person.Size = new System.Drawing.Size(190, 26);
  114. this.tb_Person.TabIndex = 17;
  115. this.tb_Person.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  116. this.tb_Person.WaterColor = System.Drawing.Color.DarkGray;
  117. this.tb_Person.WaterText = "";
  118. this.tb_Person.WordWrap = true;
  119. //
  120. // btn_Filter
  121. //
  122. this.btn_Filter.BackColor = System.Drawing.Color.Transparent;
  123. this.btn_Filter.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Filter.BackImg")));
  124. this.btn_Filter.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  125. this.btn_Filter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  126. this.btn_Filter.ForeColor = System.Drawing.Color.White;
  127. this.btn_Filter.IsCustomBackImg = false;
  128. this.btn_Filter.IsShowText = true;
  129. this.btn_Filter.Location = new System.Drawing.Point(143, 34);
  130. this.btn_Filter.Name = "btn_Filter";
  131. this.btn_Filter.Size = new System.Drawing.Size(60, 25);
  132. this.btn_Filter.TabIndex = 16;
  133. this.btn_Filter.Text = " 筛 选";
  134. this.btn_Filter.UseVisualStyleBackColor = false;
  135. this.btn_Filter.Visible = false;
  136. //
  137. // panelEx3
  138. //
  139. this.panelEx3.BorderColor = System.Drawing.Color.White;
  140. this.panelEx3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  141. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  142. this.panelEx3.BorderWidth = 1;
  143. this.panelEx3.Controls.Add(this.labelEx3);
  144. this.panelEx3.Location = new System.Drawing.Point(11, 64);
  145. this.panelEx3.Name = "panelEx3";
  146. this.panelEx3.Size = new System.Drawing.Size(192, 24);
  147. this.panelEx3.TabIndex = 11;
  148. //
  149. // labelEx3
  150. //
  151. this.labelEx3.AutoSize = true;
  152. this.labelEx3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  154. this.labelEx3.Location = new System.Drawing.Point(71, 5);
  155. this.labelEx3.Name = "labelEx3";
  156. this.labelEx3.Size = new System.Drawing.Size(53, 12);
  157. this.labelEx3.TabIndex = 0;
  158. this.labelEx3.Text = "员工姓名";
  159. //
  160. // labelEx1
  161. //
  162. this.labelEx1.AutoSize = true;
  163. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  164. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  165. this.labelEx1.Location = new System.Drawing.Point(9, 10);
  166. this.labelEx1.Name = "labelEx1";
  167. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  168. this.labelEx1.TabIndex = 9;
  169. this.labelEx1.Text = "可选人员";
  170. //
  171. // treevOrdersPersonnel
  172. //
  173. this.treevOrdersPersonnel.Location = new System.Drawing.Point(12, 89);
  174. this.treevOrdersPersonnel.Name = "treevOrdersPersonnel";
  175. this.treevOrdersPersonnel.Size = new System.Drawing.Size(190, 325);
  176. this.treevOrdersPersonnel.TabIndex = 0;
  177. //
  178. // labelEx2
  179. //
  180. this.labelEx2.AutoSize = true;
  181. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  182. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  183. this.labelEx2.Location = new System.Drawing.Point(275, 10);
  184. this.labelEx2.Name = "labelEx2";
  185. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  186. this.labelEx2.TabIndex = 10;
  187. this.labelEx2.Text = "已选人员";
  188. //
  189. // btnRight
  190. //
  191. this.btnRight.BackColor = System.Drawing.Color.Transparent;
  192. this.btnRight.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRight.BackImg")));
  193. this.btnRight.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  194. this.btnRight.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  195. this.btnRight.ForeColor = System.Drawing.Color.White;
  196. this.btnRight.IsCustomBackImg = false;
  197. this.btnRight.IsShowText = true;
  198. this.btnRight.Location = new System.Drawing.Point(210, 176);
  199. this.btnRight.Name = "btnRight";
  200. this.btnRight.Size = new System.Drawing.Size(60, 25);
  201. this.btnRight.TabIndex = 2;
  202. this.btnRight.Text = " 添 加";
  203. this.btnRight.UseVisualStyleBackColor = false;
  204. //
  205. // btnLeft
  206. //
  207. this.btnLeft.BackColor = System.Drawing.Color.Transparent;
  208. this.btnLeft.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLeft.BackImg")));
  209. this.btnLeft.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  210. this.btnLeft.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  211. this.btnLeft.ForeColor = System.Drawing.Color.White;
  212. this.btnLeft.IsCustomBackImg = false;
  213. this.btnLeft.IsShowText = true;
  214. this.btnLeft.Location = new System.Drawing.Point(210, 231);
  215. this.btnLeft.Name = "btnLeft";
  216. this.btnLeft.Size = new System.Drawing.Size(60, 25);
  217. this.btnLeft.TabIndex = 3;
  218. this.btnLeft.Text = " 移 除";
  219. this.btnLeft.UseVisualStyleBackColor = false;
  220. //
  221. // dgvData
  222. //
  223. this.dgvData.AllowUserToAddRows = false;
  224. this.dgvData.AllowUserToDeleteRows = false;
  225. this.dgvData.AllowUserToResizeRows = false;
  226. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  227. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  228. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  229. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  230. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  231. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  232. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  233. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  234. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Navy;
  236. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  237. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  238. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  239. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  240. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  241. this.UserName,
  242. this.UserNumber,
  243. this.Tpc_CommissionPercentage});
  244. this.dgvData.EnableHeadersVisualStyles = false;
  245. this.dgvData.EraseCell = false;
  246. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  247. this.dgvData.GridViewUniquelyIdentify = "_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_" +
  248. "dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData";
  249. this.dgvData.IsCompleteBonding = false;
  250. this.dgvData.IsCopyCellValue = true;
  251. this.dgvData.Location = new System.Drawing.Point(278, 34);
  252. this.dgvData.Name = "dgvData";
  253. this.dgvData.RowHeadersVisible = false;
  254. this.dgvData.RowTemplate.Height = 23;
  255. this.dgvData.RowTemplate.ReadOnly = true;
  256. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  257. this.dgvData.Size = new System.Drawing.Size(190, 380);
  258. this.dgvData.TabIndex = 8;
  259. //
  260. // UserName
  261. //
  262. this.UserName.HeaderText = "员工姓名";
  263. this.UserName.Name = "UserName";
  264. this.UserName.ReadOnly = true;
  265. //
  266. // UserNumber
  267. //
  268. this.UserNumber.HeaderText = "员工编号";
  269. this.UserNumber.Name = "UserNumber";
  270. this.UserNumber.ReadOnly = true;
  271. this.UserNumber.Visible = false;
  272. //
  273. // Tpc_CommissionPercentage
  274. //
  275. this.Tpc_CommissionPercentage.HeaderText = "提成百分比例";
  276. this.Tpc_CommissionPercentage.Name = "Tpc_CommissionPercentage";
  277. this.Tpc_CommissionPercentage.Visible = false;
  278. //
  279. // panelEx1
  280. //
  281. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  282. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  283. this.panelEx1.BorderWidth = 1;
  284. this.panelEx1.Controls.Add(this.btnCancel);
  285. this.panelEx1.Controls.Add(this.btnOK);
  286. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  287. this.panelEx1.Location = new System.Drawing.Point(0, 445);
  288. this.panelEx1.Name = "panelEx1";
  289. this.panelEx1.Size = new System.Drawing.Size(500, 40);
  290. this.panelEx1.TabIndex = 13;
  291. //
  292. // btnCancel
  293. //
  294. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  295. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  296. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  297. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  298. this.btnCancel.ForeColor = System.Drawing.Color.White;
  299. this.btnCancel.IsCustomBackImg = false;
  300. this.btnCancel.IsShowText = true;
  301. this.btnCancel.Location = new System.Drawing.Point(256, 6);
  302. this.btnCancel.Name = "btnCancel";
  303. this.btnCancel.Size = new System.Drawing.Size(90, 28);
  304. this.btnCancel.TabIndex = 5;
  305. this.btnCancel.Text = " 取 消";
  306. this.btnCancel.UseVisualStyleBackColor = false;
  307. //
  308. // btnOK
  309. //
  310. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  311. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  312. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  313. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  314. this.btnOK.ForeColor = System.Drawing.Color.White;
  315. this.btnOK.IsCustomBackImg = false;
  316. this.btnOK.IsShowText = true;
  317. this.btnOK.Location = new System.Drawing.Point(125, 6);
  318. this.btnOK.Name = "btnOK";
  319. this.btnOK.Size = new System.Drawing.Size(90, 28);
  320. this.btnOK.TabIndex = 4;
  321. this.btnOK.Text = " 确 定";
  322. this.btnOK.UseVisualStyleBackColor = false;
  323. //
  324. // FrmSelectPayOpenSingle
  325. //
  326. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  327. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  328. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  329. this.ClientSize = new System.Drawing.Size(500, 550);
  330. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  331. this.MinimizeBox = false;
  332. this.Name = "FrmSelectPayOpenSingle";
  333. this.Text = "订单人员选择";
  334. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  335. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  336. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  337. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  338. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  339. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  340. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  341. this.plExMainContainer.ResumeLayout(false);
  342. this.plFormMainContent.ResumeLayout(false);
  343. this.panelEx2.ResumeLayout(false);
  344. this.panelEx2.PerformLayout();
  345. this.panelEx3.ResumeLayout(false);
  346. this.panelEx3.PerformLayout();
  347. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  348. this.panelEx1.ResumeLayout(false);
  349. this.ResumeLayout(false);
  350. }
  351. #endregion
  352. private ComponentLibrary.PanelEx panelEx2;
  353. private ComponentLibrary.PanelEx panelEx3;
  354. private ComponentLibrary.LabelEx labelEx3;
  355. private ComponentLibrary.LabelEx labelEx1;
  356. protected ComponentLibrary.TreeViewEx treevOrdersPersonnel;
  357. private ComponentLibrary.LabelEx labelEx2;
  358. protected ComponentLibrary.ButtonExpand btnRight;
  359. protected ComponentLibrary.ButtonExpand btnLeft;
  360. protected ComponentLibrary.DataGridViewEx dgvData;
  361. private ComponentLibrary.PanelEx panelEx1;
  362. protected ComponentLibrary.ButtonEx btnCancel;
  363. protected ComponentLibrary.ButtonEx btnOK;
  364. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  365. private System.Windows.Forms.DataGridViewTextBoxColumn UserNumber;
  366. private System.Windows.Forms.DataGridViewTextBoxColumn Tpc_CommissionPercentage;
  367. protected ComponentLibrary.TextBoxEx tb_Person;
  368. protected ComponentLibrary.ButtonExpand btn_Filter;
  369. }
  370. }