PhotosPrintsFormMain.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class PhotosPrintsFormMain
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhotosPrintsFormMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  33. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  34. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  37. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  38. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  39. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  40. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  41. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  42. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnPhotoPrints = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnPhotofinishingMonth = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnReworkStatistics = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.panelDressVersion = new LYFZ.ComponentLibrary.PanelEx();
  49. this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  50. this.panelKidsVersion = new LYFZ.ComponentLibrary.PanelEx();
  51. this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  52. this.panelPortraitVersion = new LYFZ.ComponentLibrary.PanelEx();
  53. this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  54. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  55. this.cbx_DesignNotPrint = new LYFZ.ComponentLibrary.CheckBoxEx();
  56. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  57. this.chkCompleteOrder = new LYFZ.ComponentLibrary.CheckBoxEx();
  58. this.plExMainContainer.SuspendLayout();
  59. this.plFormMainContent.SuspendLayout();
  60. this.panelEx1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  62. this.flowLayoutPanel1.SuspendLayout();
  63. this.panelStoreName.SuspendLayout();
  64. this.panelEx3.SuspendLayout();
  65. this.panelDressVersion.SuspendLayout();
  66. this.panelKidsVersion.SuspendLayout();
  67. this.panelPortraitVersion.SuspendLayout();
  68. this.panelEx2.SuspendLayout();
  69. this.panelEx4.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // plExMainContainer
  73. //
  74. this.plExMainContainer.AutoScroll = true;
  75. this.plExMainContainer.Controls.Add(this.panelEx1);
  76. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  77. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  78. this.plExMainContainer.Size = new System.Drawing.Size(1254, 505);
  79. //
  80. // plFormMainContent
  81. //
  82. this.plFormMainContent.Size = new System.Drawing.Size(1254, 545);
  83. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  84. //
  85. // btnAppFormMaximize
  86. //
  87. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  88. this.btnAppFormMaximize.Location = new System.Drawing.Point(1195, 0);
  89. //
  90. // btnAppFormExit
  91. //
  92. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  93. this.btnAppFormExit.Location = new System.Drawing.Point(1222, 0);
  94. //
  95. // btnAppFormMinimize
  96. //
  97. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  98. this.btnAppFormMinimize.Location = new System.Drawing.Point(1168, 0);
  99. //
  100. // cntmenu
  101. //
  102. this.cntmenu.Name = "cntmenu";
  103. this.cntmenu.Size = new System.Drawing.Size(61, 4);
  104. //
  105. // cmbQueryText
  106. //
  107. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  108. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  109. this.cmbQueryText.Icon = null;
  110. this.cmbQueryText.IconIsButton = false;
  111. this.cmbQueryText.IsPasswordChat = '\0';
  112. this.cmbQueryText.IsSystemPasswordChar = false;
  113. this.cmbQueryText.Lines = new string[0];
  114. this.cmbQueryText.Location = new System.Drawing.Point(0, 0);
  115. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  116. this.cmbQueryText.MaxLength = 32767;
  117. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  118. this.cmbQueryText.MouseBack = null;
  119. this.cmbQueryText.Multiline = false;
  120. this.cmbQueryText.Name = "cmbQueryText";
  121. this.cmbQueryText.NormlBack = null;
  122. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  123. this.cmbQueryText.ReadOnly = false;
  124. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  125. this.cmbQueryText.Size = new System.Drawing.Size(175, 28);
  126. this.cmbQueryText.TabIndex = 11;
  127. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  128. this.toolTip1.SetToolTip(this.cmbQueryText, "可根据:订单号、客户姓名、客户电话、接单人 进行查询");
  129. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  130. this.cmbQueryText.WaterText = "订单号、客户姓名、客户电话";
  131. this.cmbQueryText.WordWrap = true;
  132. //
  133. // panelEx1
  134. //
  135. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  136. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  137. this.panelEx1.BorderWidth = 1;
  138. this.panelEx1.Controls.Add(this.dgvData);
  139. this.panelEx1.Controls.Add(this.ucPagerEx1);
  140. this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
  141. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  142. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  144. this.panelEx1.Name = "panelEx1";
  145. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  146. this.panelEx1.Size = new System.Drawing.Size(1244, 495);
  147. this.panelEx1.TabIndex = 0;
  148. //
  149. // dgvData
  150. //
  151. this.dgvData.AllowUserToAddRows = false;
  152. this.dgvData.AllowUserToDeleteRows = false;
  153. this.dgvData.AllowUserToOrderColumns = true;
  154. this.dgvData.AllowUserToResizeRows = false;
  155. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  156. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  157. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  158. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  159. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  161. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  162. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  163. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  164. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  165. this.dgvData.dgvColumnHeadersHeight = 24;
  166. this.dgvData.dgvCurrentColumnOriginalSet = "";
  167. this.dgvData.dgvCurrentColumnWidth = "";
  168. this.dgvData.dgvCurrentHideColumn = null;
  169. this.dgvData.dgvFixedHideColumn = null;
  170. this.dgvData.dgvGuidName = null;
  171. this.dgvData.dgvUserEmployeeID = null;
  172. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.dgvData.EnableHeadersVisualStyles = false;
  174. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  175. this.dgvData.ImageHeight = 15;
  176. this.dgvData.ImageWidth = 15;
  177. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  178. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  179. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  180. this.dgvData.IsCompleteBonding = false;
  181. this.dgvData.IsCopyCellValue = true;
  182. this.dgvData.IsShowSerialNumber = false;
  183. this.dgvData.IsSortedRedraw = true;
  184. this.dgvData.IsSortMode = false;
  185. this.dgvData.Location = new System.Drawing.Point(3, 39);
  186. this.dgvData.Name = "dgvData";
  187. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  188. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  189. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  191. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  192. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  193. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  194. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  195. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  196. this.dgvData.RowHeadersWidth = 25;
  197. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  198. this.dgvData.RowTemplate.Height = 23;
  199. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  200. this.dgvData.Size = new System.Drawing.Size(1238, 397);
  201. this.dgvData.StrSecondStageNull = "";
  202. this.dgvData.StrValueNullColumn = "";
  203. this.dgvData.TabIndex = 33;
  204. this.dgvData.ViceCount = 1;
  205. //
  206. // ucPagerEx1
  207. //
  208. this.ucPagerEx1.CurrentPageCount = 0;
  209. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  210. this.ucPagerEx1.Location = new System.Drawing.Point(3, 436);
  211. this.ucPagerEx1.Name = "ucPagerEx1";
  212. this.ucPagerEx1.NMax = 0;
  213. this.ucPagerEx1.PageCount = 0;
  214. this.ucPagerEx1.PageCurrent = 1;
  215. this.ucPagerEx1.PageSize = 20;
  216. this.ucPagerEx1.Size = new System.Drawing.Size(1238, 30);
  217. this.ucPagerEx1.TabIndex = 36;
  218. this.ucPagerEx1.TbDataSource = null;
  219. //
  220. // dataGridViewStatisticsCount1
  221. //
  222. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  223. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  224. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 466);
  225. this.dataGridViewStatisticsCount1.LocationX = 1;
  226. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  227. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(1238, 26);
  228. this.dataGridViewStatisticsCount1.StrUnit = "单";
  229. this.dataGridViewStatisticsCount1.TabIndex = 35;
  230. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  231. this.dataGridViewStatisticsCount1.Visible = false;
  232. //
  233. // flowLayoutPanel1
  234. //
  235. this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
  236. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  237. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  238. this.flowLayoutPanel1.Controls.Add(this.btnPhotoPrints);
  239. this.flowLayoutPanel1.Controls.Add(this.btnPhotofinishingMonth);
  240. this.flowLayoutPanel1.Controls.Add(this.btnReworkStatistics);
  241. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  242. this.flowLayoutPanel1.Controls.Add(this.panelDressVersion);
  243. this.flowLayoutPanel1.Controls.Add(this.panelKidsVersion);
  244. this.flowLayoutPanel1.Controls.Add(this.panelPortraitVersion);
  245. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  246. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  247. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  248. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  249. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  250. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  251. this.flowLayoutPanel1.Size = new System.Drawing.Size(1238, 36);
  252. this.flowLayoutPanel1.TabIndex = 34;
  253. //
  254. // panelStoreName
  255. //
  256. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  257. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  258. this.panelStoreName.BorderWidth = 1;
  259. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  260. this.panelStoreName.Location = new System.Drawing.Point(1, 4);
  261. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  262. this.panelStoreName.Name = "panelStoreName";
  263. this.panelStoreName.Size = new System.Drawing.Size(210, 28);
  264. this.panelStoreName.TabIndex = 211;
  265. //
  266. // cmbtreevStoreName
  267. //
  268. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  269. this.cmbtreevStoreName.DropDownHeight = 220;
  270. this.cmbtreevStoreName.DropDownShow = false;
  271. this.cmbtreevStoreName.FormattingEnabled = true;
  272. this.cmbtreevStoreName.IntegralHeight = false;
  273. this.cmbtreevStoreName.IsNodeMouseClick = true;
  274. this.cmbtreevStoreName.IsSelectParentNode = false;
  275. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4);
  276. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  277. this.cmbtreevStoreName.ReadOnly = true;
  278. this.cmbtreevStoreName.SelectedNode = null;
  279. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  280. this.cmbtreevStoreName.StrGetName = "";
  281. this.cmbtreevStoreName.StrGetTagName = "";
  282. this.cmbtreevStoreName.StrKey = null;
  283. this.cmbtreevStoreName.TabIndex = 274;
  284. //
  285. // panelEx3
  286. //
  287. this.panelEx3.BackColor = System.Drawing.Color.Transparent;
  288. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  289. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  290. this.panelEx3.BorderWidth = 1;
  291. this.panelEx3.Controls.Add(this.cmbQueryText);
  292. this.panelEx3.Location = new System.Drawing.Point(213, 4);
  293. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  294. this.panelEx3.Name = "panelEx3";
  295. this.panelEx3.Size = new System.Drawing.Size(180, 28);
  296. this.panelEx3.TabIndex = 29;
  297. //
  298. // btnQuery
  299. //
  300. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  301. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  302. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  303. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  304. this.btnQuery.ForeColor = System.Drawing.Color.White;
  305. this.btnQuery.IsCustomBackImg = false;
  306. this.btnQuery.IsShowText = true;
  307. this.btnQuery.Location = new System.Drawing.Point(397, 4);
  308. this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  309. this.btnQuery.Name = "btnQuery";
  310. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  311. this.btnQuery.TabIndex = 2;
  312. this.btnQuery.Text = " 查 询";
  313. this.btnQuery.UseVisualStyleBackColor = false;
  314. //
  315. // btnPhotoPrints
  316. //
  317. this.btnPhotoPrints.BackColor = System.Drawing.Color.Transparent;
  318. this.btnPhotoPrints.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotoPrints.BackImg")));
  319. this.btnPhotoPrints.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  320. this.btnPhotoPrints.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  321. this.btnPhotoPrints.ForeColor = System.Drawing.Color.White;
  322. this.btnPhotoPrints.IsCustomBackImg = false;
  323. this.btnPhotoPrints.IsShowText = true;
  324. this.btnPhotoPrints.Location = new System.Drawing.Point(488, 4);
  325. this.btnPhotoPrints.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  326. this.btnPhotoPrints.Name = "btnPhotoPrints";
  327. this.btnPhotoPrints.Size = new System.Drawing.Size(85, 28);
  328. this.btnPhotoPrints.TabIndex = 6;
  329. this.btnPhotoPrints.Text = " 相片冲印";
  330. this.btnPhotoPrints.UseVisualStyleBackColor = false;
  331. //
  332. // btnPhotofinishingMonth
  333. //
  334. this.btnPhotofinishingMonth.BackColor = System.Drawing.Color.Transparent;
  335. this.btnPhotofinishingMonth.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotofinishingMonth.BackImg")));
  336. this.btnPhotofinishingMonth.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  337. this.btnPhotofinishingMonth.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  338. this.btnPhotofinishingMonth.ForeColor = System.Drawing.Color.White;
  339. this.btnPhotofinishingMonth.IsCustomBackImg = false;
  340. this.btnPhotofinishingMonth.IsShowText = true;
  341. this.btnPhotofinishingMonth.Location = new System.Drawing.Point(579, 4);
  342. this.btnPhotofinishingMonth.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  343. this.btnPhotofinishingMonth.Name = "btnPhotofinishingMonth";
  344. this.btnPhotofinishingMonth.Size = new System.Drawing.Size(85, 28);
  345. this.btnPhotofinishingMonth.TabIndex = 7;
  346. this.btnPhotofinishingMonth.Text = " 本月冲印";
  347. this.btnPhotofinishingMonth.UseVisualStyleBackColor = false;
  348. //
  349. // btnReworkStatistics
  350. //
  351. this.btnReworkStatistics.BackColor = System.Drawing.Color.Transparent;
  352. this.btnReworkStatistics.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReworkStatistics.BackImg")));
  353. this.btnReworkStatistics.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  354. this.btnReworkStatistics.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  355. this.btnReworkStatistics.ForeColor = System.Drawing.Color.White;
  356. this.btnReworkStatistics.IsCustomBackImg = false;
  357. this.btnReworkStatistics.IsShowText = true;
  358. this.btnReworkStatistics.Location = new System.Drawing.Point(670, 4);
  359. this.btnReworkStatistics.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  360. this.btnReworkStatistics.Name = "btnReworkStatistics";
  361. this.btnReworkStatistics.Size = new System.Drawing.Size(85, 28);
  362. this.btnReworkStatistics.TabIndex = 31;
  363. this.btnReworkStatistics.Text = " 返工统计";
  364. this.btnReworkStatistics.UseVisualStyleBackColor = false;
  365. //
  366. // btnClose
  367. //
  368. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  369. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  370. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  371. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  372. this.btnClose.ForeColor = System.Drawing.Color.White;
  373. this.btnClose.IsCustomBackImg = false;
  374. this.btnClose.IsShowText = true;
  375. this.btnClose.Location = new System.Drawing.Point(761, 4);
  376. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  377. this.btnClose.Name = "btnClose";
  378. this.btnClose.Size = new System.Drawing.Size(85, 28);
  379. this.btnClose.TabIndex = 8;
  380. this.btnClose.Text = " 关 闭";
  381. this.btnClose.UseVisualStyleBackColor = false;
  382. //
  383. // panelDressVersion
  384. //
  385. this.panelDressVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  386. this.panelDressVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  387. this.panelDressVersion.BorderWidth = 1;
  388. this.panelDressVersion.Controls.Add(this.chkDressVersion);
  389. this.panelDressVersion.Location = new System.Drawing.Point(850, 4);
  390. this.panelDressVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  391. this.panelDressVersion.Name = "panelDressVersion";
  392. this.panelDressVersion.Size = new System.Drawing.Size(60, 28);
  393. this.panelDressVersion.TabIndex = 212;
  394. //
  395. // chkDressVersion
  396. //
  397. this.chkDressVersion.AutoSize = true;
  398. this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;
  399. this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  400. this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  401. this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  402. this.chkDressVersion.Fourstates = false;
  403. this.chkDressVersion.IsGreenTick = false;
  404. this.chkDressVersion.Location = new System.Drawing.Point(3, 3);
  405. this.chkDressVersion.Name = "chkDressVersion";
  406. this.chkDressVersion.Size = new System.Drawing.Size(51, 21);
  407. this.chkDressVersion.TabIndex = 12;
  408. this.chkDressVersion.Text = "婚纱";
  409. this.chkDressVersion.UseVisualStyleBackColor = false;
  410. //
  411. // panelKidsVersion
  412. //
  413. this.panelKidsVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  414. this.panelKidsVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  415. this.panelKidsVersion.BorderWidth = 1;
  416. this.panelKidsVersion.Controls.Add(this.chkKidsVersion);
  417. this.panelKidsVersion.Location = new System.Drawing.Point(912, 4);
  418. this.panelKidsVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  419. this.panelKidsVersion.Name = "panelKidsVersion";
  420. this.panelKidsVersion.Size = new System.Drawing.Size(60, 28);
  421. this.panelKidsVersion.TabIndex = 213;
  422. //
  423. // chkKidsVersion
  424. //
  425. this.chkKidsVersion.AutoSize = true;
  426. this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;
  427. this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  428. this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  429. this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  430. this.chkKidsVersion.Fourstates = false;
  431. this.chkKidsVersion.IsGreenTick = false;
  432. this.chkKidsVersion.Location = new System.Drawing.Point(3, 3);
  433. this.chkKidsVersion.Name = "chkKidsVersion";
  434. this.chkKidsVersion.Size = new System.Drawing.Size(51, 21);
  435. this.chkKidsVersion.TabIndex = 13;
  436. this.chkKidsVersion.Text = "儿童";
  437. this.chkKidsVersion.UseVisualStyleBackColor = false;
  438. //
  439. // panelPortraitVersion
  440. //
  441. this.panelPortraitVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  442. this.panelPortraitVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  443. this.panelPortraitVersion.BorderWidth = 1;
  444. this.panelPortraitVersion.Controls.Add(this.chkPortraitVersion);
  445. this.panelPortraitVersion.Location = new System.Drawing.Point(974, 4);
  446. this.panelPortraitVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  447. this.panelPortraitVersion.Name = "panelPortraitVersion";
  448. this.panelPortraitVersion.Size = new System.Drawing.Size(60, 28);
  449. this.panelPortraitVersion.TabIndex = 213;
  450. //
  451. // chkPortraitVersion
  452. //
  453. this.chkPortraitVersion.AutoSize = true;
  454. this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  455. this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  456. this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  457. this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  458. this.chkPortraitVersion.Fourstates = false;
  459. this.chkPortraitVersion.IsGreenTick = false;
  460. this.chkPortraitVersion.Location = new System.Drawing.Point(3, 3);
  461. this.chkPortraitVersion.Name = "chkPortraitVersion";
  462. this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21);
  463. this.chkPortraitVersion.TabIndex = 22;
  464. this.chkPortraitVersion.Text = "写真";
  465. this.chkPortraitVersion.UseVisualStyleBackColor = false;
  466. //
  467. // panelEx2
  468. //
  469. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  470. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  471. this.panelEx2.BorderWidth = 1;
  472. this.panelEx2.Controls.Add(this.cbx_DesignNotPrint);
  473. this.panelEx2.Location = new System.Drawing.Point(1036, 4);
  474. this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  475. this.panelEx2.Name = "panelEx2";
  476. this.panelEx2.Size = new System.Drawing.Size(105, 28);
  477. this.panelEx2.TabIndex = 213;
  478. //
  479. // cbx_DesignNotPrint
  480. //
  481. this.cbx_DesignNotPrint.AutoSize = true;
  482. this.cbx_DesignNotPrint.BackColor = System.Drawing.Color.Transparent;
  483. this.cbx_DesignNotPrint.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  484. this.cbx_DesignNotPrint.Font = new System.Drawing.Font("微软雅黑", 9F);
  485. this.cbx_DesignNotPrint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  486. this.cbx_DesignNotPrint.Fourstates = false;
  487. this.cbx_DesignNotPrint.IsGreenTick = false;
  488. this.cbx_DesignNotPrint.Location = new System.Drawing.Point(3, 3);
  489. this.cbx_DesignNotPrint.Name = "cbx_DesignNotPrint";
  490. this.cbx_DesignNotPrint.Size = new System.Drawing.Size(99, 21);
  491. this.cbx_DesignNotPrint.TabIndex = 22;
  492. this.cbx_DesignNotPrint.Text = "已设计未冲印";
  493. this.cbx_DesignNotPrint.UseVisualStyleBackColor = false;
  494. //
  495. // panelEx4
  496. //
  497. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  498. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  499. this.panelEx4.BorderWidth = 1;
  500. this.panelEx4.Controls.Add(this.chkCompleteOrder);
  501. this.panelEx4.Location = new System.Drawing.Point(1, 36);
  502. this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  503. this.panelEx4.Name = "panelEx4";
  504. this.panelEx4.Size = new System.Drawing.Size(97, 28);
  505. this.panelEx4.TabIndex = 217;
  506. //
  507. // chkCompleteOrder
  508. //
  509. this.chkCompleteOrder.AutoSize = true;
  510. this.chkCompleteOrder.BackColor = System.Drawing.Color.Transparent;
  511. this.chkCompleteOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  512. this.chkCompleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F);
  513. this.chkCompleteOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  514. this.chkCompleteOrder.Fourstates = false;
  515. this.chkCompleteOrder.IsGreenTick = false;
  516. this.chkCompleteOrder.Location = new System.Drawing.Point(3, 3);
  517. this.chkCompleteOrder.Name = "chkCompleteOrder";
  518. this.chkCompleteOrder.Size = new System.Drawing.Size(87, 21);
  519. this.chkCompleteOrder.TabIndex = 22;
  520. this.chkCompleteOrder.Text = "已完成订单";
  521. this.chkCompleteOrder.UseVisualStyleBackColor = false;
  522. //
  523. // PhotosPrintsFormMain
  524. //
  525. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  526. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  527. this.ClientSize = new System.Drawing.Size(1254, 610);
  528. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  529. this.IsShowUcNavigationTool = true;
  530. this.Name = "PhotosPrintsFormMain";
  531. this.Text = "相片冲印";
  532. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  533. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  534. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  535. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  536. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  537. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  538. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  539. this.plExMainContainer.ResumeLayout(false);
  540. this.plFormMainContent.ResumeLayout(false);
  541. this.panelEx1.ResumeLayout(false);
  542. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  543. this.flowLayoutPanel1.ResumeLayout(false);
  544. this.panelStoreName.ResumeLayout(false);
  545. this.panelEx3.ResumeLayout(false);
  546. this.panelDressVersion.ResumeLayout(false);
  547. this.panelDressVersion.PerformLayout();
  548. this.panelKidsVersion.ResumeLayout(false);
  549. this.panelKidsVersion.PerformLayout();
  550. this.panelPortraitVersion.ResumeLayout(false);
  551. this.panelPortraitVersion.PerformLayout();
  552. this.panelEx2.ResumeLayout(false);
  553. this.panelEx2.PerformLayout();
  554. this.panelEx4.ResumeLayout(false);
  555. this.panelEx4.PerformLayout();
  556. this.ResumeLayout(false);
  557. }
  558. #endregion
  559. private ComponentLibrary.ContextMenuStripEx cntmenu;
  560. private System.Windows.Forms.ToolTip toolTip1;
  561. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  562. private ComponentLibrary.PanelEx panelEx3;
  563. protected ComponentLibrary.TextBoxEx cmbQueryText;
  564. protected ComponentLibrary.CheckBoxEx chkDressVersion;
  565. protected ComponentLibrary.CheckBoxEx chkKidsVersion;
  566. protected ComponentLibrary.CheckBoxEx chkPortraitVersion;
  567. protected ComponentLibrary.DataGridViewEc dgvData;
  568. protected ComponentLibrary.PanelEx panelEx1;
  569. protected internal ComponentLibrary.PanelEx panelStoreName;
  570. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  571. protected internal ComponentLibrary.PanelEx panelDressVersion;
  572. protected internal ComponentLibrary.PanelEx panelKidsVersion;
  573. protected internal ComponentLibrary.PanelEx panelPortraitVersion;
  574. protected internal ComponentLibrary.ButtonEx btnQuery;
  575. protected internal ComponentLibrary.ButtonEx btnPhotoPrints;
  576. protected internal ComponentLibrary.ButtonEx btnPhotofinishingMonth;
  577. protected internal ComponentLibrary.ButtonEx btnClose;
  578. protected internal ComponentLibrary.ButtonEx btnReworkStatistics;
  579. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  580. protected internal ComponentLibrary.PanelEx panelEx2;
  581. public ComponentLibrary.CheckBoxEx cbx_DesignNotPrint;
  582. protected UCPager.ucPagerEx ucPagerEx1;
  583. protected internal ComponentLibrary.PanelEx panelEx4;
  584. protected ComponentLibrary.CheckBoxEx chkCompleteOrder;
  585. }
  586. }