CameraControlQuerySmallForm.Designer.cs 32 KB

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