OrderReportFormMain.Designer.cs 44 KB

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