SetCameraTemplate.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. namespace LYFZ.Software.NewCameraControlBook
  2. {
  3. partial class SetCameraTemplate
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetCameraTemplate));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
  32. this.rdoPhotographed = new LYFZ.ComponentLibrary.RadioButtonEx();
  33. this.rdoFilmSelection = new LYFZ.ComponentLibrary.RadioButtonEx();
  34. this.rdoLookDesign = new LYFZ.ComponentLibrary.RadioButtonEx();
  35. this.rdoTotakePiece = new LYFZ.ComponentLibrary.RadioButtonEx();
  36. this.rdoService = new LYFZ.ComponentLibrary.RadioButtonEx();
  37. this.rdoSelectDress = new LYFZ.ComponentLibrary.RadioButtonEx();
  38. this.rdoHospitalClient = new LYFZ.ComponentLibrary.RadioButtonEx();
  39. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  40. this.lbShopName = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.lkBeforeDay = new System.Windows.Forms.LinkLabel();
  43. this.dateTimePickerStar = new LYFZ.ComponentLibrary.DateTimePickerEx();
  44. this.lkAfterDay = new System.Windows.Forms.LinkLabel();
  45. this.lkNearlyOneWeek = new System.Windows.Forms.LinkLabel();
  46. this.btnExportTemplate = new LYFZ.ComponentLibrary.ButtonForm();
  47. this.btnImportTemplate = new LYFZ.ComponentLibrary.ButtonForm();
  48. this.btnDellTle = new LYFZ.ComponentLibrary.ButtonForm();
  49. this.plTbleContainer = new LYFZ.ComponentLibrary.PanelEx();
  50. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  51. this.tpsInfo = new System.Windows.Forms.ToolTip(this.components);
  52. this.cmenuCameraBook = new System.Windows.Forms.ContextMenuStrip(this.components);
  53. this.添加图钉ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54. this.删除图钉ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55. this.btnDelError = new LYFZ.ComponentLibrary.ButtonForm();
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. this.panel1.SuspendLayout();
  59. this.flowLayoutPanel3.SuspendLayout();
  60. this.flowLayoutPanel2.SuspendLayout();
  61. this.cmenuCameraBook.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // plExMainContainer
  65. //
  66. this.plExMainContainer.BackColor = System.Drawing.Color.White;
  67. this.plExMainContainer.Controls.Add(this.plTbleContainer);
  68. this.plExMainContainer.Controls.Add(this.ucPagerEx1);
  69. this.plExMainContainer.Controls.Add(this.panel1);
  70. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  71. this.plExMainContainer.Size = new System.Drawing.Size(1024, 703);
  72. //
  73. // plFormMainContent
  74. //
  75. this.plFormMainContent.Size = new System.Drawing.Size(1024, 703);
  76. //
  77. // btnAppFormMaximize
  78. //
  79. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  80. this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
  81. //
  82. // btnAppFormExit
  83. //
  84. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  85. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  86. //
  87. // btnAppFormMinimize
  88. //
  89. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  90. this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
  91. //
  92. // panel1
  93. //
  94. this.panel1.Controls.Add(this.flowLayoutPanel3);
  95. this.panel1.Controls.Add(this.flowLayoutPanel2);
  96. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  97. this.panel1.Location = new System.Drawing.Point(5, 5);
  98. this.panel1.Name = "panel1";
  99. this.panel1.Size = new System.Drawing.Size(1014, 80);
  100. this.panel1.TabIndex = 281;
  101. //
  102. // flowLayoutPanel3
  103. //
  104. this.flowLayoutPanel3.Controls.Add(this.rdoPhotographed);
  105. this.flowLayoutPanel3.Controls.Add(this.rdoFilmSelection);
  106. this.flowLayoutPanel3.Controls.Add(this.rdoLookDesign);
  107. this.flowLayoutPanel3.Controls.Add(this.rdoTotakePiece);
  108. this.flowLayoutPanel3.Controls.Add(this.rdoService);
  109. this.flowLayoutPanel3.Controls.Add(this.rdoSelectDress);
  110. this.flowLayoutPanel3.Controls.Add(this.rdoHospitalClient);
  111. this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Top;
  112. this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 38);
  113. this.flowLayoutPanel3.Name = "flowLayoutPanel3";
  114. this.flowLayoutPanel3.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
  115. this.flowLayoutPanel3.Size = new System.Drawing.Size(1014, 36);
  116. this.flowLayoutPanel3.TabIndex = 282;
  117. //
  118. // rdoPhotographed
  119. //
  120. this.rdoPhotographed.AutoSize = true;
  121. this.rdoPhotographed.BackColor = System.Drawing.Color.Transparent;
  122. this.rdoPhotographed.Checked = true;
  123. this.rdoPhotographed.Font = new System.Drawing.Font("微软雅黑", 9F);
  124. this.rdoPhotographed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  125. this.rdoPhotographed.Location = new System.Drawing.Point(3, 7);
  126. this.rdoPhotographed.Name = "rdoPhotographed";
  127. this.rdoPhotographed.Size = new System.Drawing.Size(74, 21);
  128. this.rdoPhotographed.TabIndex = 138;
  129. this.rdoPhotographed.TabStop = true;
  130. this.rdoPhotographed.Text = "拍照客人";
  131. this.rdoPhotographed.UseVisualStyleBackColor = false;
  132. //
  133. // rdoFilmSelection
  134. //
  135. this.rdoFilmSelection.AutoSize = true;
  136. this.rdoFilmSelection.BackColor = System.Drawing.Color.Transparent;
  137. this.rdoFilmSelection.Font = new System.Drawing.Font("微软雅黑", 9F);
  138. this.rdoFilmSelection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  139. this.rdoFilmSelection.Location = new System.Drawing.Point(83, 7);
  140. this.rdoFilmSelection.Name = "rdoFilmSelection";
  141. this.rdoFilmSelection.Size = new System.Drawing.Size(74, 21);
  142. this.rdoFilmSelection.TabIndex = 139;
  143. this.rdoFilmSelection.Text = "选片客人";
  144. this.rdoFilmSelection.UseVisualStyleBackColor = false;
  145. //
  146. // rdoLookDesign
  147. //
  148. this.rdoLookDesign.AutoSize = true;
  149. this.rdoLookDesign.BackColor = System.Drawing.Color.Transparent;
  150. this.rdoLookDesign.Font = new System.Drawing.Font("微软雅黑", 9F);
  151. this.rdoLookDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  152. this.rdoLookDesign.Location = new System.Drawing.Point(163, 7);
  153. this.rdoLookDesign.Name = "rdoLookDesign";
  154. this.rdoLookDesign.Size = new System.Drawing.Size(74, 21);
  155. this.rdoLookDesign.TabIndex = 140;
  156. this.rdoLookDesign.Text = "看版客人";
  157. this.rdoLookDesign.UseVisualStyleBackColor = false;
  158. //
  159. // rdoTotakePiece
  160. //
  161. this.rdoTotakePiece.AutoSize = true;
  162. this.rdoTotakePiece.BackColor = System.Drawing.Color.Transparent;
  163. this.rdoTotakePiece.Font = new System.Drawing.Font("微软雅黑", 9F);
  164. this.rdoTotakePiece.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  165. this.rdoTotakePiece.Location = new System.Drawing.Point(243, 7);
  166. this.rdoTotakePiece.Name = "rdoTotakePiece";
  167. this.rdoTotakePiece.Size = new System.Drawing.Size(74, 21);
  168. this.rdoTotakePiece.TabIndex = 141;
  169. this.rdoTotakePiece.Text = "取件客人";
  170. this.rdoTotakePiece.UseVisualStyleBackColor = false;
  171. //
  172. // rdoService
  173. //
  174. this.rdoService.AutoSize = true;
  175. this.rdoService.BackColor = System.Drawing.Color.Transparent;
  176. this.rdoService.Font = new System.Drawing.Font("微软雅黑", 9F);
  177. this.rdoService.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  178. this.rdoService.Location = new System.Drawing.Point(323, 7);
  179. this.rdoService.Name = "rdoService";
  180. this.rdoService.Size = new System.Drawing.Size(74, 21);
  181. this.rdoService.TabIndex = 142;
  182. this.rdoService.Text = "服务客人";
  183. this.rdoService.UseVisualStyleBackColor = false;
  184. //
  185. // rdoSelectDress
  186. //
  187. this.rdoSelectDress.AutoSize = true;
  188. this.rdoSelectDress.BackColor = System.Drawing.Color.Transparent;
  189. this.rdoSelectDress.Font = new System.Drawing.Font("微软雅黑", 9F);
  190. this.rdoSelectDress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  191. this.rdoSelectDress.Location = new System.Drawing.Point(403, 7);
  192. this.rdoSelectDress.Name = "rdoSelectDress";
  193. this.rdoSelectDress.Size = new System.Drawing.Size(74, 21);
  194. this.rdoSelectDress.TabIndex = 143;
  195. this.rdoSelectDress.Text = "选衣客人";
  196. this.rdoSelectDress.UseVisualStyleBackColor = false;
  197. //
  198. // rdoHospitalClient
  199. //
  200. this.rdoHospitalClient.AutoSize = true;
  201. this.rdoHospitalClient.BackColor = System.Drawing.Color.Transparent;
  202. this.rdoHospitalClient.Font = new System.Drawing.Font("微软雅黑", 9F);
  203. this.rdoHospitalClient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  204. this.rdoHospitalClient.Location = new System.Drawing.Point(483, 7);
  205. this.rdoHospitalClient.Name = "rdoHospitalClient";
  206. this.rdoHospitalClient.Size = new System.Drawing.Size(74, 21);
  207. this.rdoHospitalClient.TabIndex = 144;
  208. this.rdoHospitalClient.Text = "爱婴上门";
  209. this.rdoHospitalClient.UseVisualStyleBackColor = false;
  210. //
  211. // flowLayoutPanel2
  212. //
  213. this.flowLayoutPanel2.Controls.Add(this.lbShopName);
  214. this.flowLayoutPanel2.Controls.Add(this.labelEx4);
  215. this.flowLayoutPanel2.Controls.Add(this.lkBeforeDay);
  216. this.flowLayoutPanel2.Controls.Add(this.dateTimePickerStar);
  217. this.flowLayoutPanel2.Controls.Add(this.lkAfterDay);
  218. this.flowLayoutPanel2.Controls.Add(this.lkNearlyOneWeek);
  219. this.flowLayoutPanel2.Controls.Add(this.btnExportTemplate);
  220. this.flowLayoutPanel2.Controls.Add(this.btnImportTemplate);
  221. this.flowLayoutPanel2.Controls.Add(this.btnDellTle);
  222. this.flowLayoutPanel2.Controls.Add(this.btnDelError);
  223. this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  224. this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  225. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  226. this.flowLayoutPanel2.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  227. this.flowLayoutPanel2.Size = new System.Drawing.Size(1014, 38);
  228. this.flowLayoutPanel2.TabIndex = 281;
  229. //
  230. // lbShopName
  231. //
  232. this.lbShopName.AutoSize = true;
  233. this.lbShopName.BackColor = System.Drawing.Color.Transparent;
  234. this.lbShopName.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  235. this.lbShopName.ForeColor = System.Drawing.Color.DodgerBlue;
  236. this.lbShopName.Location = new System.Drawing.Point(1, 9);
  237. this.lbShopName.Margin = new System.Windows.Forms.Padding(1, 4, 1, 0);
  238. this.lbShopName.Name = "lbShopName";
  239. this.lbShopName.Size = new System.Drawing.Size(51, 19);
  240. this.lbShopName.TabIndex = 275;
  241. this.lbShopName.Text = "门店名";
  242. //
  243. // labelEx4
  244. //
  245. this.labelEx4.AutoSize = true;
  246. this.labelEx4.BackColor = System.Drawing.Color.Transparent;
  247. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  248. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  249. this.labelEx4.Location = new System.Drawing.Point(54, 9);
  250. this.labelEx4.Margin = new System.Windows.Forms.Padding(1, 4, 1, 0);
  251. this.labelEx4.Name = "labelEx4";
  252. this.labelEx4.Size = new System.Drawing.Size(65, 19);
  253. this.labelEx4.TabIndex = 275;
  254. this.labelEx4.Text = "时间周期";
  255. //
  256. // lkBeforeDay
  257. //
  258. this.lkBeforeDay.AutoSize = true;
  259. this.lkBeforeDay.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.lkBeforeDay.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  261. this.lkBeforeDay.LinkColor = System.Drawing.Color.Teal;
  262. this.lkBeforeDay.Location = new System.Drawing.Point(121, 13);
  263. this.lkBeforeDay.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
  264. this.lkBeforeDay.Name = "lkBeforeDay";
  265. this.lkBeforeDay.Size = new System.Drawing.Size(68, 14);
  266. this.lkBeforeDay.TabIndex = 281;
  267. this.lkBeforeDay.TabStop = true;
  268. this.lkBeforeDay.Text = "<<上一周";
  269. //
  270. // dateTimePickerStar
  271. //
  272. this.dateTimePickerStar.CustomFormat = " ";
  273. this.dateTimePickerStar.DateValue = "";
  274. this.dateTimePickerStar.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  275. this.dateTimePickerStar.IsShowTime = false;
  276. this.dateTimePickerStar.Location = new System.Drawing.Point(193, 8);
  277. this.dateTimePickerStar.Name = "dateTimePickerStar";
  278. this.dateTimePickerStar.Size = new System.Drawing.Size(110, 21);
  279. this.dateTimePickerStar.TabIndex = 282;
  280. //
  281. // lkAfterDay
  282. //
  283. this.lkAfterDay.AutoSize = true;
  284. this.lkAfterDay.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.lkAfterDay.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  286. this.lkAfterDay.LinkColor = System.Drawing.Color.Teal;
  287. this.lkAfterDay.Location = new System.Drawing.Point(307, 13);
  288. this.lkAfterDay.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
  289. this.lkAfterDay.Name = "lkAfterDay";
  290. this.lkAfterDay.Size = new System.Drawing.Size(68, 14);
  291. this.lkAfterDay.TabIndex = 281;
  292. this.lkAfterDay.TabStop = true;
  293. this.lkAfterDay.Text = "下一周>>";
  294. //
  295. // lkNearlyOneWeek
  296. //
  297. this.lkNearlyOneWeek.AutoSize = true;
  298. this.lkNearlyOneWeek.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.lkNearlyOneWeek.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  300. this.lkNearlyOneWeek.LinkColor = System.Drawing.Color.Teal;
  301. this.lkNearlyOneWeek.Location = new System.Drawing.Point(377, 13);
  302. this.lkNearlyOneWeek.Margin = new System.Windows.Forms.Padding(1, 8, 50, 0);
  303. this.lkNearlyOneWeek.Name = "lkNearlyOneWeek";
  304. this.lkNearlyOneWeek.Size = new System.Drawing.Size(37, 14);
  305. this.lkNearlyOneWeek.TabIndex = 281;
  306. this.lkNearlyOneWeek.TabStop = true;
  307. this.lkNearlyOneWeek.Text = "本周";
  308. //
  309. // btnExportTemplate
  310. //
  311. this.btnExportTemplate.BackColor = System.Drawing.Color.Transparent;
  312. this.btnExportTemplate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportTemplate.BackImg")));
  313. this.btnExportTemplate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  314. this.btnExportTemplate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  315. this.btnExportTemplate.ForeColor = System.Drawing.Color.White;
  316. this.btnExportTemplate.IsCustomBackImg = false;
  317. this.btnExportTemplate.IsShowText = true;
  318. this.btnExportTemplate.Location = new System.Drawing.Point(467, 8);
  319. this.btnExportTemplate.Name = "btnExportTemplate";
  320. this.btnExportTemplate.Size = new System.Drawing.Size(85, 24);
  321. this.btnExportTemplate.TabIndex = 145;
  322. this.btnExportTemplate.Text = "导出模板";
  323. this.btnExportTemplate.UseVisualStyleBackColor = false;
  324. //
  325. // btnImportTemplate
  326. //
  327. this.btnImportTemplate.BackColor = System.Drawing.Color.Transparent;
  328. this.btnImportTemplate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportTemplate.BackImg")));
  329. this.btnImportTemplate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  330. this.btnImportTemplate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  331. this.btnImportTemplate.ForeColor = System.Drawing.Color.White;
  332. this.btnImportTemplate.IsCustomBackImg = false;
  333. this.btnImportTemplate.IsShowText = true;
  334. this.btnImportTemplate.Location = new System.Drawing.Point(558, 8);
  335. this.btnImportTemplate.Name = "btnImportTemplate";
  336. this.btnImportTemplate.Size = new System.Drawing.Size(85, 24);
  337. this.btnImportTemplate.TabIndex = 145;
  338. this.btnImportTemplate.Text = "导入模板";
  339. this.btnImportTemplate.UseVisualStyleBackColor = false;
  340. //
  341. // btnDellTle
  342. //
  343. this.btnDellTle.BackColor = System.Drawing.Color.Transparent;
  344. this.btnDellTle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDellTle.BackImg")));
  345. this.btnDellTle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  346. this.btnDellTle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  347. this.btnDellTle.ForeColor = System.Drawing.Color.White;
  348. this.btnDellTle.IsCustomBackImg = false;
  349. this.btnDellTle.IsShowText = true;
  350. this.btnDellTle.Location = new System.Drawing.Point(649, 8);
  351. this.btnDellTle.Name = "btnDellTle";
  352. this.btnDellTle.Size = new System.Drawing.Size(109, 24);
  353. this.btnDellTle.TabIndex = 145;
  354. this.btnDellTle.Text = "清空当前模板";
  355. this.btnDellTle.UseVisualStyleBackColor = false;
  356. //
  357. // plTbleContainer
  358. //
  359. this.plTbleContainer.AutoScroll = true;
  360. this.plTbleContainer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  361. this.plTbleContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  362. this.plTbleContainer.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  363. this.plTbleContainer.BorderWidth = 1;
  364. this.plTbleContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  365. this.plTbleContainer.Location = new System.Drawing.Point(5, 85);
  366. this.plTbleContainer.Name = "plTbleContainer";
  367. this.plTbleContainer.Size = new System.Drawing.Size(1014, 589);
  368. this.plTbleContainer.TabIndex = 282;
  369. //
  370. // ucPagerEx1
  371. //
  372. this.ucPagerEx1.CurrentPageCount = 0;
  373. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  374. this.ucPagerEx1.Location = new System.Drawing.Point(5, 674);
  375. this.ucPagerEx1.Name = "ucPagerEx1";
  376. this.ucPagerEx1.NMax = 0;
  377. this.ucPagerEx1.PageCount = 0;
  378. this.ucPagerEx1.PageCurrent = 1;
  379. this.ucPagerEx1.PageSize = 20;
  380. this.ucPagerEx1.Size = new System.Drawing.Size(1014, 24);
  381. this.ucPagerEx1.TabIndex = 283;
  382. this.ucPagerEx1.TbDataSource = null;
  383. this.ucPagerEx1.Visible = false;
  384. //
  385. // cmenuCameraBook
  386. //
  387. this.cmenuCameraBook.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  388. this.添加图钉ToolStripMenuItem,
  389. this.删除图钉ToolStripMenuItem});
  390. this.cmenuCameraBook.Name = "cmenuCameraBook";
  391. this.cmenuCameraBook.Size = new System.Drawing.Size(125, 48);
  392. //
  393. // 添加图钉ToolStripMenuItem
  394. //
  395. this.添加图钉ToolStripMenuItem.Name = "添加图钉ToolStripMenuItem";
  396. this.添加图钉ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  397. this.添加图钉ToolStripMenuItem.Text = "编辑档期";
  398. //
  399. // 删除图钉ToolStripMenuItem
  400. //
  401. this.删除图钉ToolStripMenuItem.Name = "删除图钉ToolStripMenuItem";
  402. this.删除图钉ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  403. this.删除图钉ToolStripMenuItem.Text = "清除档期";
  404. //
  405. // btnDelError
  406. //
  407. this.btnDelError.BackColor = System.Drawing.Color.Transparent;
  408. this.btnDelError.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelError.BackImg")));
  409. this.btnDelError.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  410. this.btnDelError.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  411. this.btnDelError.ForeColor = System.Drawing.Color.White;
  412. this.btnDelError.IsCustomBackImg = false;
  413. this.btnDelError.IsShowText = true;
  414. this.btnDelError.Location = new System.Drawing.Point(764, 8);
  415. this.btnDelError.Name = "btnDelError";
  416. this.btnDelError.Size = new System.Drawing.Size(109, 24);
  417. this.btnDelError.TabIndex = 145;
  418. this.btnDelError.Text = "清除异常模板";
  419. this.btnDelError.UseVisualStyleBackColor = false;
  420. //
  421. // SetCameraTemplate
  422. //
  423. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  424. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  425. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  426. this.ClientSize = new System.Drawing.Size(1024, 768);
  427. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  428. this.MinimumSize = new System.Drawing.Size(800, 600);
  429. this.Name = "SetCameraTemplate";
  430. this.Text = "设置摄控模板";
  431. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  432. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  433. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  434. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  435. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  436. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  437. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  438. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  439. this.plExMainContainer.ResumeLayout(false);
  440. this.plFormMainContent.ResumeLayout(false);
  441. this.panel1.ResumeLayout(false);
  442. this.flowLayoutPanel3.ResumeLayout(false);
  443. this.flowLayoutPanel3.PerformLayout();
  444. this.flowLayoutPanel2.ResumeLayout(false);
  445. this.flowLayoutPanel2.PerformLayout();
  446. this.cmenuCameraBook.ResumeLayout(false);
  447. this.ResumeLayout(false);
  448. }
  449. #endregion
  450. private System.Windows.Forms.Panel panel1;
  451. public ComponentLibrary.RadioButtonEx rdoPhotographed;
  452. public ComponentLibrary.RadioButtonEx rdoFilmSelection;
  453. public ComponentLibrary.RadioButtonEx rdoLookDesign;
  454. public ComponentLibrary.RadioButtonEx rdoTotakePiece;
  455. public ComponentLibrary.RadioButtonEx rdoService;
  456. public ComponentLibrary.RadioButtonEx rdoSelectDress;
  457. public ComponentLibrary.RadioButtonEx rdoHospitalClient;
  458. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  459. public System.Windows.Forms.LinkLabel lkBeforeDay;
  460. public System.Windows.Forms.LinkLabel lkAfterDay;
  461. public System.Windows.Forms.LinkLabel lkNearlyOneWeek;
  462. public ComponentLibrary.PanelEx plTbleContainer;
  463. public UCPager.ucPagerEx ucPagerEx1;
  464. public System.Windows.Forms.ToolTip tpsInfo;
  465. public ComponentLibrary.LabelEx labelEx4;
  466. public ComponentLibrary.DateTimePickerEx dateTimePickerStar;
  467. public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
  468. public System.Windows.Forms.ContextMenuStrip cmenuCameraBook;
  469. private System.Windows.Forms.ToolStripMenuItem 添加图钉ToolStripMenuItem;
  470. private System.Windows.Forms.ToolStripMenuItem 删除图钉ToolStripMenuItem;
  471. public ComponentLibrary.ButtonForm btnExportTemplate;
  472. public ComponentLibrary.ButtonForm btnImportTemplate;
  473. public ComponentLibrary.ButtonForm btnDellTle;
  474. public ComponentLibrary.LabelEx lbShopName;
  475. public ComponentLibrary.ButtonForm btnDelError;
  476. }
  477. }