SelectDressReservationQuerySmallForm.Designer.cs 30 KB

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