RemindSet.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. namespace LYFZ.Software.UI.HospitalTrackingSystem
  2. {
  3. partial class RemindSet
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RemindSet));
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.comboBoxTreeViewEx1 = new LYFZ.ComponentLibrary.ComboBoxEx();
  34. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.dgvRemind = new LYFZ.ComponentLibrary.DataGridViewEc();
  37. this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.checkBoxEx1 = new LYFZ.ComponentLibrary.CheckBoxEx();
  39. this.textBoxEx2 = new LYFZ.ComponentLibrary.TextBoxEx();
  40. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.textBoxEx1 = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.btnNewCreate = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.plExMainContainer.SuspendLayout();
  45. this.plFormMainContent.SuspendLayout();
  46. this.panelEx1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgvRemind)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // plExMainContainer
  51. //
  52. this.plExMainContainer.Controls.Add(this.panelEx1);
  53. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  54. this.plExMainContainer.Size = new System.Drawing.Size(583, 337);
  55. //
  56. // plFormMainContent
  57. //
  58. this.plFormMainContent.Size = new System.Drawing.Size(583, 337);
  59. //
  60. // btnAppFormMaximize
  61. //
  62. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  63. this.btnAppFormMaximize.Location = new System.Drawing.Point(498, 0);
  64. //
  65. // btnAppFormExit
  66. //
  67. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  68. this.btnAppFormExit.Location = new System.Drawing.Point(551, 0);
  69. //
  70. // btnAppFormMinimize
  71. //
  72. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  73. this.btnAppFormMinimize.Location = new System.Drawing.Point(498, 0);
  74. //
  75. // panelEx1
  76. //
  77. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  78. this.panelEx1.BorderWidth = 1;
  79. this.panelEx1.Controls.Add(this.btnNewCreate);
  80. this.panelEx1.Controls.Add(this.labelEx3);
  81. this.panelEx1.Controls.Add(this.comboBoxTreeViewEx1);
  82. this.panelEx1.Controls.Add(this.btnClose);
  83. this.panelEx1.Controls.Add(this.btnDelete);
  84. this.panelEx1.Controls.Add(this.dgvRemind);
  85. this.panelEx1.Controls.Add(this.buttonEx1);
  86. this.panelEx1.Controls.Add(this.checkBoxEx1);
  87. this.panelEx1.Controls.Add(this.textBoxEx2);
  88. this.panelEx1.Controls.Add(this.labelEx2);
  89. this.panelEx1.Controls.Add(this.textBoxEx1);
  90. this.panelEx1.Controls.Add(this.labelEx1);
  91. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  93. this.panelEx1.Name = "panelEx1";
  94. this.panelEx1.Size = new System.Drawing.Size(563, 317);
  95. this.panelEx1.TabIndex = 0;
  96. //
  97. // labelEx3
  98. //
  99. this.labelEx3.AutoSize = true;
  100. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  101. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  102. this.labelEx3.Location = new System.Drawing.Point(384, 14);
  103. this.labelEx3.Name = "labelEx3";
  104. this.labelEx3.Size = new System.Drawing.Size(20, 17);
  105. this.labelEx3.TabIndex = 11;
  106. this.labelEx3.Text = "天";
  107. //
  108. // comboBoxTreeViewEx1
  109. //
  110. this.comboBoxTreeViewEx1.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  111. this.comboBoxTreeViewEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  112. this.comboBoxTreeViewEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  113. this.comboBoxTreeViewEx1.Font = new System.Drawing.Font("宋体", 10.5F);
  114. this.comboBoxTreeViewEx1.FormattingEnabled = true;
  115. this.comboBoxTreeViewEx1.IsCustomColor = false;
  116. this.comboBoxTreeViewEx1.Location = new System.Drawing.Point(225, 12);
  117. this.comboBoxTreeViewEx1.Name = "comboBoxTreeViewEx1";
  118. this.comboBoxTreeViewEx1.ReadOnly = true;
  119. this.comboBoxTreeViewEx1.Size = new System.Drawing.Size(100, 22);
  120. this.comboBoxTreeViewEx1.TabIndex = 10;
  121. //
  122. // btnClose
  123. //
  124. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  125. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  126. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  127. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  128. this.btnClose.ForeColor = System.Drawing.Color.White;
  129. this.btnClose.IsCustomBackImg = false;
  130. this.btnClose.IsShowText = true;
  131. this.btnClose.Location = new System.Drawing.Point(360, 280);
  132. this.btnClose.Name = "btnClose";
  133. this.btnClose.Size = new System.Drawing.Size(85, 28);
  134. this.btnClose.TabIndex = 9;
  135. this.btnClose.Text = " 关 闭";
  136. this.btnClose.UseVisualStyleBackColor = false;
  137. //
  138. // btnDelete
  139. //
  140. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  141. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  142. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  143. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  144. this.btnDelete.ForeColor = System.Drawing.Color.White;
  145. this.btnDelete.IsCustomBackImg = false;
  146. this.btnDelete.IsShowText = true;
  147. this.btnDelete.Location = new System.Drawing.Point(249, 280);
  148. this.btnDelete.Name = "btnDelete";
  149. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  150. this.btnDelete.TabIndex = 8;
  151. this.btnDelete.Text = " 删 除";
  152. this.btnDelete.UseVisualStyleBackColor = false;
  153. //
  154. // dgvRemind
  155. //
  156. this.dgvRemind.AllowUserToAddRows = false;
  157. this.dgvRemind.AllowUserToDeleteRows = false;
  158. this.dgvRemind.AllowUserToResizeRows = false;
  159. this.dgvRemind.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  160. this.dgvRemind.BackgroundColor = System.Drawing.Color.White;
  161. this.dgvRemind.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  162. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  163. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  164. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  166. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  167. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  168. this.dgvRemind.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  169. this.dgvRemind.ColumnHeadersHeight = 24;
  170. this.dgvRemind.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  171. this.dgvRemind.dgvColumnHeadersHeight = 24;
  172. this.dgvRemind.dgvCurrentColumnOriginalSet = "";
  173. this.dgvRemind.dgvCurrentColumnWidth = "";
  174. this.dgvRemind.dgvCurrentHideColumn = null;
  175. this.dgvRemind.dgvFixedHideColumn = null;
  176. this.dgvRemind.dgvGuidName = null;
  177. this.dgvRemind.dgvUserEmployeeID = null;
  178. this.dgvRemind.EnableHeadersVisualStyles = false;
  179. this.dgvRemind.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  180. this.dgvRemind.ImageHeight = 15;
  181. this.dgvRemind.ImageWidth = 15;
  182. this.dgvRemind.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvRemind.ImgCollapse")));
  183. this.dgvRemind.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvRemind.ImgExpand")));
  184. this.dgvRemind.IsAutomaticDrawSingleOrDoubleRow = true;
  185. this.dgvRemind.IsCopyCellValue = true;
  186. this.dgvRemind.IsShowSerialNumber = true;
  187. this.dgvRemind.IsSortedRedraw = true;
  188. this.dgvRemind.IsSortMode = false;
  189. this.dgvRemind.Location = new System.Drawing.Point(10, 50);
  190. this.dgvRemind.Name = "dgvRemind";
  191. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  192. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  193. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  195. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  196. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  197. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  198. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  199. this.dgvRemind.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  200. this.dgvRemind.RowHeadersWidth = 25;
  201. this.dgvRemind.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  202. this.dgvRemind.RowTemplate.Height = 23;
  203. this.dgvRemind.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  204. this.dgvRemind.Size = new System.Drawing.Size(544, 219);
  205. this.dgvRemind.TabIndex = 7;
  206. this.dgvRemind.ViceCount = 1;
  207. //
  208. // buttonEx1
  209. //
  210. this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
  211. this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
  212. this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  213. this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  214. this.buttonEx1.ForeColor = System.Drawing.Color.White;
  215. this.buttonEx1.IsCustomBackImg = false;
  216. this.buttonEx1.IsShowText = true;
  217. this.buttonEx1.Location = new System.Drawing.Point(137, 280);
  218. this.buttonEx1.Name = "buttonEx1";
  219. this.buttonEx1.Size = new System.Drawing.Size(85, 28);
  220. this.buttonEx1.TabIndex = 6;
  221. this.buttonEx1.Text = " 添 加";
  222. this.buttonEx1.UseVisualStyleBackColor = false;
  223. //
  224. // checkBoxEx1
  225. //
  226. this.checkBoxEx1.AutoSize = true;
  227. this.checkBoxEx1.BackColor = System.Drawing.Color.Transparent;
  228. this.checkBoxEx1.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  229. this.checkBoxEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  230. this.checkBoxEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  231. this.checkBoxEx1.Fourstates = false;
  232. this.checkBoxEx1.IsGreenTick = false;
  233. this.checkBoxEx1.Location = new System.Drawing.Point(416, 12);
  234. this.checkBoxEx1.Name = "checkBoxEx1";
  235. this.checkBoxEx1.Size = new System.Drawing.Size(51, 21);
  236. this.checkBoxEx1.TabIndex = 5;
  237. this.checkBoxEx1.Text = "启动";
  238. this.checkBoxEx1.UseVisualStyleBackColor = false;
  239. //
  240. // textBoxEx2
  241. //
  242. this.textBoxEx2.BackColor = System.Drawing.Color.Transparent;
  243. this.textBoxEx2.Icon = null;
  244. this.textBoxEx2.IconIsButton = false;
  245. this.textBoxEx2.IsPasswordChat = '\0';
  246. this.textBoxEx2.IsSystemPasswordChar = false;
  247. this.textBoxEx2.Lines = new string[0];
  248. this.textBoxEx2.Location = new System.Drawing.Point(346, 10);
  249. this.textBoxEx2.Margin = new System.Windows.Forms.Padding(0);
  250. this.textBoxEx2.MaxLength = 999;
  251. this.textBoxEx2.MinimumSize = new System.Drawing.Size(0, 26);
  252. this.textBoxEx2.MouseBack = null;
  253. this.textBoxEx2.Multiline = false;
  254. this.textBoxEx2.Name = "textBoxEx2";
  255. this.textBoxEx2.NormlBack = null;
  256. this.textBoxEx2.Padding = new System.Windows.Forms.Padding(5);
  257. this.textBoxEx2.ReadOnly = false;
  258. this.textBoxEx2.ScrollBars = System.Windows.Forms.ScrollBars.None;
  259. this.textBoxEx2.Size = new System.Drawing.Size(35, 26);
  260. this.textBoxEx2.TabIndex = 4;
  261. this.textBoxEx2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  262. this.textBoxEx2.WaterColor = System.Drawing.Color.DarkGray;
  263. this.textBoxEx2.WaterText = "";
  264. this.textBoxEx2.WordWrap = true;
  265. //
  266. // labelEx2
  267. //
  268. this.labelEx2.AutoSize = true;
  269. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  270. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  271. this.labelEx2.Location = new System.Drawing.Point(327, 14);
  272. this.labelEx2.Name = "labelEx2";
  273. this.labelEx2.Size = new System.Drawing.Size(20, 17);
  274. this.labelEx2.TabIndex = 3;
  275. this.labelEx2.Text = "满";
  276. //
  277. // textBoxEx1
  278. //
  279. this.textBoxEx1.BackColor = System.Drawing.Color.Transparent;
  280. this.textBoxEx1.Icon = null;
  281. this.textBoxEx1.IconIsButton = false;
  282. this.textBoxEx1.IsPasswordChat = '\0';
  283. this.textBoxEx1.IsSystemPasswordChar = false;
  284. this.textBoxEx1.Lines = new string[0];
  285. this.textBoxEx1.Location = new System.Drawing.Point(72, 10);
  286. this.textBoxEx1.Margin = new System.Windows.Forms.Padding(0);
  287. this.textBoxEx1.MaxLength = 32767;
  288. this.textBoxEx1.MinimumSize = new System.Drawing.Size(0, 26);
  289. this.textBoxEx1.MouseBack = null;
  290. this.textBoxEx1.Multiline = false;
  291. this.textBoxEx1.Name = "textBoxEx1";
  292. this.textBoxEx1.NormlBack = null;
  293. this.textBoxEx1.Padding = new System.Windows.Forms.Padding(5);
  294. this.textBoxEx1.ReadOnly = false;
  295. this.textBoxEx1.ScrollBars = System.Windows.Forms.ScrollBars.None;
  296. this.textBoxEx1.Size = new System.Drawing.Size(143, 26);
  297. this.textBoxEx1.TabIndex = 1;
  298. this.textBoxEx1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  299. this.textBoxEx1.WaterColor = System.Drawing.Color.DarkGray;
  300. this.textBoxEx1.WaterText = "";
  301. this.textBoxEx1.WordWrap = true;
  302. //
  303. // labelEx1
  304. //
  305. this.labelEx1.AutoSize = true;
  306. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  307. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  308. this.labelEx1.Location = new System.Drawing.Point(7, 14);
  309. this.labelEx1.Name = "labelEx1";
  310. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  311. this.labelEx1.TabIndex = 0;
  312. this.labelEx1.Text = "提醒名称:";
  313. //
  314. // btnNewCreate
  315. //
  316. this.btnNewCreate.BackColor = System.Drawing.Color.Transparent;
  317. this.btnNewCreate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewCreate.BackImg")));
  318. this.btnNewCreate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  319. this.btnNewCreate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  320. this.btnNewCreate.ForeColor = System.Drawing.Color.White;
  321. this.btnNewCreate.IsCustomBackImg = false;
  322. this.btnNewCreate.IsShowText = true;
  323. this.btnNewCreate.Location = new System.Drawing.Point(488, 8);
  324. this.btnNewCreate.Name = "btnNewCreate";
  325. this.btnNewCreate.Size = new System.Drawing.Size(65, 28);
  326. this.btnNewCreate.TabIndex = 12;
  327. this.btnNewCreate.Text = " 新 建";
  328. this.btnNewCreate.UseVisualStyleBackColor = false;
  329. //
  330. // RemindSet
  331. //
  332. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  333. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  334. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  335. this.ClientSize = new System.Drawing.Size(583, 402);
  336. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  337. this.ImeMode = System.Windows.Forms.ImeMode.On;
  338. this.IsMaximized = false;
  339. this.MaximizeBox = false;
  340. this.MinimizeBox = false;
  341. this.Name = "RemindSet";
  342. this.Text = "提醒设置";
  343. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  344. this.plExMainContainer.ResumeLayout(false);
  345. this.plFormMainContent.ResumeLayout(false);
  346. this.panelEx1.ResumeLayout(false);
  347. this.panelEx1.PerformLayout();
  348. ((System.ComponentModel.ISupportInitialize)(this.dgvRemind)).EndInit();
  349. this.ResumeLayout(false);
  350. }
  351. #endregion
  352. private ComponentLibrary.PanelEx panelEx1;
  353. protected internal ComponentLibrary.DataGridViewEc dgvRemind;
  354. private ComponentLibrary.LabelEx labelEx1;
  355. protected internal ComponentLibrary.ButtonEx btnClose;
  356. protected internal ComponentLibrary.ButtonEx btnDelete;
  357. protected internal ComponentLibrary.ButtonEx buttonEx1;
  358. protected ComponentLibrary.CheckBoxEx checkBoxEx1;
  359. protected internal ComponentLibrary.TextBoxEx textBoxEx2;
  360. protected internal ComponentLibrary.TextBoxEx textBoxEx1;
  361. protected internal ComponentLibrary.ComboBoxEx comboBoxTreeViewEx1;
  362. private ComponentLibrary.LabelEx labelEx3;
  363. protected internal ComponentLibrary.LabelEx labelEx2;
  364. protected internal ComponentLibrary.ButtonEx btnNewCreate;
  365. }
  366. }