TakePiecesReservationQuerySmallForm.Designer.cs 34 KB

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