ReservationMaturityWarningFormMain.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. namespace LYFZ.Software.UI.CameraControlBook
  2. {
  3. partial class ReservationMaturityWarningFormMain
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReservationMaturityWarningFormMain));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  34. this.tabPage_ReservationFilmSelectionNotImportedPhoto = new System.Windows.Forms.TabPage();
  35. this.tabPage_ReservationLookDesignNotImportedPhoto = new System.Windows.Forms.TabPage();
  36. this.tabPage_ReservationPickupNotBackPhoto = new System.Windows.Forms.TabPage();
  37. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  38. this.panelSelectionFilm = new LYFZ.ComponentLibrary.PanelEx();
  39. this.txtSelectionFilm = new LYFZ.ComponentLibrary.TextBoxEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.panelLookDesign = new LYFZ.ComponentLibrary.PanelEx();
  42. this.txtLookDesign = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.panelPickup = new LYFZ.ComponentLibrary.PanelEx();
  45. this.txtPickup = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.btnSet = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnColseed = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  52. this.plExMainContainer.SuspendLayout();
  53. this.plFormMainContent.SuspendLayout();
  54. this.panelEx1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  56. this.tabControlEx1.SuspendLayout();
  57. this.flowLayoutPanel1.SuspendLayout();
  58. this.panelSelectionFilm.SuspendLayout();
  59. this.panelLookDesign.SuspendLayout();
  60. this.panelPickup.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // plExMainContainer
  64. //
  65. this.plExMainContainer.Controls.Add(this.panelEx1);
  66. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  67. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  68. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  69. //
  70. // plFormMainContent
  71. //
  72. this.plFormMainContent.Controls.Add(this.btnColseed);
  73. this.plFormMainContent.Controls.Add(this.btnExport);
  74. this.plFormMainContent.Controls.Add(this.btnSet);
  75. this.plFormMainContent.Controls.Add(this.btnQuery);
  76. this.plFormMainContent.Controls.Add(this.flowLayoutPanel1);
  77. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  78. this.plFormMainContent.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
  79. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  80. this.plFormMainContent.Controls.SetChildIndex(this.btnSet, 0);
  81. this.plFormMainContent.Controls.SetChildIndex(this.btnExport, 0);
  82. this.plFormMainContent.Controls.SetChildIndex(this.btnColseed, 0);
  83. //
  84. // btnAppFormExit
  85. //
  86. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  87. //
  88. // btnAppFormMinimize
  89. //
  90. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  91. //
  92. // panelEx1
  93. //
  94. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  95. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  96. this.panelEx1.BorderWidth = 1;
  97. this.panelEx1.Controls.Add(this.dgvData);
  98. this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
  99. this.panelEx1.Controls.Add(this.tabControlEx1);
  100. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  102. this.panelEx1.Name = "panelEx1";
  103. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  104. this.panelEx1.Size = new System.Drawing.Size(900, 485);
  105. this.panelEx1.TabIndex = 0;
  106. //
  107. // dgvData
  108. //
  109. this.dgvData.AllowUserToAddRows = false;
  110. this.dgvData.AllowUserToDeleteRows = false;
  111. this.dgvData.AllowUserToResizeRows = false;
  112. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  113. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  114. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  115. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  116. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  118. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  119. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  120. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  121. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  122. this.dgvData.dgvColumnHeadersHeight = 24;
  123. this.dgvData.dgvCurrentColumnOriginalSet = "";
  124. this.dgvData.dgvCurrentColumnWidth = "";
  125. this.dgvData.dgvCurrentHideColumn = null;
  126. this.dgvData.dgvFixedHideColumn = null;
  127. this.dgvData.dgvGuidName = null;
  128. this.dgvData.dgvUserEmployeeID = null;
  129. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.dgvData.EnableHeadersVisualStyles = false;
  131. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  132. this.dgvData.ImageHeight = 15;
  133. this.dgvData.ImageWidth = 15;
  134. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  135. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  136. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  137. this.dgvData.IsCompleteBonding = false;
  138. this.dgvData.IsCopyCellValue = true;
  139. this.dgvData.IsShowSerialNumber = false;
  140. this.dgvData.IsSortedRedraw = true;
  141. this.dgvData.IsSortMode = false;
  142. this.dgvData.Location = new System.Drawing.Point(2, 34);
  143. this.dgvData.Name = "dgvData";
  144. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  145. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  146. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  148. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  149. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  150. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  151. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  152. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  153. this.dgvData.RowHeadersWidth = 25;
  154. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  155. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  156. this.dgvData.Size = new System.Drawing.Size(896, 423);
  157. this.dgvData.StrSecondStageNull = "";
  158. this.dgvData.StrValueNullColumn = "";
  159. this.dgvData.TabIndex = 1;
  160. this.dgvData.ViceCount = 1;
  161. //
  162. // tabControlEx1
  163. //
  164. this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  165. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  166. this.tabControlEx1.Controls.Add(this.tabPage_ReservationFilmSelectionNotImportedPhoto);
  167. this.tabControlEx1.Controls.Add(this.tabPage_ReservationLookDesignNotImportedPhoto);
  168. this.tabControlEx1.Controls.Add(this.tabPage_ReservationPickupNotBackPhoto);
  169. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Top;
  170. this.tabControlEx1.ItemSize = new System.Drawing.Size(130, 30);
  171. this.tabControlEx1.Location = new System.Drawing.Point(2, 2);
  172. this.tabControlEx1.Name = "tabControlEx1";
  173. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  174. this.tabControlEx1.SelectedIndex = 0;
  175. this.tabControlEx1.Size = new System.Drawing.Size(896, 32);
  176. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  177. this.tabControlEx1.TabIndex = 0;
  178. //
  179. // tabPage_ReservationFilmSelectionNotImportedPhoto
  180. //
  181. this.tabPage_ReservationFilmSelectionNotImportedPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  182. this.tabPage_ReservationFilmSelectionNotImportedPhoto.Location = new System.Drawing.Point(4, 34);
  183. this.tabPage_ReservationFilmSelectionNotImportedPhoto.Name = "tabPage_ReservationFilmSelectionNotImportedPhoto";
  184. this.tabPage_ReservationFilmSelectionNotImportedPhoto.Padding = new System.Windows.Forms.Padding(3);
  185. this.tabPage_ReservationFilmSelectionNotImportedPhoto.Size = new System.Drawing.Size(888, 0);
  186. this.tabPage_ReservationFilmSelectionNotImportedPhoto.TabIndex = 1;
  187. this.tabPage_ReservationFilmSelectionNotImportedPhoto.Text = "选片预约未导片预警";
  188. //
  189. // tabPage_ReservationLookDesignNotImportedPhoto
  190. //
  191. this.tabPage_ReservationLookDesignNotImportedPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  192. this.tabPage_ReservationLookDesignNotImportedPhoto.Location = new System.Drawing.Point(4, 34);
  193. this.tabPage_ReservationLookDesignNotImportedPhoto.Name = "tabPage_ReservationLookDesignNotImportedPhoto";
  194. this.tabPage_ReservationLookDesignNotImportedPhoto.Size = new System.Drawing.Size(888, 0);
  195. this.tabPage_ReservationLookDesignNotImportedPhoto.TabIndex = 2;
  196. this.tabPage_ReservationLookDesignNotImportedPhoto.Text = "看样预约未导片预警";
  197. //
  198. // tabPage_ReservationPickupNotBackPhoto
  199. //
  200. this.tabPage_ReservationPickupNotBackPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  201. this.tabPage_ReservationPickupNotBackPhoto.Location = new System.Drawing.Point(4, 34);
  202. this.tabPage_ReservationPickupNotBackPhoto.Name = "tabPage_ReservationPickupNotBackPhoto";
  203. this.tabPage_ReservationPickupNotBackPhoto.Size = new System.Drawing.Size(888, 0);
  204. this.tabPage_ReservationPickupNotBackPhoto.TabIndex = 3;
  205. this.tabPage_ReservationPickupNotBackPhoto.Text = "取件预约未回件预警";
  206. //
  207. // flowLayoutPanel1
  208. //
  209. this.flowLayoutPanel1.Controls.Add(this.panelSelectionFilm);
  210. this.flowLayoutPanel1.Controls.Add(this.panelLookDesign);
  211. this.flowLayoutPanel1.Controls.Add(this.panelPickup);
  212. this.flowLayoutPanel1.Location = new System.Drawing.Point(217, 6);
  213. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  214. this.flowLayoutPanel1.Size = new System.Drawing.Size(220, 30);
  215. this.flowLayoutPanel1.TabIndex = 2;
  216. //
  217. // panelSelectionFilm
  218. //
  219. this.panelSelectionFilm.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  220. this.panelSelectionFilm.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  221. this.panelSelectionFilm.BorderWidth = 1;
  222. this.panelSelectionFilm.Controls.Add(this.txtSelectionFilm);
  223. this.panelSelectionFilm.Controls.Add(this.labelEx1);
  224. this.panelSelectionFilm.Location = new System.Drawing.Point(2, 2);
  225. this.panelSelectionFilm.Margin = new System.Windows.Forms.Padding(2);
  226. this.panelSelectionFilm.Name = "panelSelectionFilm";
  227. this.panelSelectionFilm.Size = new System.Drawing.Size(215, 27);
  228. this.panelSelectionFilm.TabIndex = 3;
  229. //
  230. // txtSelectionFilm
  231. //
  232. this.txtSelectionFilm.BackColor = System.Drawing.Color.Transparent;
  233. this.txtSelectionFilm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  234. this.txtSelectionFilm.Icon = null;
  235. this.txtSelectionFilm.IconIsButton = false;
  236. this.txtSelectionFilm.IsPasswordChat = '\0';
  237. this.txtSelectionFilm.IsSystemPasswordChar = false;
  238. this.txtSelectionFilm.Lines = new string[0];
  239. this.txtSelectionFilm.Location = new System.Drawing.Point(72, 1);
  240. this.txtSelectionFilm.Margin = new System.Windows.Forms.Padding(0);
  241. this.txtSelectionFilm.MaxLength = 32767;
  242. this.txtSelectionFilm.MinimumSize = new System.Drawing.Size(0, 24);
  243. this.txtSelectionFilm.MouseBack = null;
  244. this.txtSelectionFilm.Multiline = false;
  245. this.txtSelectionFilm.Name = "txtSelectionFilm";
  246. this.txtSelectionFilm.NormlBack = null;
  247. this.txtSelectionFilm.Padding = new System.Windows.Forms.Padding(5);
  248. this.txtSelectionFilm.ReadOnly = false;
  249. this.txtSelectionFilm.ScrollBars = System.Windows.Forms.ScrollBars.None;
  250. this.txtSelectionFilm.Size = new System.Drawing.Size(55, 25);
  251. this.txtSelectionFilm.TabIndex = 2;
  252. this.txtSelectionFilm.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  253. this.txtSelectionFilm.WaterColor = System.Drawing.Color.DarkGray;
  254. this.txtSelectionFilm.WaterText = "";
  255. this.txtSelectionFilm.WordWrap = true;
  256. //
  257. // labelEx1
  258. //
  259. this.labelEx1.AutoSize = true;
  260. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  261. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  262. this.labelEx1.Location = new System.Drawing.Point(4, 5);
  263. this.labelEx1.Name = "labelEx1";
  264. this.labelEx1.Size = new System.Drawing.Size(204, 17);
  265. this.labelEx1.TabIndex = 0;
  266. this.labelEx1.Text = "预约选片前 天未导片预警";
  267. //
  268. // panelLookDesign
  269. //
  270. this.panelLookDesign.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  271. this.panelLookDesign.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  272. this.panelLookDesign.BorderWidth = 1;
  273. this.panelLookDesign.Controls.Add(this.txtLookDesign);
  274. this.panelLookDesign.Controls.Add(this.labelEx2);
  275. this.panelLookDesign.Location = new System.Drawing.Point(2, 33);
  276. this.panelLookDesign.Margin = new System.Windows.Forms.Padding(2);
  277. this.panelLookDesign.Name = "panelLookDesign";
  278. this.panelLookDesign.Size = new System.Drawing.Size(215, 27);
  279. this.panelLookDesign.TabIndex = 4;
  280. //
  281. // txtLookDesign
  282. //
  283. this.txtLookDesign.BackColor = System.Drawing.Color.Transparent;
  284. this.txtLookDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  285. this.txtLookDesign.Icon = null;
  286. this.txtLookDesign.IconIsButton = false;
  287. this.txtLookDesign.IsPasswordChat = '\0';
  288. this.txtLookDesign.IsSystemPasswordChar = false;
  289. this.txtLookDesign.Lines = new string[0];
  290. this.txtLookDesign.Location = new System.Drawing.Point(72, 1);
  291. this.txtLookDesign.Margin = new System.Windows.Forms.Padding(0);
  292. this.txtLookDesign.MaxLength = 32767;
  293. this.txtLookDesign.MinimumSize = new System.Drawing.Size(0, 24);
  294. this.txtLookDesign.MouseBack = null;
  295. this.txtLookDesign.Multiline = false;
  296. this.txtLookDesign.Name = "txtLookDesign";
  297. this.txtLookDesign.NormlBack = null;
  298. this.txtLookDesign.Padding = new System.Windows.Forms.Padding(5);
  299. this.txtLookDesign.ReadOnly = false;
  300. this.txtLookDesign.ScrollBars = System.Windows.Forms.ScrollBars.None;
  301. this.txtLookDesign.Size = new System.Drawing.Size(55, 25);
  302. this.txtLookDesign.TabIndex = 4;
  303. this.txtLookDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  304. this.txtLookDesign.WaterColor = System.Drawing.Color.DarkGray;
  305. this.txtLookDesign.WaterText = "";
  306. this.txtLookDesign.WordWrap = true;
  307. //
  308. // labelEx2
  309. //
  310. this.labelEx2.AutoSize = true;
  311. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  312. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  313. this.labelEx2.Location = new System.Drawing.Point(4, 5);
  314. this.labelEx2.Name = "labelEx2";
  315. this.labelEx2.Size = new System.Drawing.Size(204, 17);
  316. this.labelEx2.TabIndex = 3;
  317. this.labelEx2.Text = "预约看样前 天未导片预警";
  318. //
  319. // panelPickup
  320. //
  321. this.panelPickup.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  322. this.panelPickup.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  323. this.panelPickup.BorderWidth = 1;
  324. this.panelPickup.Controls.Add(this.txtPickup);
  325. this.panelPickup.Controls.Add(this.labelEx3);
  326. this.panelPickup.Location = new System.Drawing.Point(2, 64);
  327. this.panelPickup.Margin = new System.Windows.Forms.Padding(2);
  328. this.panelPickup.Name = "panelPickup";
  329. this.panelPickup.Size = new System.Drawing.Size(215, 27);
  330. this.panelPickup.TabIndex = 4;
  331. //
  332. // txtPickup
  333. //
  334. this.txtPickup.BackColor = System.Drawing.Color.Transparent;
  335. this.txtPickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  336. this.txtPickup.Icon = null;
  337. this.txtPickup.IconIsButton = false;
  338. this.txtPickup.IsPasswordChat = '\0';
  339. this.txtPickup.IsSystemPasswordChar = false;
  340. this.txtPickup.Lines = new string[0];
  341. this.txtPickup.Location = new System.Drawing.Point(72, 1);
  342. this.txtPickup.Margin = new System.Windows.Forms.Padding(0);
  343. this.txtPickup.MaxLength = 32767;
  344. this.txtPickup.MinimumSize = new System.Drawing.Size(0, 24);
  345. this.txtPickup.MouseBack = null;
  346. this.txtPickup.Multiline = false;
  347. this.txtPickup.Name = "txtPickup";
  348. this.txtPickup.NormlBack = null;
  349. this.txtPickup.Padding = new System.Windows.Forms.Padding(5);
  350. this.txtPickup.ReadOnly = false;
  351. this.txtPickup.ScrollBars = System.Windows.Forms.ScrollBars.None;
  352. this.txtPickup.Size = new System.Drawing.Size(55, 25);
  353. this.txtPickup.TabIndex = 4;
  354. this.txtPickup.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  355. this.txtPickup.WaterColor = System.Drawing.Color.DarkGray;
  356. this.txtPickup.WaterText = "";
  357. this.txtPickup.WordWrap = true;
  358. //
  359. // labelEx3
  360. //
  361. this.labelEx3.AutoSize = true;
  362. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  363. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  364. this.labelEx3.Location = new System.Drawing.Point(4, 5);
  365. this.labelEx3.Name = "labelEx3";
  366. this.labelEx3.Size = new System.Drawing.Size(204, 17);
  367. this.labelEx3.TabIndex = 3;
  368. this.labelEx3.Text = "预约取件前 天未回件预警";
  369. //
  370. // btnQuery
  371. //
  372. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  373. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  374. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  375. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  376. this.btnQuery.ForeColor = System.Drawing.Color.White;
  377. this.btnQuery.IsCustomBackImg = false;
  378. this.btnQuery.IsShowText = true;
  379. this.btnQuery.Location = new System.Drawing.Point(445, 7);
  380. this.btnQuery.Name = "btnQuery";
  381. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  382. this.btnQuery.TabIndex = 3;
  383. this.btnQuery.Text = " 查 询";
  384. this.btnQuery.UseVisualStyleBackColor = false;
  385. //
  386. // btnSet
  387. //
  388. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  389. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  390. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  391. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  392. this.btnSet.ForeColor = System.Drawing.Color.White;
  393. this.btnSet.IsCustomBackImg = false;
  394. this.btnSet.IsShowText = true;
  395. this.btnSet.Location = new System.Drawing.Point(536, 7);
  396. this.btnSet.Name = "btnSet";
  397. this.btnSet.Size = new System.Drawing.Size(85, 28);
  398. this.btnSet.TabIndex = 4;
  399. this.btnSet.Text = " 预警设置";
  400. this.btnSet.UseVisualStyleBackColor = false;
  401. //
  402. // btnExport
  403. //
  404. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  405. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  406. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  407. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  408. this.btnExport.ForeColor = System.Drawing.Color.White;
  409. this.btnExport.IsCustomBackImg = false;
  410. this.btnExport.IsShowText = true;
  411. this.btnExport.Location = new System.Drawing.Point(627, 7);
  412. this.btnExport.Name = "btnExport";
  413. this.btnExport.Size = new System.Drawing.Size(85, 28);
  414. this.btnExport.TabIndex = 5;
  415. this.btnExport.Text = " 导 出";
  416. this.btnExport.UseVisualStyleBackColor = false;
  417. //
  418. // btnColseed
  419. //
  420. this.btnColseed.BackColor = System.Drawing.Color.Transparent;
  421. this.btnColseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnColseed.BackImg")));
  422. this.btnColseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  423. this.btnColseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  424. this.btnColseed.ForeColor = System.Drawing.Color.White;
  425. this.btnColseed.IsCustomBackImg = false;
  426. this.btnColseed.IsShowText = true;
  427. this.btnColseed.Location = new System.Drawing.Point(718, 7);
  428. this.btnColseed.Name = "btnColseed";
  429. this.btnColseed.Size = new System.Drawing.Size(85, 28);
  430. this.btnColseed.TabIndex = 5;
  431. this.btnColseed.Text = " 关 闭";
  432. this.btnColseed.UseVisualStyleBackColor = false;
  433. //
  434. // dataGridViewStatisticsCount1
  435. //
  436. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  437. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  438. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(2, 457);
  439. this.dataGridViewStatisticsCount1.LocationX = 1;
  440. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  441. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(896, 26);
  442. this.dataGridViewStatisticsCount1.StrUnit = "单";
  443. this.dataGridViewStatisticsCount1.TabIndex = 30;
  444. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  445. //
  446. // ReservationMaturityWarningFormMain
  447. //
  448. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  449. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  450. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  451. this.ClientSize = new System.Drawing.Size(910, 610);
  452. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  453. this.IsShowUcNavigationTool = true;
  454. this.IsUserControlsSize = false;
  455. this.Name = "ReservationMaturityWarningFormMain";
  456. this.Text = "预约期前几天未完成预约";
  457. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  458. this.plExMainContainer.ResumeLayout(false);
  459. this.plFormMainContent.ResumeLayout(false);
  460. this.panelEx1.ResumeLayout(false);
  461. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  462. this.tabControlEx1.ResumeLayout(false);
  463. this.flowLayoutPanel1.ResumeLayout(false);
  464. this.panelSelectionFilm.ResumeLayout(false);
  465. this.panelSelectionFilm.PerformLayout();
  466. this.panelLookDesign.ResumeLayout(false);
  467. this.panelLookDesign.PerformLayout();
  468. this.panelPickup.ResumeLayout(false);
  469. this.panelPickup.PerformLayout();
  470. this.ResumeLayout(false);
  471. }
  472. #endregion
  473. private ComponentLibrary.PanelEx panelEx1;
  474. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  475. private ComponentLibrary.LabelEx labelEx1;
  476. protected internal ComponentLibrary.TextBoxEx txtSelectionFilm;
  477. protected internal ComponentLibrary.TextBoxEx txtLookDesign;
  478. private ComponentLibrary.LabelEx labelEx2;
  479. protected internal ComponentLibrary.TextBoxEx txtPickup;
  480. private ComponentLibrary.LabelEx labelEx3;
  481. protected internal ComponentLibrary.TabControlEx tabControlEx1;
  482. protected internal ComponentLibrary.DataGridViewEc dgvData;
  483. protected internal ComponentLibrary.ButtonEx btnColseed;
  484. protected internal ComponentLibrary.ButtonEx btnExport;
  485. protected internal ComponentLibrary.ButtonEx btnSet;
  486. protected internal ComponentLibrary.ButtonEx btnQuery;
  487. protected internal System.Windows.Forms.TabPage tabPage_ReservationFilmSelectionNotImportedPhoto;
  488. protected internal System.Windows.Forms.TabPage tabPage_ReservationLookDesignNotImportedPhoto;
  489. protected internal System.Windows.Forms.TabPage tabPage_ReservationPickupNotBackPhoto;
  490. protected internal ComponentLibrary.PanelEx panelPickup;
  491. protected internal ComponentLibrary.PanelEx panelLookDesign;
  492. protected internal ComponentLibrary.PanelEx panelSelectionFilm;
  493. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  494. }
  495. }