AddClientServiceExecTaskSuperSmallForm.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class AddClientServiceExecTaskSuperSmallForm
  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(AddClientServiceExecTaskSuperSmallForm));
  30. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.txtTaskItem = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.txtTaskType = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  37. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.cmbtreevCommunicateMode = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  39. this.cmbtreevClientName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.txtLength = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.dtDateTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  45. this.butnDial = new LYFZ.ComponentLibrary.ButtonTel();
  46. this.txtClientTelephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
  47. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.plExMainContainer.SuspendLayout();
  52. this.plFormMainContent.SuspendLayout();
  53. this.panelEx1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // plExMainContainer
  57. //
  58. this.plExMainContainer.Controls.Add(this.panelEx1);
  59. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  60. this.plExMainContainer.Size = new System.Drawing.Size(550, 545);
  61. //
  62. // plFormMainContent
  63. //
  64. this.plFormMainContent.Size = new System.Drawing.Size(550, 545);
  65. //
  66. // btnAppFormExit
  67. //
  68. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  69. this.btnAppFormExit.Location = new System.Drawing.Point(518, 0);
  70. //
  71. // btnAppFormMinimize
  72. //
  73. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  74. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  75. //
  76. // panelEx1
  77. //
  78. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  79. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  80. this.panelEx1.BorderWidth = 1;
  81. this.panelEx1.Controls.Add(this.txtTaskItem);
  82. this.panelEx1.Controls.Add(this.txtTaskType);
  83. this.panelEx1.Controls.Add(this.txtRemark);
  84. this.panelEx1.Controls.Add(this.labelEx9);
  85. this.panelEx1.Controls.Add(this.labelEx10);
  86. this.panelEx1.Controls.Add(this.btnSet);
  87. this.panelEx1.Controls.Add(this.labelEx5);
  88. this.panelEx1.Controls.Add(this.cmbtreevCommunicateMode);
  89. this.panelEx1.Controls.Add(this.cmbtreevClientName);
  90. this.panelEx1.Controls.Add(this.btnCancel);
  91. this.panelEx1.Controls.Add(this.labelEx11);
  92. this.panelEx1.Controls.Add(this.btnSaveed);
  93. this.panelEx1.Controls.Add(this.txtLength);
  94. this.panelEx1.Controls.Add(this.dtDateTime);
  95. this.panelEx1.Controls.Add(this.butnDial);
  96. this.panelEx1.Controls.Add(this.txtClientTelephone);
  97. this.panelEx1.Controls.Add(this.labelEx4);
  98. this.panelEx1.Controls.Add(this.labelEx3);
  99. this.panelEx1.Controls.Add(this.labelEx2);
  100. this.panelEx1.Controls.Add(this.labelEx1);
  101. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  103. this.panelEx1.Name = "panelEx1";
  104. this.panelEx1.Size = new System.Drawing.Size(530, 525);
  105. this.panelEx1.TabIndex = 0;
  106. //
  107. // txtTaskItem
  108. //
  109. this.txtTaskItem.BackColor = System.Drawing.Color.Transparent;
  110. this.txtTaskItem.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  111. this.txtTaskItem.Icon = null;
  112. this.txtTaskItem.IconIsButton = false;
  113. this.txtTaskItem.IsPasswordChat = '\0';
  114. this.txtTaskItem.IsSystemPasswordChar = false;
  115. this.txtTaskItem.Lines = new string[0];
  116. this.txtTaskItem.Location = new System.Drawing.Point(154, 177);
  117. this.txtTaskItem.Margin = new System.Windows.Forms.Padding(0);
  118. this.txtTaskItem.MaxLength = 32767;
  119. this.txtTaskItem.MinimumSize = new System.Drawing.Size(0, 25);
  120. this.txtTaskItem.MouseBack = null;
  121. this.txtTaskItem.Multiline = false;
  122. this.txtTaskItem.Name = "txtTaskItem";
  123. this.txtTaskItem.NormlBack = null;
  124. this.txtTaskItem.Padding = new System.Windows.Forms.Padding(5);
  125. this.txtTaskItem.ReadOnly = true;
  126. this.txtTaskItem.ScrollBars = System.Windows.Forms.ScrollBars.None;
  127. this.txtTaskItem.Size = new System.Drawing.Size(207, 25);
  128. this.txtTaskItem.TabIndex = 345;
  129. this.txtTaskItem.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  130. this.txtTaskItem.WaterColor = System.Drawing.Color.DarkGray;
  131. this.txtTaskItem.WaterText = "";
  132. this.txtTaskItem.WordWrap = true;
  133. //
  134. // txtTaskType
  135. //
  136. this.txtTaskType.BackColor = System.Drawing.Color.Transparent;
  137. this.txtTaskType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  138. this.txtTaskType.Icon = null;
  139. this.txtTaskType.IconIsButton = false;
  140. this.txtTaskType.IsPasswordChat = '\0';
  141. this.txtTaskType.IsSystemPasswordChar = false;
  142. this.txtTaskType.Lines = new string[0];
  143. this.txtTaskType.Location = new System.Drawing.Point(154, 135);
  144. this.txtTaskType.Margin = new System.Windows.Forms.Padding(0);
  145. this.txtTaskType.MaxLength = 32767;
  146. this.txtTaskType.MinimumSize = new System.Drawing.Size(0, 25);
  147. this.txtTaskType.MouseBack = null;
  148. this.txtTaskType.Multiline = false;
  149. this.txtTaskType.Name = "txtTaskType";
  150. this.txtTaskType.NormlBack = null;
  151. this.txtTaskType.Padding = new System.Windows.Forms.Padding(5);
  152. this.txtTaskType.ReadOnly = true;
  153. this.txtTaskType.ScrollBars = System.Windows.Forms.ScrollBars.None;
  154. this.txtTaskType.Size = new System.Drawing.Size(207, 25);
  155. this.txtTaskType.TabIndex = 344;
  156. this.txtTaskType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  157. this.txtTaskType.WaterColor = System.Drawing.Color.DarkGray;
  158. this.txtTaskType.WaterText = "";
  159. this.txtTaskType.WordWrap = true;
  160. //
  161. // txtRemark
  162. //
  163. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  164. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  165. this.txtRemark.Icon = null;
  166. this.txtRemark.IconIsButton = false;
  167. this.txtRemark.IsPasswordChat = '\0';
  168. this.txtRemark.IsSystemPasswordChar = false;
  169. this.txtRemark.Lines = new string[0];
  170. this.txtRemark.Location = new System.Drawing.Point(154, 306);
  171. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  172. this.txtRemark.MaxLength = 120;
  173. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 25);
  174. this.txtRemark.MouseBack = null;
  175. this.txtRemark.Multiline = true;
  176. this.txtRemark.Name = "txtRemark";
  177. this.txtRemark.NormlBack = null;
  178. this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
  179. this.txtRemark.ReadOnly = false;
  180. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  181. this.txtRemark.Size = new System.Drawing.Size(267, 107);
  182. this.txtRemark.TabIndex = 311;
  183. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  184. this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
  185. this.txtRemark.WaterText = "字数不能超过120字";
  186. this.txtRemark.WordWrap = true;
  187. //
  188. // labelEx9
  189. //
  190. this.labelEx9.AutoSize = true;
  191. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  192. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  193. this.labelEx9.Location = new System.Drawing.Point(75, 266);
  194. this.labelEx9.Name = "labelEx9";
  195. this.labelEx9.Size = new System.Drawing.Size(77, 17);
  196. this.labelEx9.TabIndex = 8;
  197. this.labelEx9.Text = "* 沟通方式:";
  198. //
  199. // labelEx10
  200. //
  201. this.labelEx10.AutoSize = true;
  202. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  203. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  204. this.labelEx10.Location = new System.Drawing.Point(108, 309);
  205. this.labelEx10.Name = "labelEx10";
  206. this.labelEx10.Size = new System.Drawing.Size(44, 17);
  207. this.labelEx10.TabIndex = 310;
  208. this.labelEx10.Text = "备注:";
  209. //
  210. // btnSet
  211. //
  212. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  213. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  214. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  215. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  216. this.btnSet.ForeColor = System.Drawing.Color.White;
  217. this.btnSet.IsCustomBackImg = false;
  218. this.btnSet.IsShowText = true;
  219. this.btnSet.Location = new System.Drawing.Point(373, 263);
  220. this.btnSet.Name = "btnSet";
  221. this.btnSet.Size = new System.Drawing.Size(45, 22);
  222. this.btnSet.TabIndex = 313;
  223. this.btnSet.Text = " 设置";
  224. this.btnSet.UseVisualStyleBackColor = false;
  225. //
  226. // labelEx5
  227. //
  228. this.labelEx5.AutoSize = true;
  229. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  230. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  231. this.labelEx5.Location = new System.Drawing.Point(75, 139);
  232. this.labelEx5.Name = "labelEx5";
  233. this.labelEx5.Size = new System.Drawing.Size(77, 17);
  234. this.labelEx5.TabIndex = 4;
  235. this.labelEx5.Text = "* 沟通类型:";
  236. //
  237. // cmbtreevCommunicateMode
  238. //
  239. this.cmbtreevCommunicateMode.AfterSelectLevelFirstNode = false;
  240. this.cmbtreevCommunicateMode.DropDownHeight = 220;
  241. this.cmbtreevCommunicateMode.DropDownShow = false;
  242. this.cmbtreevCommunicateMode.FormattingEnabled = true;
  243. this.cmbtreevCommunicateMode.IntegralHeight = false;
  244. this.cmbtreevCommunicateMode.IsNodeMouseClick = true;
  245. this.cmbtreevCommunicateMode.IsSelectParentNode = false;
  246. this.cmbtreevCommunicateMode.Location = new System.Drawing.Point(154, 264);
  247. this.cmbtreevCommunicateMode.Name = "cmbtreevCommunicateMode";
  248. this.cmbtreevCommunicateMode.ReadOnly = true;
  249. this.cmbtreevCommunicateMode.SelectedNode = null;
  250. this.cmbtreevCommunicateMode.Size = new System.Drawing.Size(210, 20);
  251. this.cmbtreevCommunicateMode.StrGetName = "";
  252. this.cmbtreevCommunicateMode.StrGetTagName = "";
  253. this.cmbtreevCommunicateMode.StrKey = null;
  254. this.cmbtreevCommunicateMode.TabIndex = 314;
  255. //
  256. // cmbtreevClientName
  257. //
  258. this.cmbtreevClientName.AfterSelectLevelFirstNode = true;
  259. this.cmbtreevClientName.DropDownHeight = 220;
  260. this.cmbtreevClientName.DropDownShow = false;
  261. this.cmbtreevClientName.FormattingEnabled = true;
  262. this.cmbtreevClientName.IntegralHeight = false;
  263. this.cmbtreevClientName.IsNodeMouseClick = true;
  264. this.cmbtreevClientName.IsSelectParentNode = false;
  265. this.cmbtreevClientName.Location = new System.Drawing.Point(154, 53);
  266. this.cmbtreevClientName.Name = "cmbtreevClientName";
  267. this.cmbtreevClientName.ReadOnly = true;
  268. this.cmbtreevClientName.SelectedNode = null;
  269. this.cmbtreevClientName.Size = new System.Drawing.Size(172, 20);
  270. this.cmbtreevClientName.StrGetName = "";
  271. this.cmbtreevClientName.StrGetTagName = "";
  272. this.cmbtreevClientName.StrKey = null;
  273. this.cmbtreevClientName.TabIndex = 343;
  274. //
  275. // btnCancel
  276. //
  277. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  278. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  279. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  280. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  281. this.btnCancel.ForeColor = System.Drawing.Color.White;
  282. this.btnCancel.IsCustomBackImg = false;
  283. this.btnCancel.IsShowText = true;
  284. this.btnCancel.Location = new System.Drawing.Point(315, 461);
  285. this.btnCancel.Name = "btnCancel";
  286. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  287. this.btnCancel.TabIndex = 342;
  288. this.btnCancel.Text = " 关 闭";
  289. this.btnCancel.UseVisualStyleBackColor = false;
  290. //
  291. // labelEx11
  292. //
  293. this.labelEx11.AutoSize = true;
  294. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  295. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  296. this.labelEx11.Location = new System.Drawing.Point(75, 181);
  297. this.labelEx11.Name = "labelEx11";
  298. this.labelEx11.Size = new System.Drawing.Size(77, 17);
  299. this.labelEx11.TabIndex = 321;
  300. this.labelEx11.Text = "* 具体事项:";
  301. //
  302. // btnSaveed
  303. //
  304. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  305. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  306. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  307. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  308. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  309. this.btnSaveed.IsCustomBackImg = false;
  310. this.btnSaveed.IsShowText = true;
  311. this.btnSaveed.Location = new System.Drawing.Point(164, 461);
  312. this.btnSaveed.Name = "btnSaveed";
  313. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  314. this.btnSaveed.TabIndex = 341;
  315. this.btnSaveed.Text = " 保 存";
  316. this.btnSaveed.UseVisualStyleBackColor = false;
  317. //
  318. // txtLength
  319. //
  320. this.txtLength.BackColor = System.Drawing.Color.Transparent;
  321. this.txtLength.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  322. this.txtLength.Icon = null;
  323. this.txtLength.IconIsButton = false;
  324. this.txtLength.IsPasswordChat = '\0';
  325. this.txtLength.IsSystemPasswordChar = false;
  326. this.txtLength.Lines = new string[0];
  327. this.txtLength.Location = new System.Drawing.Point(351, 219);
  328. this.txtLength.Margin = new System.Windows.Forms.Padding(0);
  329. this.txtLength.MaxLength = 3;
  330. this.txtLength.MinimumSize = new System.Drawing.Size(0, 25);
  331. this.txtLength.MouseBack = null;
  332. this.txtLength.Multiline = false;
  333. this.txtLength.Name = "txtLength";
  334. this.txtLength.NormlBack = null;
  335. this.txtLength.Padding = new System.Windows.Forms.Padding(5);
  336. this.txtLength.ReadOnly = false;
  337. this.txtLength.ScrollBars = System.Windows.Forms.ScrollBars.None;
  338. this.txtLength.Size = new System.Drawing.Size(50, 25);
  339. this.txtLength.TabIndex = 340;
  340. this.txtLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  341. this.txtLength.WaterColor = System.Drawing.Color.DarkGray;
  342. this.txtLength.WaterText = "";
  343. this.txtLength.WordWrap = true;
  344. //
  345. // dtDateTime
  346. //
  347. this.dtDateTime.CustomFormat = " ";
  348. this.dtDateTime.DateValue = "";
  349. this.dtDateTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  350. this.dtDateTime.IsShowTime = false;
  351. this.dtDateTime.Location = new System.Drawing.Point(154, 221);
  352. this.dtDateTime.Name = "dtDateTime";
  353. this.dtDateTime.Size = new System.Drawing.Size(108, 21);
  354. this.dtDateTime.TabIndex = 339;
  355. //
  356. // butnDial
  357. //
  358. this.butnDial.BackColor = System.Drawing.Color.Transparent;
  359. this.butnDial.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnDial.BackImg")));
  360. this.butnDial.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  361. this.butnDial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  362. this.butnDial.ForeColor = System.Drawing.Color.White;
  363. this.butnDial.IsCustomBackImg = false;
  364. this.butnDial.IsShowText = false;
  365. this.butnDial.Location = new System.Drawing.Point(334, 93);
  366. this.butnDial.Name = "butnDial";
  367. this.butnDial.Size = new System.Drawing.Size(27, 22);
  368. this.butnDial.TabIndex = 338;
  369. this.butnDial.Text = "buttonTel1";
  370. this.butnDial.UseVisualStyleBackColor = false;
  371. //
  372. // txtClientTelephone
  373. //
  374. this.txtClientTelephone.Location = new System.Drawing.Point(154, 94);
  375. this.txtClientTelephone.Mask = "000 0000 0000";
  376. this.txtClientTelephone.Name = "txtClientTelephone";
  377. this.txtClientTelephone.PromptChar = ' ';
  378. this.txtClientTelephone.ReadOnly = true;
  379. this.txtClientTelephone.Size = new System.Drawing.Size(172, 21);
  380. this.txtClientTelephone.TabIndex = 337;
  381. //
  382. // labelEx4
  383. //
  384. this.labelEx4.AutoSize = true;
  385. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  386. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  387. this.labelEx4.Location = new System.Drawing.Point(281, 223);
  388. this.labelEx4.Name = "labelEx4";
  389. this.labelEx4.Size = new System.Drawing.Size(140, 17);
  390. this.labelEx4.TabIndex = 336;
  391. this.labelEx4.Text = "沟通时长: 分";
  392. //
  393. // labelEx3
  394. //
  395. this.labelEx3.AutoSize = true;
  396. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  397. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  398. this.labelEx3.Location = new System.Drawing.Point(75, 223);
  399. this.labelEx3.Name = "labelEx3";
  400. this.labelEx3.Size = new System.Drawing.Size(77, 17);
  401. this.labelEx3.TabIndex = 335;
  402. this.labelEx3.Text = "* 沟通日期:";
  403. //
  404. // labelEx2
  405. //
  406. this.labelEx2.AutoSize = true;
  407. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  408. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  409. this.labelEx2.Location = new System.Drawing.Point(75, 96);
  410. this.labelEx2.Name = "labelEx2";
  411. this.labelEx2.Size = new System.Drawing.Size(77, 17);
  412. this.labelEx2.TabIndex = 334;
  413. this.labelEx2.Text = "* 手机号码:";
  414. //
  415. // labelEx1
  416. //
  417. this.labelEx1.AutoSize = true;
  418. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  419. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  420. this.labelEx1.Location = new System.Drawing.Point(75, 55);
  421. this.labelEx1.Name = "labelEx1";
  422. this.labelEx1.Size = new System.Drawing.Size(77, 17);
  423. this.labelEx1.TabIndex = 333;
  424. this.labelEx1.Text = "* 客户姓名:";
  425. //
  426. // AddClientServiceExecTaskSuperSmallForm
  427. //
  428. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  429. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  430. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  431. this.ClientSize = new System.Drawing.Size(550, 610);
  432. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  433. this.MaximizeBox = false;
  434. this.MinimizeBox = false;
  435. this.Name = "AddClientServiceExecTaskSuperSmallForm";
  436. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  437. this.Text = "添加沟通任务";
  438. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  439. this.plExMainContainer.ResumeLayout(false);
  440. this.plFormMainContent.ResumeLayout(false);
  441. this.panelEx1.ResumeLayout(false);
  442. this.panelEx1.PerformLayout();
  443. this.ResumeLayout(false);
  444. }
  445. #endregion
  446. private ComponentLibrary.PanelEx panelEx1;
  447. private ComponentLibrary.LabelEx labelEx5;
  448. private ComponentLibrary.LabelEx labelEx11;
  449. private ComponentLibrary.LabelEx labelEx9;
  450. private ComponentLibrary.LabelEx labelEx10;
  451. protected internal ComponentLibrary.ButtonTel butnDial;
  452. private ComponentLibrary.LabelEx labelEx4;
  453. private ComponentLibrary.LabelEx labelEx3;
  454. private ComponentLibrary.LabelEx labelEx2;
  455. private ComponentLibrary.LabelEx labelEx1;
  456. protected internal ComponentLibrary.ButtonForm btnSet;
  457. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevCommunicateMode;
  458. protected internal ComponentLibrary.TextBoxEx txtRemark;
  459. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClientName;
  460. protected internal ComponentLibrary.ButtonEx btnCancel;
  461. protected internal ComponentLibrary.ButtonEx btnSaveed;
  462. protected internal ComponentLibrary.TextBoxEx txtLength;
  463. protected internal ComponentLibrary.DateTimePickerEx dtDateTime;
  464. protected internal ComponentLibrary.MaskedTextBoxEx txtClientTelephone;
  465. protected internal ComponentLibrary.TextBoxEx txtTaskType;
  466. protected internal ComponentLibrary.TextBoxEx txtTaskItem;
  467. }
  468. }