FrmPieceCommissionRecords.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. namespace LYFZ.Software.UI.FinancialManagement
  2. {
  3. partial class FrmPieceCommissionRecords
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPieceCommissionRecords));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.dtpDateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  38. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.dtpDateTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  40. this.panelQuery = new LYFZ.ComponentLibrary.PanelEx();
  41. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.panelConditionQuery = new LYFZ.ComponentLibrary.PanelEx();
  43. this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.panelEntry = new LYFZ.ComponentLibrary.PanelEx();
  45. this.btnEntry = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.panelDelete = new LYFZ.ComponentLibrary.PanelEx();
  47. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
  49. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.panelDress = new LYFZ.ComponentLibrary.PanelEx();
  51. this.chkDress = new LYFZ.ComponentLibrary.CheckBoxEx();
  52. this.panelChild = new LYFZ.ComponentLibrary.PanelEx();
  53. this.chkChild = new LYFZ.ComponentLibrary.CheckBoxEx();
  54. this.panelPortrait = new LYFZ.ComponentLibrary.PanelEx();
  55. this.chkPortrait = new LYFZ.ComponentLibrary.CheckBoxEx();
  56. this.panelService = new LYFZ.ComponentLibrary.PanelEx();
  57. this.chkService = new LYFZ.ComponentLibrary.CheckBoxEx();
  58. this.panelWeddingCelebration = new LYFZ.ComponentLibrary.PanelEx();
  59. this.chkWeddingCelebration = new LYFZ.ComponentLibrary.CheckBoxEx();
  60. this.panelExport = new LYFZ.ComponentLibrary.PanelEx();
  61. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  62. this.plExMainContainer.SuspendLayout();
  63. this.plFormMainContent.SuspendLayout();
  64. this.panelEx2.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  66. this.flowLayoutPanel1.SuspendLayout();
  67. this.panelEx3.SuspendLayout();
  68. this.panelEx1.SuspendLayout();
  69. this.panelQuery.SuspendLayout();
  70. this.panelConditionQuery.SuspendLayout();
  71. this.panelEntry.SuspendLayout();
  72. this.panelDelete.SuspendLayout();
  73. this.panelClose.SuspendLayout();
  74. this.panelDress.SuspendLayout();
  75. this.panelChild.SuspendLayout();
  76. this.panelPortrait.SuspendLayout();
  77. this.panelService.SuspendLayout();
  78. this.panelWeddingCelebration.SuspendLayout();
  79. this.panelExport.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // plExMainContainer
  83. //
  84. this.plExMainContainer.AutoScroll = true;
  85. this.plExMainContainer.Controls.Add(this.panelEx2);
  86. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  87. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  88. this.plExMainContainer.Size = new System.Drawing.Size(879, 505);
  89. //
  90. // plFormMainContent
  91. //
  92. this.plFormMainContent.Size = new System.Drawing.Size(879, 545);
  93. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  94. //
  95. // btnAppFormMaximize
  96. //
  97. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  98. this.btnAppFormMaximize.Location = new System.Drawing.Point(820, 0);
  99. //
  100. // btnAppFormExit
  101. //
  102. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  103. this.btnAppFormExit.Location = new System.Drawing.Point(847, 0);
  104. //
  105. // btnAppFormMinimize
  106. //
  107. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  108. this.btnAppFormMinimize.Location = new System.Drawing.Point(793, 0);
  109. //
  110. // panelEx2
  111. //
  112. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  113. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  114. this.panelEx2.BorderWidth = 1;
  115. this.panelEx2.Controls.Add(this.dgvData);
  116. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  117. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.panelEx2.Location = new System.Drawing.Point(5, 10);
  119. this.panelEx2.Name = "panelEx2";
  120. this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
  121. this.panelEx2.Size = new System.Drawing.Size(869, 485);
  122. this.panelEx2.TabIndex = 194;
  123. //
  124. // dgvData
  125. //
  126. this.dgvData.AllowUserToAddRows = false;
  127. this.dgvData.AllowUserToDeleteRows = false;
  128. this.dgvData.AllowUserToResizeRows = false;
  129. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  130. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  131. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  132. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  133. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  135. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  138. this.dgvData.ColumnHeadersHeight = 24;
  139. this.dgvData.dgvColumnHeadersHeight = 24;
  140. this.dgvData.dgvCurrentColumnOriginalSet = "";
  141. this.dgvData.dgvCurrentColumnWidth = "";
  142. this.dgvData.dgvCurrentHideColumn = null;
  143. this.dgvData.dgvFixedHideColumn = "";
  144. this.dgvData.dgvGuidName = null;
  145. this.dgvData.dgvUserEmployeeID = null;
  146. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.dgvData.EnableHeadersVisualStyles = false;
  148. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  149. this.dgvData.ImageHeight = 15;
  150. this.dgvData.ImageWidth = 15;
  151. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  152. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  153. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  154. this.dgvData.IsCompleteBonding = false;
  155. this.dgvData.IsCopyCellValue = true;
  156. this.dgvData.IsShowSerialNumber = true;
  157. this.dgvData.IsSortedRedraw = true;
  158. this.dgvData.IsSortMode = false;
  159. this.dgvData.Location = new System.Drawing.Point(2, 42);
  160. this.dgvData.Name = "dgvData";
  161. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  162. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  163. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  165. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  166. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  167. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  168. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  169. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  170. this.dgvData.RowHeadersWidth = 40;
  171. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  172. this.dgvData.RowTemplate.Height = 23;
  173. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  174. this.dgvData.Size = new System.Drawing.Size(865, 441);
  175. this.dgvData.StrSecondStageNull = "";
  176. this.dgvData.StrValueNullColumn = "";
  177. this.dgvData.TabIndex = 232;
  178. this.dgvData.ViceCount = 1;
  179. //
  180. // flowLayoutPanel1
  181. //
  182. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  183. this.flowLayoutPanel1.Controls.Add(this.panelEx1);
  184. this.flowLayoutPanel1.Controls.Add(this.panelQuery);
  185. this.flowLayoutPanel1.Controls.Add(this.panelConditionQuery);
  186. this.flowLayoutPanel1.Controls.Add(this.panelEntry);
  187. this.flowLayoutPanel1.Controls.Add(this.panelExport);
  188. this.flowLayoutPanel1.Controls.Add(this.panelDelete);
  189. this.flowLayoutPanel1.Controls.Add(this.panelClose);
  190. this.flowLayoutPanel1.Controls.Add(this.panelDress);
  191. this.flowLayoutPanel1.Controls.Add(this.panelChild);
  192. this.flowLayoutPanel1.Controls.Add(this.panelPortrait);
  193. this.flowLayoutPanel1.Controls.Add(this.panelService);
  194. this.flowLayoutPanel1.Controls.Add(this.panelWeddingCelebration);
  195. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  196. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  197. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  198. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  199. this.flowLayoutPanel1.Size = new System.Drawing.Size(865, 40);
  200. this.flowLayoutPanel1.TabIndex = 231;
  201. //
  202. // panelEx3
  203. //
  204. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  205. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  206. this.panelEx3.BorderWidth = 1;
  207. this.panelEx3.Controls.Add(this.txtkeyword);
  208. this.panelEx3.Location = new System.Drawing.Point(1, 5);
  209. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  210. this.panelEx3.Name = "panelEx3";
  211. this.panelEx3.Size = new System.Drawing.Size(150, 30);
  212. this.panelEx3.TabIndex = 212;
  213. //
  214. // txtkeyword
  215. //
  216. this.txtkeyword.BackColor = System.Drawing.Color.Transparent;
  217. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  218. this.txtkeyword.Icon = null;
  219. this.txtkeyword.IconIsButton = false;
  220. this.txtkeyword.IsPasswordChat = '\0';
  221. this.txtkeyword.IsSystemPasswordChar = false;
  222. this.txtkeyword.Lines = new string[0];
  223. this.txtkeyword.Location = new System.Drawing.Point(2, 3);
  224. this.txtkeyword.Margin = new System.Windows.Forms.Padding(0);
  225. this.txtkeyword.MaxLength = 32767;
  226. this.txtkeyword.MinimumSize = new System.Drawing.Size(0, 24);
  227. this.txtkeyword.MouseBack = null;
  228. this.txtkeyword.Multiline = false;
  229. this.txtkeyword.Name = "txtkeyword";
  230. this.txtkeyword.NormlBack = null;
  231. this.txtkeyword.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  232. this.txtkeyword.ReadOnly = false;
  233. this.txtkeyword.ScrollBars = System.Windows.Forms.ScrollBars.None;
  234. this.txtkeyword.Size = new System.Drawing.Size(140, 25);
  235. this.txtkeyword.TabIndex = 2231;
  236. this.txtkeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  237. this.txtkeyword.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  238. this.txtkeyword.WaterText = "客户姓名、电话";
  239. this.txtkeyword.WordWrap = true;
  240. //
  241. // panelEx1
  242. //
  243. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  244. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  245. this.panelEx1.BorderWidth = 1;
  246. this.panelEx1.Controls.Add(this.dtpDateTimeEnd);
  247. this.panelEx1.Controls.Add(this.labelEx1);
  248. this.panelEx1.Controls.Add(this.dtpDateTimeStart);
  249. this.panelEx1.Location = new System.Drawing.Point(153, 5);
  250. this.panelEx1.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  251. this.panelEx1.Name = "panelEx1";
  252. this.panelEx1.Size = new System.Drawing.Size(230, 30);
  253. this.panelEx1.TabIndex = 232;
  254. //
  255. // dtpDateTimeEnd
  256. //
  257. this.dtpDateTimeEnd.CustomFormat = " ";
  258. this.dtpDateTimeEnd.DateValue = "";
  259. this.dtpDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  260. this.dtpDateTimeEnd.IsShowTime = false;
  261. this.dtpDateTimeEnd.Location = new System.Drawing.Point(124, 5);
  262. this.dtpDateTimeEnd.Name = "dtpDateTimeEnd";
  263. this.dtpDateTimeEnd.Size = new System.Drawing.Size(95, 21);
  264. this.dtpDateTimeEnd.TabIndex = 2;
  265. //
  266. // labelEx1
  267. //
  268. this.labelEx1.AutoSize = true;
  269. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  270. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  271. this.labelEx1.Location = new System.Drawing.Point(101, 7);
  272. this.labelEx1.Name = "labelEx1";
  273. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  274. this.labelEx1.TabIndex = 1;
  275. this.labelEx1.Text = "—";
  276. //
  277. // dtpDateTimeStart
  278. //
  279. this.dtpDateTimeStart.CustomFormat = " ";
  280. this.dtpDateTimeStart.DateValue = "";
  281. this.dtpDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  282. this.dtpDateTimeStart.IsShowTime = false;
  283. this.dtpDateTimeStart.Location = new System.Drawing.Point(4, 5);
  284. this.dtpDateTimeStart.Name = "dtpDateTimeStart";
  285. this.dtpDateTimeStart.Size = new System.Drawing.Size(95, 21);
  286. this.dtpDateTimeStart.TabIndex = 0;
  287. //
  288. // panelQuery
  289. //
  290. this.panelQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  291. this.panelQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  292. this.panelQuery.BorderWidth = 1;
  293. this.panelQuery.Controls.Add(this.btnQuery);
  294. this.panelQuery.Location = new System.Drawing.Point(385, 5);
  295. this.panelQuery.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  296. this.panelQuery.Name = "panelQuery";
  297. this.panelQuery.Size = new System.Drawing.Size(90, 30);
  298. this.panelQuery.TabIndex = 232;
  299. //
  300. // btnQuery
  301. //
  302. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  303. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  304. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  305. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  306. this.btnQuery.ForeColor = System.Drawing.Color.White;
  307. this.btnQuery.IsCustomBackImg = false;
  308. this.btnQuery.IsShowText = true;
  309. this.btnQuery.Location = new System.Drawing.Point(1, 2);
  310. this.btnQuery.Name = "btnQuery";
  311. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  312. this.btnQuery.TabIndex = 211;
  313. this.btnQuery.Text = " 查 询";
  314. this.btnQuery.UseVisualStyleBackColor = false;
  315. //
  316. // panelConditionQuery
  317. //
  318. this.panelConditionQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  319. this.panelConditionQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  320. this.panelConditionQuery.BorderWidth = 1;
  321. this.panelConditionQuery.Controls.Add(this.btnConditionQuery);
  322. this.panelConditionQuery.Location = new System.Drawing.Point(477, 5);
  323. this.panelConditionQuery.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  324. this.panelConditionQuery.Name = "panelConditionQuery";
  325. this.panelConditionQuery.Size = new System.Drawing.Size(90, 30);
  326. this.panelConditionQuery.TabIndex = 233;
  327. //
  328. // btnConditionQuery
  329. //
  330. this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent;
  331. this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg")));
  332. this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  333. this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  334. this.btnConditionQuery.ForeColor = System.Drawing.Color.White;
  335. this.btnConditionQuery.IsCustomBackImg = false;
  336. this.btnConditionQuery.IsShowText = true;
  337. this.btnConditionQuery.Location = new System.Drawing.Point(1, 2);
  338. this.btnConditionQuery.Name = "btnConditionQuery";
  339. this.btnConditionQuery.Size = new System.Drawing.Size(85, 26);
  340. this.btnConditionQuery.TabIndex = 211;
  341. this.btnConditionQuery.Text = " 条件查询";
  342. this.btnConditionQuery.UseVisualStyleBackColor = false;
  343. //
  344. // panelEntry
  345. //
  346. this.panelEntry.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  347. this.panelEntry.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  348. this.panelEntry.BorderWidth = 1;
  349. this.panelEntry.Controls.Add(this.btnEntry);
  350. this.panelEntry.Location = new System.Drawing.Point(569, 5);
  351. this.panelEntry.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  352. this.panelEntry.Name = "panelEntry";
  353. this.panelEntry.Size = new System.Drawing.Size(90, 30);
  354. this.panelEntry.TabIndex = 216;
  355. //
  356. // btnEntry
  357. //
  358. this.btnEntry.BackColor = System.Drawing.Color.Transparent;
  359. this.btnEntry.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEntry.BackImg")));
  360. this.btnEntry.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  361. this.btnEntry.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  362. this.btnEntry.ForeColor = System.Drawing.Color.White;
  363. this.btnEntry.IsCustomBackImg = false;
  364. this.btnEntry.IsShowText = true;
  365. this.btnEntry.Location = new System.Drawing.Point(1, 2);
  366. this.btnEntry.Name = "btnEntry";
  367. this.btnEntry.Size = new System.Drawing.Size(85, 26);
  368. this.btnEntry.TabIndex = 211;
  369. this.btnEntry.Text = " 录 入";
  370. this.btnEntry.UseVisualStyleBackColor = false;
  371. //
  372. // panelDelete
  373. //
  374. this.panelDelete.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  375. this.panelDelete.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  376. this.panelDelete.BorderWidth = 1;
  377. this.panelDelete.Controls.Add(this.btnDelete);
  378. this.panelDelete.Location = new System.Drawing.Point(753, 5);
  379. this.panelDelete.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  380. this.panelDelete.Name = "panelDelete";
  381. this.panelDelete.Size = new System.Drawing.Size(90, 30);
  382. this.panelDelete.TabIndex = 217;
  383. //
  384. // btnDelete
  385. //
  386. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  387. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  388. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  389. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  390. this.btnDelete.ForeColor = System.Drawing.Color.White;
  391. this.btnDelete.IsCustomBackImg = false;
  392. this.btnDelete.IsShowText = true;
  393. this.btnDelete.Location = new System.Drawing.Point(1, 2);
  394. this.btnDelete.Name = "btnDelete";
  395. this.btnDelete.Size = new System.Drawing.Size(85, 26);
  396. this.btnDelete.TabIndex = 212;
  397. this.btnDelete.Text = " 删 除";
  398. this.btnDelete.UseVisualStyleBackColor = false;
  399. //
  400. // panelClose
  401. //
  402. this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  403. this.panelClose.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  404. this.panelClose.BorderWidth = 1;
  405. this.panelClose.Controls.Add(this.btnClose);
  406. this.panelClose.Location = new System.Drawing.Point(1, 39);
  407. this.panelClose.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  408. this.panelClose.Name = "panelClose";
  409. this.panelClose.Size = new System.Drawing.Size(90, 30);
  410. this.panelClose.TabIndex = 218;
  411. //
  412. // btnClose
  413. //
  414. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  415. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  416. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  417. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  418. this.btnClose.ForeColor = System.Drawing.Color.White;
  419. this.btnClose.IsCustomBackImg = false;
  420. this.btnClose.IsShowText = true;
  421. this.btnClose.Location = new System.Drawing.Point(1, 2);
  422. this.btnClose.Name = "btnClose";
  423. this.btnClose.Size = new System.Drawing.Size(85, 26);
  424. this.btnClose.TabIndex = 213;
  425. this.btnClose.Text = " 关 闭";
  426. this.btnClose.UseVisualStyleBackColor = false;
  427. //
  428. // panelDress
  429. //
  430. this.panelDress.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  431. this.panelDress.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  432. this.panelDress.BorderWidth = 1;
  433. this.panelDress.Controls.Add(this.chkDress);
  434. this.panelDress.Location = new System.Drawing.Point(93, 39);
  435. this.panelDress.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  436. this.panelDress.Name = "panelDress";
  437. this.panelDress.Size = new System.Drawing.Size(65, 30);
  438. this.panelDress.TabIndex = 219;
  439. //
  440. // chkDress
  441. //
  442. this.chkDress.AutoSize = true;
  443. this.chkDress.BackColor = System.Drawing.Color.Transparent;
  444. this.chkDress.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  445. this.chkDress.Font = new System.Drawing.Font("微软雅黑", 9F);
  446. this.chkDress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  447. this.chkDress.Fourstates = false;
  448. this.chkDress.IsGreenTick = false;
  449. this.chkDress.Location = new System.Drawing.Point(3, 5);
  450. this.chkDress.Name = "chkDress";
  451. this.chkDress.Size = new System.Drawing.Size(51, 21);
  452. this.chkDress.TabIndex = 226;
  453. this.chkDress.Text = "婚纱";
  454. this.chkDress.UseVisualStyleBackColor = false;
  455. //
  456. // panelChild
  457. //
  458. this.panelChild.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  459. this.panelChild.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  460. this.panelChild.BorderWidth = 1;
  461. this.panelChild.Controls.Add(this.chkChild);
  462. this.panelChild.Location = new System.Drawing.Point(160, 39);
  463. this.panelChild.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  464. this.panelChild.Name = "panelChild";
  465. this.panelChild.Size = new System.Drawing.Size(65, 30);
  466. this.panelChild.TabIndex = 219;
  467. //
  468. // chkChild
  469. //
  470. this.chkChild.AutoSize = true;
  471. this.chkChild.BackColor = System.Drawing.Color.Transparent;
  472. this.chkChild.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  473. this.chkChild.Font = new System.Drawing.Font("微软雅黑", 9F);
  474. this.chkChild.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  475. this.chkChild.Fourstates = false;
  476. this.chkChild.IsGreenTick = false;
  477. this.chkChild.Location = new System.Drawing.Point(3, 5);
  478. this.chkChild.Name = "chkChild";
  479. this.chkChild.Size = new System.Drawing.Size(51, 21);
  480. this.chkChild.TabIndex = 227;
  481. this.chkChild.Text = "儿童";
  482. this.chkChild.UseVisualStyleBackColor = false;
  483. //
  484. // panelPortrait
  485. //
  486. this.panelPortrait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  487. this.panelPortrait.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  488. this.panelPortrait.BorderWidth = 1;
  489. this.panelPortrait.Controls.Add(this.chkPortrait);
  490. this.panelPortrait.Location = new System.Drawing.Point(227, 39);
  491. this.panelPortrait.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  492. this.panelPortrait.Name = "panelPortrait";
  493. this.panelPortrait.Size = new System.Drawing.Size(65, 30);
  494. this.panelPortrait.TabIndex = 219;
  495. //
  496. // chkPortrait
  497. //
  498. this.chkPortrait.AutoSize = true;
  499. this.chkPortrait.BackColor = System.Drawing.Color.Transparent;
  500. this.chkPortrait.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  501. this.chkPortrait.Font = new System.Drawing.Font("微软雅黑", 9F);
  502. this.chkPortrait.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  503. this.chkPortrait.Fourstates = false;
  504. this.chkPortrait.IsGreenTick = false;
  505. this.chkPortrait.Location = new System.Drawing.Point(3, 5);
  506. this.chkPortrait.Name = "chkPortrait";
  507. this.chkPortrait.Size = new System.Drawing.Size(51, 21);
  508. this.chkPortrait.TabIndex = 228;
  509. this.chkPortrait.Text = "写真";
  510. this.chkPortrait.UseVisualStyleBackColor = false;
  511. //
  512. // panelService
  513. //
  514. this.panelService.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  515. this.panelService.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  516. this.panelService.BorderWidth = 1;
  517. this.panelService.Controls.Add(this.chkService);
  518. this.panelService.Location = new System.Drawing.Point(294, 39);
  519. this.panelService.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  520. this.panelService.Name = "panelService";
  521. this.panelService.Size = new System.Drawing.Size(65, 30);
  522. this.panelService.TabIndex = 219;
  523. //
  524. // chkService
  525. //
  526. this.chkService.AutoSize = true;
  527. this.chkService.BackColor = System.Drawing.Color.Transparent;
  528. this.chkService.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  529. this.chkService.Font = new System.Drawing.Font("微软雅黑", 9F);
  530. this.chkService.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  531. this.chkService.Fourstates = false;
  532. this.chkService.IsGreenTick = false;
  533. this.chkService.Location = new System.Drawing.Point(3, 5);
  534. this.chkService.Name = "chkService";
  535. this.chkService.Size = new System.Drawing.Size(51, 21);
  536. this.chkService.TabIndex = 229;
  537. this.chkService.Text = "服务";
  538. this.chkService.UseVisualStyleBackColor = false;
  539. //
  540. // panelWeddingCelebration
  541. //
  542. this.panelWeddingCelebration.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  543. this.panelWeddingCelebration.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  544. this.panelWeddingCelebration.BorderWidth = 1;
  545. this.panelWeddingCelebration.Controls.Add(this.chkWeddingCelebration);
  546. this.panelWeddingCelebration.Location = new System.Drawing.Point(361, 39);
  547. this.panelWeddingCelebration.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  548. this.panelWeddingCelebration.Name = "panelWeddingCelebration";
  549. this.panelWeddingCelebration.Size = new System.Drawing.Size(65, 30);
  550. this.panelWeddingCelebration.TabIndex = 220;
  551. //
  552. // chkWeddingCelebration
  553. //
  554. this.chkWeddingCelebration.AutoSize = true;
  555. this.chkWeddingCelebration.BackColor = System.Drawing.Color.Transparent;
  556. this.chkWeddingCelebration.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  557. this.chkWeddingCelebration.Font = new System.Drawing.Font("微软雅黑", 9F);
  558. this.chkWeddingCelebration.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  559. this.chkWeddingCelebration.Fourstates = false;
  560. this.chkWeddingCelebration.IsGreenTick = false;
  561. this.chkWeddingCelebration.Location = new System.Drawing.Point(3, 5);
  562. this.chkWeddingCelebration.Name = "chkWeddingCelebration";
  563. this.chkWeddingCelebration.Size = new System.Drawing.Size(51, 21);
  564. this.chkWeddingCelebration.TabIndex = 230;
  565. this.chkWeddingCelebration.Text = "婚庆";
  566. this.chkWeddingCelebration.UseVisualStyleBackColor = false;
  567. //
  568. // panelExport
  569. //
  570. this.panelExport.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  571. this.panelExport.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  572. this.panelExport.BorderWidth = 1;
  573. this.panelExport.Controls.Add(this.btnExport);
  574. this.panelExport.Location = new System.Drawing.Point(661, 5);
  575. this.panelExport.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  576. this.panelExport.Name = "panelExport";
  577. this.panelExport.Size = new System.Drawing.Size(90, 30);
  578. this.panelExport.TabIndex = 217;
  579. //
  580. // btnExport
  581. //
  582. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  583. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  584. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  585. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  586. this.btnExport.ForeColor = System.Drawing.Color.White;
  587. this.btnExport.IsCustomBackImg = false;
  588. this.btnExport.IsShowText = true;
  589. this.btnExport.Location = new System.Drawing.Point(1, 2);
  590. this.btnExport.Name = "btnExport";
  591. this.btnExport.Size = new System.Drawing.Size(85, 26);
  592. this.btnExport.TabIndex = 211;
  593. this.btnExport.Text = " 导 出";
  594. this.btnExport.UseVisualStyleBackColor = false;
  595. //
  596. // FrmPieceCommissionRecords
  597. //
  598. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  599. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  600. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  601. this.ClientSize = new System.Drawing.Size(879, 610);
  602. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  603. this.IsShowUcNavigationTool = true;
  604. this.Name = "FrmPieceCommissionRecords";
  605. this.Text = "计件式提成";
  606. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  607. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  608. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  609. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  610. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  611. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  612. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  613. this.plExMainContainer.ResumeLayout(false);
  614. this.plFormMainContent.ResumeLayout(false);
  615. this.panelEx2.ResumeLayout(false);
  616. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  617. this.flowLayoutPanel1.ResumeLayout(false);
  618. this.panelEx3.ResumeLayout(false);
  619. this.panelEx1.ResumeLayout(false);
  620. this.panelEx1.PerformLayout();
  621. this.panelQuery.ResumeLayout(false);
  622. this.panelConditionQuery.ResumeLayout(false);
  623. this.panelEntry.ResumeLayout(false);
  624. this.panelDelete.ResumeLayout(false);
  625. this.panelClose.ResumeLayout(false);
  626. this.panelDress.ResumeLayout(false);
  627. this.panelDress.PerformLayout();
  628. this.panelChild.ResumeLayout(false);
  629. this.panelChild.PerformLayout();
  630. this.panelPortrait.ResumeLayout(false);
  631. this.panelPortrait.PerformLayout();
  632. this.panelService.ResumeLayout(false);
  633. this.panelService.PerformLayout();
  634. this.panelWeddingCelebration.ResumeLayout(false);
  635. this.panelWeddingCelebration.PerformLayout();
  636. this.panelExport.ResumeLayout(false);
  637. this.ResumeLayout(false);
  638. }
  639. #endregion
  640. private ComponentLibrary.PanelEx panelEx2;
  641. protected ComponentLibrary.CheckBoxEx chkPortrait;
  642. protected ComponentLibrary.CheckBoxEx chkChild;
  643. protected ComponentLibrary.CheckBoxEx chkDress;
  644. protected internal ComponentLibrary.CheckBoxEx chkWeddingCelebration;
  645. private ComponentLibrary.PanelEx panelEx3;
  646. protected ComponentLibrary.TextBoxEx txtkeyword;
  647. protected internal ComponentLibrary.PanelEx panelEntry;
  648. protected internal ComponentLibrary.PanelEx panelDelete;
  649. protected internal ComponentLibrary.PanelEx panelClose;
  650. protected internal ComponentLibrary.PanelEx panelService;
  651. protected ComponentLibrary.CheckBoxEx chkService;
  652. protected internal ComponentLibrary.PanelEx panelDress;
  653. protected internal ComponentLibrary.PanelEx panelChild;
  654. protected internal ComponentLibrary.PanelEx panelPortrait;
  655. protected internal ComponentLibrary.PanelEx panelWeddingCelebration;
  656. private ComponentLibrary.PanelEx panelEx1;
  657. private ComponentLibrary.LabelEx labelEx1;
  658. protected internal ComponentLibrary.PanelEx panelQuery;
  659. protected internal ComponentLibrary.ButtonEx btnQuery;
  660. protected internal ComponentLibrary.PanelEx panelConditionQuery;
  661. protected internal ComponentLibrary.ButtonEx btnConditionQuery;
  662. protected internal ComponentLibrary.ButtonEx btnClose;
  663. protected internal ComponentLibrary.ButtonEx btnDelete;
  664. protected internal ComponentLibrary.ButtonEx btnEntry;
  665. protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeEnd;
  666. protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeStart;
  667. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  668. protected internal ComponentLibrary.DataGridViewEc dgvData;
  669. protected internal ComponentLibrary.PanelEx panelExport;
  670. protected internal ComponentLibrary.ButtonEx btnExport;
  671. }
  672. }