LookSampleReservationQuerySmallForm.Designer.cs 32 KB

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