AddingTrackRecord.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. namespace LYFZ.Software.UI.HospitalTrackingSystem
  2. {
  3. partial class AddingTrackRecord
  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(AddingTrackRecord));
  30. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.txtName = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.bntClose = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.bntSave = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.cmbConcreteMatter = new LYFZ.ComponentLibrary.ComboBoxEx();
  48. this.cmbCallType = new LYFZ.ComponentLibrary.ComboBoxEx();
  49. this.txtPhone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
  50. this.buttonForm2 = new LYFZ.ComponentLibrary.ButtonForm();
  51. this.btnDial = new LYFZ.ComponentLibrary.ButtonTel();
  52. this.datimeRemind = new LYFZ.ComponentLibrary.DateTimePickerEx();
  53. this.cbxCallMode = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  54. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  55. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.txtCallTime = new LYFZ.ComponentLibrary.TextBoxEx();
  58. this.datimeCallDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  59. this.listbox_files = new LYFZ.ComponentLibrary.ListBoxEx();
  60. this.btn_AddFiles = new LYFZ.ComponentLibrary.ButtonForm();
  61. this.panel_UploadAliyun = new LYFZ.ComponentLibrary.PanelEx();
  62. this.btn_Getfiles = new LYFZ.ComponentLibrary.ButtonEx();
  63. this.plExMainContainer.SuspendLayout();
  64. this.plFormMainContent.SuspendLayout();
  65. this.panelEx1.SuspendLayout();
  66. this.panelEx2.SuspendLayout();
  67. this.panel_UploadAliyun.SuspendLayout();
  68. this.SuspendLayout();
  69. //
  70. // plExMainContainer
  71. //
  72. this.plExMainContainer.Controls.Add(this.panelEx1);
  73. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  74. this.plExMainContainer.Size = new System.Drawing.Size(580, 543);
  75. //
  76. // plFormMainContent
  77. //
  78. this.plFormMainContent.Size = new System.Drawing.Size(580, 543);
  79. //
  80. // btnAppFormMaximize
  81. //
  82. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  83. this.btnAppFormMaximize.Location = new System.Drawing.Point(405, 0);
  84. //
  85. // btnAppFormExit
  86. //
  87. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  88. this.btnAppFormExit.Location = new System.Drawing.Point(548, 0);
  89. //
  90. // btnAppFormMinimize
  91. //
  92. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  93. this.btnAppFormMinimize.Location = new System.Drawing.Point(521, 0);
  94. //
  95. // labelEx1
  96. //
  97. this.labelEx1.AutoSize = true;
  98. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  99. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  100. this.labelEx1.Location = new System.Drawing.Point(28, 26);
  101. this.labelEx1.Name = "labelEx1";
  102. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  103. this.labelEx1.TabIndex = 0;
  104. this.labelEx1.Text = "客户姓名:";
  105. //
  106. // labelEx2
  107. //
  108. this.labelEx2.AutoSize = true;
  109. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  110. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  111. this.labelEx2.Location = new System.Drawing.Point(313, 26);
  112. this.labelEx2.Name = "labelEx2";
  113. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  114. this.labelEx2.TabIndex = 1;
  115. this.labelEx2.Text = "手机号码:";
  116. //
  117. // labelEx3
  118. //
  119. this.labelEx3.AutoSize = true;
  120. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  121. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  122. this.labelEx3.Location = new System.Drawing.Point(28, 59);
  123. this.labelEx3.Name = "labelEx3";
  124. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  125. this.labelEx3.TabIndex = 2;
  126. this.labelEx3.Text = "沟通日期:";
  127. //
  128. // labelEx4
  129. //
  130. this.labelEx4.AutoSize = true;
  131. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  132. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  133. this.labelEx4.Location = new System.Drawing.Point(313, 59);
  134. this.labelEx4.Name = "labelEx4";
  135. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  136. this.labelEx4.TabIndex = 3;
  137. this.labelEx4.Text = "沟通时长:";
  138. //
  139. // labelEx7
  140. //
  141. this.labelEx7.AutoSize = true;
  142. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  143. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  144. this.labelEx7.Location = new System.Drawing.Point(28, 156);
  145. this.labelEx7.Name = "labelEx7";
  146. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  147. this.labelEx7.TabIndex = 6;
  148. this.labelEx7.Text = "沟通备注:";
  149. //
  150. // labelEx9
  151. //
  152. this.labelEx9.AutoSize = true;
  153. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  154. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  155. this.labelEx9.Location = new System.Drawing.Point(28, 93);
  156. this.labelEx9.Name = "labelEx9";
  157. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  158. this.labelEx9.TabIndex = 8;
  159. this.labelEx9.Text = "沟通类型:";
  160. //
  161. // labelEx11
  162. //
  163. this.labelEx11.AutoSize = true;
  164. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  165. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  166. this.labelEx11.Location = new System.Drawing.Point(289, 125);
  167. this.labelEx11.Name = "labelEx11";
  168. this.labelEx11.Size = new System.Drawing.Size(92, 17);
  169. this.labelEx11.TabIndex = 10;
  170. this.labelEx11.Text = "下次提醒时间:";
  171. //
  172. // txtName
  173. //
  174. this.txtName.BackColor = System.Drawing.Color.Transparent;
  175. this.txtName.Icon = null;
  176. this.txtName.IconIsButton = false;
  177. this.txtName.IsPasswordChat = '\0';
  178. this.txtName.IsSystemPasswordChar = false;
  179. this.txtName.Lines = new string[0];
  180. this.txtName.Location = new System.Drawing.Point(98, 22);
  181. this.txtName.Margin = new System.Windows.Forms.Padding(0);
  182. this.txtName.MaxLength = 32767;
  183. this.txtName.MinimumSize = new System.Drawing.Size(0, 26);
  184. this.txtName.MouseBack = null;
  185. this.txtName.Multiline = false;
  186. this.txtName.Name = "txtName";
  187. this.txtName.NormlBack = null;
  188. this.txtName.Padding = new System.Windows.Forms.Padding(5);
  189. this.txtName.ReadOnly = true;
  190. this.txtName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  191. this.txtName.Size = new System.Drawing.Size(124, 26);
  192. this.txtName.TabIndex = 11;
  193. this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  194. this.txtName.WaterColor = System.Drawing.Color.DarkGray;
  195. this.txtName.WaterText = "";
  196. this.txtName.WordWrap = true;
  197. //
  198. // panelEx1
  199. //
  200. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  201. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  202. this.panelEx1.BorderWidth = 1;
  203. this.panelEx1.Controls.Add(this.panel_UploadAliyun);
  204. this.panelEx1.Controls.Add(this.labelEx15);
  205. this.panelEx1.Controls.Add(this.labelEx14);
  206. this.panelEx1.Controls.Add(this.labelEx13);
  207. this.panelEx1.Controls.Add(this.labelEx12);
  208. this.panelEx1.Controls.Add(this.labelEx6);
  209. this.panelEx1.Controls.Add(this.panelEx2);
  210. this.panelEx1.Controls.Add(this.cmbConcreteMatter);
  211. this.panelEx1.Controls.Add(this.cmbCallType);
  212. this.panelEx1.Controls.Add(this.txtPhone);
  213. this.panelEx1.Controls.Add(this.buttonForm2);
  214. this.panelEx1.Controls.Add(this.btnDial);
  215. this.panelEx1.Controls.Add(this.datimeRemind);
  216. this.panelEx1.Controls.Add(this.cbxCallMode);
  217. this.panelEx1.Controls.Add(this.txtRemark);
  218. this.panelEx1.Controls.Add(this.labelEx8);
  219. this.panelEx1.Controls.Add(this.labelEx10);
  220. this.panelEx1.Controls.Add(this.txtCallTime);
  221. this.panelEx1.Controls.Add(this.datimeCallDate);
  222. this.panelEx1.Controls.Add(this.labelEx2);
  223. this.panelEx1.Controls.Add(this.txtName);
  224. this.panelEx1.Controls.Add(this.labelEx4);
  225. this.panelEx1.Controls.Add(this.labelEx1);
  226. this.panelEx1.Controls.Add(this.labelEx11);
  227. this.panelEx1.Controls.Add(this.labelEx7);
  228. this.panelEx1.Controls.Add(this.labelEx3);
  229. this.panelEx1.Controls.Add(this.labelEx9);
  230. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  232. this.panelEx1.Name = "panelEx1";
  233. this.panelEx1.Size = new System.Drawing.Size(560, 523);
  234. this.panelEx1.TabIndex = 12;
  235. //
  236. // labelEx15
  237. //
  238. this.labelEx15.AutoSize = true;
  239. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  240. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  241. this.labelEx15.Location = new System.Drawing.Point(300, 94);
  242. this.labelEx15.Name = "labelEx15";
  243. this.labelEx15.Size = new System.Drawing.Size(13, 17);
  244. this.labelEx15.TabIndex = 522;
  245. this.labelEx15.Text = "*";
  246. //
  247. // labelEx14
  248. //
  249. this.labelEx14.AutoSize = true;
  250. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  251. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  252. this.labelEx14.Location = new System.Drawing.Point(16, 118);
  253. this.labelEx14.Name = "labelEx14";
  254. this.labelEx14.Size = new System.Drawing.Size(13, 17);
  255. this.labelEx14.TabIndex = 521;
  256. this.labelEx14.Text = "*";
  257. //
  258. // labelEx13
  259. //
  260. this.labelEx13.AutoSize = true;
  261. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  262. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  263. this.labelEx13.Location = new System.Drawing.Point(16, 89);
  264. this.labelEx13.Name = "labelEx13";
  265. this.labelEx13.Size = new System.Drawing.Size(13, 17);
  266. this.labelEx13.TabIndex = 520;
  267. this.labelEx13.Text = "*";
  268. //
  269. // labelEx12
  270. //
  271. this.labelEx12.AutoSize = true;
  272. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  273. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  274. this.labelEx12.Location = new System.Drawing.Point(16, 54);
  275. this.labelEx12.Name = "labelEx12";
  276. this.labelEx12.Size = new System.Drawing.Size(13, 17);
  277. this.labelEx12.TabIndex = 519;
  278. this.labelEx12.Text = "*";
  279. //
  280. // labelEx6
  281. //
  282. this.labelEx6.AutoSize = true;
  283. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  284. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  285. this.labelEx6.Location = new System.Drawing.Point(480, 60);
  286. this.labelEx6.Name = "labelEx6";
  287. this.labelEx6.Size = new System.Drawing.Size(32, 17);
  288. this.labelEx6.TabIndex = 518;
  289. this.labelEx6.Text = "分钟";
  290. //
  291. // panelEx2
  292. //
  293. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  294. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  295. this.panelEx2.BorderWidth = 1;
  296. this.panelEx2.Controls.Add(this.bntClose);
  297. this.panelEx2.Controls.Add(this.bntSave);
  298. this.panelEx2.Location = new System.Drawing.Point(135, 467);
  299. this.panelEx2.Name = "panelEx2";
  300. this.panelEx2.Size = new System.Drawing.Size(270, 42);
  301. this.panelEx2.TabIndex = 517;
  302. //
  303. // bntClose
  304. //
  305. this.bntClose.BackColor = System.Drawing.Color.Transparent;
  306. this.bntClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntClose.BackImg")));
  307. this.bntClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  308. this.bntClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  309. this.bntClose.ForeColor = System.Drawing.Color.White;
  310. this.bntClose.IsCustomBackImg = false;
  311. this.bntClose.IsShowText = true;
  312. this.bntClose.Location = new System.Drawing.Point(167, 6);
  313. this.bntClose.Name = "bntClose";
  314. this.bntClose.Size = new System.Drawing.Size(85, 28);
  315. this.bntClose.TabIndex = 28;
  316. this.bntClose.Text = " 取 消";
  317. this.bntClose.UseVisualStyleBackColor = false;
  318. //
  319. // bntSave
  320. //
  321. this.bntSave.BackColor = System.Drawing.Color.Transparent;
  322. this.bntSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntSave.BackImg")));
  323. this.bntSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  324. this.bntSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  325. this.bntSave.ForeColor = System.Drawing.Color.White;
  326. this.bntSave.IsCustomBackImg = false;
  327. this.bntSave.IsShowText = true;
  328. this.bntSave.Location = new System.Drawing.Point(19, 6);
  329. this.bntSave.Name = "bntSave";
  330. this.bntSave.Size = new System.Drawing.Size(85, 28);
  331. this.bntSave.TabIndex = 27;
  332. this.bntSave.Text = " 保 存";
  333. this.bntSave.UseVisualStyleBackColor = false;
  334. //
  335. // cmbConcreteMatter
  336. //
  337. this.cmbConcreteMatter.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  338. this.cmbConcreteMatter.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  339. this.cmbConcreteMatter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  340. this.cmbConcreteMatter.Font = new System.Drawing.Font("宋体", 10.5F);
  341. this.cmbConcreteMatter.FormattingEnabled = true;
  342. this.cmbConcreteMatter.IsCustomColor = false;
  343. this.cmbConcreteMatter.Items.AddRange(new object[] {
  344. "",
  345. "节日问候",
  346. "关系维护",
  347. "预约上门"});
  348. this.cmbConcreteMatter.Location = new System.Drawing.Point(384, 91);
  349. this.cmbConcreteMatter.Name = "cmbConcreteMatter";
  350. this.cmbConcreteMatter.ReadOnly = true;
  351. this.cmbConcreteMatter.Size = new System.Drawing.Size(128, 22);
  352. this.cmbConcreteMatter.TabIndex = 516;
  353. //
  354. // cmbCallType
  355. //
  356. this.cmbCallType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  357. this.cmbCallType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  358. this.cmbCallType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  359. this.cmbCallType.Font = new System.Drawing.Font("宋体", 10.5F);
  360. this.cmbCallType.FormattingEnabled = true;
  361. this.cmbCallType.IsCustomColor = false;
  362. this.cmbCallType.Items.AddRange(new object[] {
  363. "医院跟踪"});
  364. this.cmbCallType.Location = new System.Drawing.Point(98, 91);
  365. this.cmbCallType.Name = "cmbCallType";
  366. this.cmbCallType.ReadOnly = true;
  367. this.cmbCallType.Size = new System.Drawing.Size(124, 22);
  368. this.cmbCallType.TabIndex = 515;
  369. //
  370. // txtPhone
  371. //
  372. this.txtPhone.Location = new System.Drawing.Point(384, 24);
  373. this.txtPhone.Mask = "000 0000 0000";
  374. this.txtPhone.Name = "txtPhone";
  375. this.txtPhone.PromptChar = ' ';
  376. this.txtPhone.ReadOnly = true;
  377. this.txtPhone.Size = new System.Drawing.Size(95, 21);
  378. this.txtPhone.TabIndex = 514;
  379. //
  380. // buttonForm2
  381. //
  382. this.buttonForm2.BackColor = System.Drawing.Color.Transparent;
  383. this.buttonForm2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonForm2.BackImg")));
  384. this.buttonForm2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  385. this.buttonForm2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  386. this.buttonForm2.ForeColor = System.Drawing.Color.White;
  387. this.buttonForm2.IsCustomBackImg = false;
  388. this.buttonForm2.IsShowText = true;
  389. this.buttonForm2.Location = new System.Drawing.Point(226, 122);
  390. this.buttonForm2.Name = "buttonForm2";
  391. this.buttonForm2.Size = new System.Drawing.Size(45, 22);
  392. this.buttonForm2.TabIndex = 374;
  393. this.buttonForm2.Text = " 设置";
  394. this.buttonForm2.UseVisualStyleBackColor = false;
  395. //
  396. // btnDial
  397. //
  398. this.btnDial.BackColor = System.Drawing.Color.Transparent;
  399. this.btnDial.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDial.BackImg")));
  400. this.btnDial.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  401. this.btnDial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  402. this.btnDial.ForeColor = System.Drawing.Color.White;
  403. this.btnDial.IsCustomBackImg = false;
  404. this.btnDial.IsShowText = false;
  405. this.btnDial.Location = new System.Drawing.Point(482, 24);
  406. this.btnDial.Name = "btnDial";
  407. this.btnDial.Size = new System.Drawing.Size(27, 22);
  408. this.btnDial.TabIndex = 320;
  409. this.btnDial.Text = "buttonTel1";
  410. this.btnDial.UseVisualStyleBackColor = false;
  411. //
  412. // datimeRemind
  413. //
  414. this.datimeRemind.CustomFormat = " ";
  415. this.datimeRemind.DateValue = "";
  416. this.datimeRemind.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  417. this.datimeRemind.IsShowTime = false;
  418. this.datimeRemind.Location = new System.Drawing.Point(383, 123);
  419. this.datimeRemind.Name = "datimeRemind";
  420. this.datimeRemind.Size = new System.Drawing.Size(129, 21);
  421. this.datimeRemind.TabIndex = 24;
  422. //
  423. // cbxCallMode
  424. //
  425. this.cbxCallMode.AfterSelectLevelFirstNode = false;
  426. this.cbxCallMode.DropDownHeight = 220;
  427. this.cbxCallMode.DropDownShow = false;
  428. this.cbxCallMode.FormattingEnabled = true;
  429. this.cbxCallMode.IntegralHeight = false;
  430. this.cbxCallMode.IsNodeMouseClick = false;
  431. this.cbxCallMode.IsSelectParentNode = false;
  432. this.cbxCallMode.Location = new System.Drawing.Point(99, 123);
  433. this.cbxCallMode.Name = "cbxCallMode";
  434. this.cbxCallMode.ReadOnly = true;
  435. this.cbxCallMode.SelectedNode = null;
  436. this.cbxCallMode.Size = new System.Drawing.Size(123, 20);
  437. this.cbxCallMode.StrGetName = "";
  438. this.cbxCallMode.StrGetTagName = "";
  439. this.cbxCallMode.StrKey = null;
  440. this.cbxCallMode.TabIndex = 23;
  441. //
  442. // txtRemark
  443. //
  444. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  445. this.txtRemark.Icon = null;
  446. this.txtRemark.IconIsButton = false;
  447. this.txtRemark.IsPasswordChat = '\0';
  448. this.txtRemark.IsSystemPasswordChar = false;
  449. this.txtRemark.Lines = new string[0];
  450. this.txtRemark.Location = new System.Drawing.Point(31, 175);
  451. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  452. this.txtRemark.MaxLength = 120;
  453. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 26);
  454. this.txtRemark.MouseBack = null;
  455. this.txtRemark.Multiline = true;
  456. this.txtRemark.Name = "txtRemark";
  457. this.txtRemark.NormlBack = null;
  458. this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
  459. this.txtRemark.ReadOnly = false;
  460. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  461. this.txtRemark.Size = new System.Drawing.Size(481, 93);
  462. this.txtRemark.TabIndex = 22;
  463. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  464. this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
  465. this.txtRemark.WaterText = "最多只能轮播120字数";
  466. this.txtRemark.WordWrap = true;
  467. //
  468. // labelEx8
  469. //
  470. this.labelEx8.AutoSize = true;
  471. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  472. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  473. this.labelEx8.Location = new System.Drawing.Point(28, 125);
  474. this.labelEx8.Name = "labelEx8";
  475. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  476. this.labelEx8.TabIndex = 21;
  477. this.labelEx8.Text = "沟通方式:";
  478. //
  479. // labelEx10
  480. //
  481. this.labelEx10.AutoSize = true;
  482. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  483. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  484. this.labelEx10.Location = new System.Drawing.Point(313, 93);
  485. this.labelEx10.Name = "labelEx10";
  486. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  487. this.labelEx10.TabIndex = 17;
  488. this.labelEx10.Text = "具体事项:";
  489. //
  490. // txtCallTime
  491. //
  492. this.txtCallTime.BackColor = System.Drawing.Color.Transparent;
  493. this.txtCallTime.Icon = null;
  494. this.txtCallTime.IconIsButton = false;
  495. this.txtCallTime.IsPasswordChat = '\0';
  496. this.txtCallTime.IsSystemPasswordChar = false;
  497. this.txtCallTime.Lines = new string[] {
  498. "0"};
  499. this.txtCallTime.Location = new System.Drawing.Point(384, 55);
  500. this.txtCallTime.Margin = new System.Windows.Forms.Padding(0);
  501. this.txtCallTime.MaxLength = 32767;
  502. this.txtCallTime.MinimumSize = new System.Drawing.Size(0, 26);
  503. this.txtCallTime.MouseBack = null;
  504. this.txtCallTime.Multiline = false;
  505. this.txtCallTime.Name = "txtCallTime";
  506. this.txtCallTime.NormlBack = null;
  507. this.txtCallTime.Padding = new System.Windows.Forms.Padding(5);
  508. this.txtCallTime.ReadOnly = false;
  509. this.txtCallTime.ScrollBars = System.Windows.Forms.ScrollBars.None;
  510. this.txtCallTime.Size = new System.Drawing.Size(95, 26);
  511. this.txtCallTime.TabIndex = 14;
  512. this.txtCallTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  513. this.txtCallTime.WaterColor = System.Drawing.Color.DarkGray;
  514. this.txtCallTime.WaterText = "";
  515. this.txtCallTime.WordWrap = true;
  516. //
  517. // datimeCallDate
  518. //
  519. this.datimeCallDate.CustomFormat = " ";
  520. this.datimeCallDate.DateValue = "";
  521. this.datimeCallDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  522. this.datimeCallDate.IsShowTime = false;
  523. this.datimeCallDate.Location = new System.Drawing.Point(99, 57);
  524. this.datimeCallDate.Name = "datimeCallDate";
  525. this.datimeCallDate.Size = new System.Drawing.Size(122, 21);
  526. this.datimeCallDate.TabIndex = 13;
  527. //
  528. // listbox_files
  529. //
  530. this.listbox_files.FormattingEnabled = true;
  531. this.listbox_files.ItemHeight = 12;
  532. this.listbox_files.Location = new System.Drawing.Point(10, 37);
  533. this.listbox_files.Name = "listbox_files";
  534. this.listbox_files.Size = new System.Drawing.Size(478, 136);
  535. this.listbox_files.TabIndex = 523;
  536. //
  537. // btn_AddFiles
  538. //
  539. this.btn_AddFiles.BackColor = System.Drawing.Color.Transparent;
  540. this.btn_AddFiles.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AddFiles.BackImg")));
  541. this.btn_AddFiles.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  542. this.btn_AddFiles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  543. this.btn_AddFiles.ForeColor = System.Drawing.Color.White;
  544. this.btn_AddFiles.IsCustomBackImg = false;
  545. this.btn_AddFiles.IsShowText = true;
  546. this.btn_AddFiles.Location = new System.Drawing.Point(10, 9);
  547. this.btn_AddFiles.Name = "btn_AddFiles";
  548. this.btn_AddFiles.Size = new System.Drawing.Size(85, 22);
  549. this.btn_AddFiles.TabIndex = 524;
  550. this.btn_AddFiles.Text = "添加附件";
  551. this.btn_AddFiles.UseVisualStyleBackColor = false;
  552. //
  553. // panel_UploadAliyun
  554. //
  555. this.panel_UploadAliyun.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  556. this.panel_UploadAliyun.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  557. this.panel_UploadAliyun.BorderWidth = 1;
  558. this.panel_UploadAliyun.Controls.Add(this.btn_Getfiles);
  559. this.panel_UploadAliyun.Controls.Add(this.btn_AddFiles);
  560. this.panel_UploadAliyun.Controls.Add(this.listbox_files);
  561. this.panel_UploadAliyun.Location = new System.Drawing.Point(20, 274);
  562. this.panel_UploadAliyun.Name = "panel_UploadAliyun";
  563. this.panel_UploadAliyun.Size = new System.Drawing.Size(501, 182);
  564. this.panel_UploadAliyun.TabIndex = 525;
  565. //
  566. // btn_Getfiles
  567. //
  568. this.btn_Getfiles.BackColor = System.Drawing.Color.Transparent;
  569. this.btn_Getfiles.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Getfiles.BackImg")));
  570. this.btn_Getfiles.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  571. this.btn_Getfiles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  572. this.btn_Getfiles.ForeColor = System.Drawing.Color.White;
  573. this.btn_Getfiles.IsCustomBackImg = false;
  574. this.btn_Getfiles.IsShowText = true;
  575. this.btn_Getfiles.Location = new System.Drawing.Point(399, 9);
  576. this.btn_Getfiles.Name = "btn_Getfiles";
  577. this.btn_Getfiles.Size = new System.Drawing.Size(85, 22);
  578. this.btn_Getfiles.TabIndex = 28;
  579. this.btn_Getfiles.Text = "查看附件";
  580. this.btn_Getfiles.UseVisualStyleBackColor = false;
  581. //
  582. // AddingTrackRecord
  583. //
  584. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  585. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  586. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  587. this.ClientSize = new System.Drawing.Size(580, 608);
  588. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  589. this.IsMaximized = false;
  590. this.IsUserControlsSize = false;
  591. this.MaximizeBox = false;
  592. this.Name = "AddingTrackRecord";
  593. this.Text = "添加记录";
  594. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  595. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  596. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  597. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  598. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  599. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  600. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  601. this.plExMainContainer.ResumeLayout(false);
  602. this.plFormMainContent.ResumeLayout(false);
  603. this.panelEx1.ResumeLayout(false);
  604. this.panelEx1.PerformLayout();
  605. this.panelEx2.ResumeLayout(false);
  606. this.panel_UploadAliyun.ResumeLayout(false);
  607. this.ResumeLayout(false);
  608. }
  609. #endregion
  610. private ComponentLibrary.LabelEx labelEx9;
  611. private ComponentLibrary.LabelEx labelEx7;
  612. private ComponentLibrary.LabelEx labelEx4;
  613. private ComponentLibrary.LabelEx labelEx3;
  614. private ComponentLibrary.LabelEx labelEx2;
  615. private ComponentLibrary.LabelEx labelEx1;
  616. private ComponentLibrary.PanelEx panelEx1;
  617. private ComponentLibrary.LabelEx labelEx8;
  618. private ComponentLibrary.LabelEx labelEx10;
  619. protected internal ComponentLibrary.ButtonTel btnDial;
  620. protected internal ComponentLibrary.TextBoxEx txtName;
  621. protected internal ComponentLibrary.DateTimePickerEx datimeCallDate;
  622. protected internal ComponentLibrary.TextBoxEx txtCallTime;
  623. protected internal ComponentLibrary.DateTimePickerEx datimeRemind;
  624. protected internal ComponentLibrary.ComboBoxTreeViewEx cbxCallMode;
  625. protected internal ComponentLibrary.ButtonForm buttonForm2;
  626. protected ComponentLibrary.MaskedTextBoxEx txtPhone;
  627. protected internal ComponentLibrary.ComboBoxEx cmbConcreteMatter;
  628. protected internal ComponentLibrary.ComboBoxEx cmbCallType;
  629. protected internal ComponentLibrary.TextBoxEx txtRemark;
  630. protected internal ComponentLibrary.ButtonEx bntClose;
  631. protected internal ComponentLibrary.ButtonEx bntSave;
  632. private ComponentLibrary.LabelEx labelEx6;
  633. private ComponentLibrary.LabelEx labelEx15;
  634. private ComponentLibrary.LabelEx labelEx14;
  635. private ComponentLibrary.LabelEx labelEx13;
  636. private ComponentLibrary.LabelEx labelEx12;
  637. public ComponentLibrary.PanelEx panelEx2;
  638. protected internal ComponentLibrary.LabelEx labelEx11;
  639. protected internal ComponentLibrary.ListBoxEx listbox_files;
  640. protected internal ComponentLibrary.ButtonForm btn_AddFiles;
  641. protected internal ComponentLibrary.PanelEx panel_UploadAliyun;
  642. protected internal ComponentLibrary.ButtonEx btn_Getfiles;
  643. }
  644. }