IntentionRemind.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. namespace LYFZ.Software.UI.Customers
  2. {
  3. partial class IntentionRemind
  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(IntentionRemind));
  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.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.dateFinish = new LYFZ.ComponentLibrary.DateTimePickerEx();
  35. this.dateStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.btnRemind = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnAll = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnSMS = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  45. this.plExMainContainer.SuspendLayout();
  46. this.plFormMainContent.SuspendLayout();
  47. this.panelEx1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  49. this.panelEx2.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // plExMainContainer
  53. //
  54. this.plExMainContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  55. | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.plExMainContainer.Controls.Add(this.panelEx1);
  58. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  59. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  60. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  61. //
  62. // plFormMainContent
  63. //
  64. this.plFormMainContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  65. | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  68. //
  69. // btnAppFormMaximize
  70. //
  71. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  72. //
  73. // btnAppFormExit
  74. //
  75. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  76. //
  77. // btnAppFormMinimize
  78. //
  79. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  80. //
  81. // panelEx1
  82. //
  83. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  84. this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  85. this.panelEx1.BorderWidth = 1;
  86. this.panelEx1.Controls.Add(this.dgvData);
  87. this.panelEx1.Controls.Add(this.panelEx2);
  88. this.panelEx1.Controls.Add(this.ucPagerEx1);
  89. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  91. this.panelEx1.Name = "panelEx1";
  92. this.panelEx1.Size = new System.Drawing.Size(900, 495);
  93. this.panelEx1.TabIndex = 0;
  94. //
  95. // dgvData
  96. //
  97. this.dgvData.AllowUserToAddRows = false;
  98. this.dgvData.AllowUserToDeleteRows = false;
  99. this.dgvData.AllowUserToResizeRows = false;
  100. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  101. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  102. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  103. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  104. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  106. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  107. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  108. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  109. this.dgvData.ColumnHeadersHeight = 24;
  110. this.dgvData.dgvColumnHeadersHeight = 24;
  111. this.dgvData.dgvCurrentColumnOriginalSet = "";
  112. this.dgvData.dgvCurrentColumnWidth = "";
  113. this.dgvData.dgvCurrentHideColumn = null;
  114. this.dgvData.dgvFixedHideColumn = null;
  115. this.dgvData.dgvGuidName = null;
  116. this.dgvData.dgvUserEmployeeID = null;
  117. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.dgvData.EnableHeadersVisualStyles = false;
  119. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  120. this.dgvData.ImageHeight = 15;
  121. this.dgvData.ImageWidth = 15;
  122. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  123. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  124. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  125. this.dgvData.IsCopyCellValue = true;
  126. this.dgvData.IsShowSerialNumber = true;
  127. this.dgvData.IsSortedRedraw = true;
  128. this.dgvData.IsSortMode = false;
  129. this.dgvData.Location = new System.Drawing.Point(0, 40);
  130. this.dgvData.Name = "dgvData";
  131. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  132. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  133. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  135. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  136. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  137. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  138. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  139. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  140. this.dgvData.RowHeadersWidth = 25;
  141. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  142. this.dgvData.RowTemplate.Height = 23;
  143. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  144. this.dgvData.Size = new System.Drawing.Size(898, 429);
  145. this.dgvData.TabIndex = 219;
  146. this.dgvData.ViceCount = 1;
  147. //
  148. // panelEx2
  149. //
  150. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  151. this.panelEx2.BorderWidth = 1;
  152. this.panelEx2.Controls.Add(this.dateFinish);
  153. this.panelEx2.Controls.Add(this.dateStart);
  154. this.panelEx2.Controls.Add(this.labelEx1);
  155. this.panelEx2.Controls.Add(this.btnRemind);
  156. this.panelEx2.Controls.Add(this.label1);
  157. this.panelEx2.Controls.Add(this.btnClose);
  158. this.panelEx2.Controls.Add(this.btnAll);
  159. this.panelEx2.Controls.Add(this.btnSMS);
  160. this.panelEx2.Controls.Add(this.btnSelect);
  161. this.panelEx2.Controls.Add(this.btnCancel);
  162. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  163. this.panelEx2.Location = new System.Drawing.Point(0, 0);
  164. this.panelEx2.Name = "panelEx2";
  165. this.panelEx2.Size = new System.Drawing.Size(898, 40);
  166. this.panelEx2.TabIndex = 218;
  167. //
  168. // dateFinish
  169. //
  170. this.dateFinish.CustomFormat = " ";
  171. this.dateFinish.DateValue = "";
  172. this.dateFinish.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  173. this.dateFinish.IsShowTime = false;
  174. this.dateFinish.Location = new System.Drawing.Point(192, 9);
  175. this.dateFinish.Name = "dateFinish";
  176. this.dateFinish.Size = new System.Drawing.Size(100, 21);
  177. this.dateFinish.TabIndex = 4;
  178. //
  179. // dateStart
  180. //
  181. this.dateStart.CustomFormat = " ";
  182. this.dateStart.DateValue = "";
  183. this.dateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  184. this.dateStart.IsShowTime = false;
  185. this.dateStart.Location = new System.Drawing.Point(63, 9);
  186. this.dateStart.Name = "dateStart";
  187. this.dateStart.Size = new System.Drawing.Size(100, 21);
  188. this.dateStart.TabIndex = 5;
  189. //
  190. // labelEx1
  191. //
  192. this.labelEx1.AutoSize = true;
  193. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  194. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  195. this.labelEx1.Location = new System.Drawing.Point(8, 11);
  196. this.labelEx1.Name = "labelEx1";
  197. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  198. this.labelEx1.TabIndex = 219;
  199. this.labelEx1.Text = "时间段:";
  200. //
  201. // btnRemind
  202. //
  203. this.btnRemind.BackColor = System.Drawing.Color.Transparent;
  204. this.btnRemind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemind.BackImg")));
  205. this.btnRemind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  206. this.btnRemind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  207. this.btnRemind.ForeColor = System.Drawing.Color.White;
  208. this.btnRemind.IsCustomBackImg = false;
  209. this.btnRemind.IsShowText = true;
  210. this.btnRemind.Location = new System.Drawing.Point(485, 5);
  211. this.btnRemind.Name = "btnRemind";
  212. this.btnRemind.Size = new System.Drawing.Size(85, 28);
  213. this.btnRemind.TabIndex = 217;
  214. this.btnRemind.Text = " 提醒设置";
  215. this.btnRemind.UseVisualStyleBackColor = false;
  216. //
  217. // label1
  218. //
  219. this.label1.AutoSize = true;
  220. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.label1.Location = new System.Drawing.Point(165, 12);
  222. this.label1.Name = "label1";
  223. this.label1.Size = new System.Drawing.Size(25, 16);
  224. this.label1.TabIndex = 6;
  225. this.label1.Text = "—";
  226. //
  227. // btnClose
  228. //
  229. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  230. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  231. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  232. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  233. this.btnClose.ForeColor = System.Drawing.Color.White;
  234. this.btnClose.IsCustomBackImg = false;
  235. this.btnClose.IsShowText = true;
  236. this.btnClose.Location = new System.Drawing.Point(758, 5);
  237. this.btnClose.Name = "btnClose";
  238. this.btnClose.Size = new System.Drawing.Size(85, 28);
  239. this.btnClose.TabIndex = 11;
  240. this.btnClose.Text = " 关 闭";
  241. this.btnClose.UseVisualStyleBackColor = false;
  242. //
  243. // btnAll
  244. //
  245. this.btnAll.BackColor = System.Drawing.Color.Transparent;
  246. this.btnAll.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAll.BackImg")));
  247. this.btnAll.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  248. this.btnAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  249. this.btnAll.ForeColor = System.Drawing.Color.White;
  250. this.btnAll.IsCustomBackImg = false;
  251. this.btnAll.IsShowText = true;
  252. this.btnAll.Location = new System.Drawing.Point(394, 5);
  253. this.btnAll.Name = "btnAll";
  254. this.btnAll.Size = new System.Drawing.Size(85, 28);
  255. this.btnAll.TabIndex = 8;
  256. this.btnAll.Text = " 全部查看";
  257. this.btnAll.UseVisualStyleBackColor = false;
  258. //
  259. // btnSMS
  260. //
  261. this.btnSMS.BackColor = System.Drawing.Color.Transparent;
  262. this.btnSMS.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSMS.BackImg")));
  263. this.btnSMS.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  264. this.btnSMS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  265. this.btnSMS.ForeColor = System.Drawing.Color.White;
  266. this.btnSMS.IsCustomBackImg = false;
  267. this.btnSMS.IsShowText = true;
  268. this.btnSMS.Location = new System.Drawing.Point(667, 5);
  269. this.btnSMS.Name = "btnSMS";
  270. this.btnSMS.Size = new System.Drawing.Size(85, 28);
  271. this.btnSMS.TabIndex = 10;
  272. this.btnSMS.Text = " 发送短信";
  273. this.btnSMS.UseVisualStyleBackColor = false;
  274. //
  275. // btnSelect
  276. //
  277. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  278. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  279. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  280. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  281. this.btnSelect.ForeColor = System.Drawing.Color.White;
  282. this.btnSelect.IsCustomBackImg = false;
  283. this.btnSelect.IsShowText = true;
  284. this.btnSelect.Location = new System.Drawing.Point(303, 5);
  285. this.btnSelect.Name = "btnSelect";
  286. this.btnSelect.Size = new System.Drawing.Size(85, 28);
  287. this.btnSelect.TabIndex = 2;
  288. this.btnSelect.Text = " 查 询";
  289. this.btnSelect.UseVisualStyleBackColor = false;
  290. //
  291. // btnCancel
  292. //
  293. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  294. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  295. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  296. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  297. this.btnCancel.ForeColor = System.Drawing.Color.White;
  298. this.btnCancel.IsCustomBackImg = false;
  299. this.btnCancel.IsShowText = true;
  300. this.btnCancel.Location = new System.Drawing.Point(576, 5);
  301. this.btnCancel.Name = "btnCancel";
  302. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  303. this.btnCancel.TabIndex = 9;
  304. this.btnCancel.Text = " 取消提醒";
  305. this.btnCancel.UseVisualStyleBackColor = false;
  306. //
  307. // ucPagerEx1
  308. //
  309. this.ucPagerEx1.CurrentPageCount = 0;
  310. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  311. this.ucPagerEx1.Location = new System.Drawing.Point(0, 469);
  312. this.ucPagerEx1.Name = "ucPagerEx1";
  313. this.ucPagerEx1.NMax = 0;
  314. this.ucPagerEx1.PageCount = 0;
  315. this.ucPagerEx1.PageCurrent = 1;
  316. this.ucPagerEx1.PageSize = 20;
  317. this.ucPagerEx1.Size = new System.Drawing.Size(898, 24);
  318. this.ucPagerEx1.TabIndex = 1;
  319. this.ucPagerEx1.TbDataSource = null;
  320. //
  321. // IntentionRemind
  322. //
  323. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  324. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  325. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  326. this.ClientSize = new System.Drawing.Size(910, 610);
  327. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  328. this.ImeMode = System.Windows.Forms.ImeMode.On;
  329. this.IsShowUcNavigationTool = true;
  330. this.Name = "IntentionRemind";
  331. this.Text = "客户管理→今日提醒";
  332. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  333. this.plExMainContainer.ResumeLayout(false);
  334. this.plFormMainContent.ResumeLayout(false);
  335. this.panelEx1.ResumeLayout(false);
  336. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  337. this.panelEx2.ResumeLayout(false);
  338. this.panelEx2.PerformLayout();
  339. this.ResumeLayout(false);
  340. }
  341. #endregion
  342. protected internal ComponentLibrary.PanelEx panelEx1;
  343. private System.Windows.Forms.Label label1;
  344. protected internal UCPager.ucPagerEx ucPagerEx1;
  345. protected internal ComponentLibrary.ButtonEx btnSelect;
  346. protected internal ComponentLibrary.DateTimePickerEx dateStart;
  347. protected internal ComponentLibrary.DateTimePickerEx dateFinish;
  348. protected internal ComponentLibrary.ButtonEx btnClose;
  349. protected internal ComponentLibrary.ButtonEx btnSMS;
  350. protected internal ComponentLibrary.ButtonEx btnCancel;
  351. protected internal ComponentLibrary.ButtonEx btnAll;
  352. protected internal ComponentLibrary.ButtonEx btnRemind;
  353. private ComponentLibrary.PanelEx panelEx2;
  354. private ComponentLibrary.LabelEx labelEx1;
  355. protected internal ComponentLibrary.DataGridViewEc dgvData;
  356. }
  357. }