123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
- {
- partial class AddClientServiceExecTaskSuperSmallForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddClientServiceExecTaskSuperSmallForm));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtTaskItem = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtTaskType = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbtreevCommunicateMode = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cmbtreevClientName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtLength = new LYFZ.ComponentLibrary.TextBoxEx();
- this.dtDateTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.butnDial = new LYFZ.ComponentLibrary.ButtonTel();
- this.txtClientTelephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(550, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(550, 545);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(518, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.txtTaskItem);
- this.panelEx1.Controls.Add(this.txtTaskType);
- this.panelEx1.Controls.Add(this.txtRemark);
- this.panelEx1.Controls.Add(this.labelEx9);
- this.panelEx1.Controls.Add(this.labelEx10);
- this.panelEx1.Controls.Add(this.btnSet);
- this.panelEx1.Controls.Add(this.labelEx5);
- this.panelEx1.Controls.Add(this.cmbtreevCommunicateMode);
- this.panelEx1.Controls.Add(this.cmbtreevClientName);
- this.panelEx1.Controls.Add(this.btnCancel);
- this.panelEx1.Controls.Add(this.labelEx11);
- this.panelEx1.Controls.Add(this.btnSaveed);
- this.panelEx1.Controls.Add(this.txtLength);
- this.panelEx1.Controls.Add(this.dtDateTime);
- this.panelEx1.Controls.Add(this.butnDial);
- this.panelEx1.Controls.Add(this.txtClientTelephone);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(530, 525);
- this.panelEx1.TabIndex = 0;
- //
- // txtTaskItem
- //
- this.txtTaskItem.BackColor = System.Drawing.Color.Transparent;
- this.txtTaskItem.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTaskItem.Icon = null;
- this.txtTaskItem.IconIsButton = false;
- this.txtTaskItem.IsPasswordChat = '\0';
- this.txtTaskItem.IsSystemPasswordChar = false;
- this.txtTaskItem.Lines = new string[0];
- this.txtTaskItem.Location = new System.Drawing.Point(154, 177);
- this.txtTaskItem.Margin = new System.Windows.Forms.Padding(0);
- this.txtTaskItem.MaxLength = 32767;
- this.txtTaskItem.MinimumSize = new System.Drawing.Size(0, 25);
- this.txtTaskItem.MouseBack = null;
- this.txtTaskItem.Multiline = false;
- this.txtTaskItem.Name = "txtTaskItem";
- this.txtTaskItem.NormlBack = null;
- this.txtTaskItem.Padding = new System.Windows.Forms.Padding(5);
- this.txtTaskItem.ReadOnly = true;
- this.txtTaskItem.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTaskItem.Size = new System.Drawing.Size(207, 25);
- this.txtTaskItem.TabIndex = 345;
- this.txtTaskItem.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTaskItem.WaterColor = System.Drawing.Color.DarkGray;
- this.txtTaskItem.WaterText = "";
- this.txtTaskItem.WordWrap = true;
- //
- // txtTaskType
- //
- this.txtTaskType.BackColor = System.Drawing.Color.Transparent;
- this.txtTaskType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTaskType.Icon = null;
- this.txtTaskType.IconIsButton = false;
- this.txtTaskType.IsPasswordChat = '\0';
- this.txtTaskType.IsSystemPasswordChar = false;
- this.txtTaskType.Lines = new string[0];
- this.txtTaskType.Location = new System.Drawing.Point(154, 135);
- this.txtTaskType.Margin = new System.Windows.Forms.Padding(0);
- this.txtTaskType.MaxLength = 32767;
- this.txtTaskType.MinimumSize = new System.Drawing.Size(0, 25);
- this.txtTaskType.MouseBack = null;
- this.txtTaskType.Multiline = false;
- this.txtTaskType.Name = "txtTaskType";
- this.txtTaskType.NormlBack = null;
- this.txtTaskType.Padding = new System.Windows.Forms.Padding(5);
- this.txtTaskType.ReadOnly = true;
- this.txtTaskType.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTaskType.Size = new System.Drawing.Size(207, 25);
- this.txtTaskType.TabIndex = 344;
- this.txtTaskType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTaskType.WaterColor = System.Drawing.Color.DarkGray;
- this.txtTaskType.WaterText = "";
- this.txtTaskType.WordWrap = true;
- //
- // txtRemark
- //
- this.txtRemark.BackColor = System.Drawing.Color.Transparent;
- this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtRemark.Icon = null;
- this.txtRemark.IconIsButton = false;
- this.txtRemark.IsPasswordChat = '\0';
- this.txtRemark.IsSystemPasswordChar = false;
- this.txtRemark.Lines = new string[0];
- this.txtRemark.Location = new System.Drawing.Point(154, 306);
- this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
- this.txtRemark.MaxLength = 120;
- this.txtRemark.MinimumSize = new System.Drawing.Size(0, 25);
- this.txtRemark.MouseBack = null;
- this.txtRemark.Multiline = true;
- this.txtRemark.Name = "txtRemark";
- this.txtRemark.NormlBack = null;
- this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
- this.txtRemark.ReadOnly = false;
- this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtRemark.Size = new System.Drawing.Size(267, 107);
- this.txtRemark.TabIndex = 311;
- this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
- this.txtRemark.WaterText = "字数不能超过120字";
- this.txtRemark.WordWrap = true;
- //
- // labelEx9
- //
- this.labelEx9.AutoSize = true;
- this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx9.Location = new System.Drawing.Point(75, 266);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(77, 17);
- this.labelEx9.TabIndex = 8;
- this.labelEx9.Text = "* 沟通方式:";
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx10.Location = new System.Drawing.Point(108, 309);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(44, 17);
- this.labelEx10.TabIndex = 310;
- this.labelEx10.Text = "备注:";
- //
- // btnSet
- //
- this.btnSet.BackColor = System.Drawing.Color.Transparent;
- this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
- this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSet.ForeColor = System.Drawing.Color.White;
- this.btnSet.IsCustomBackImg = false;
- this.btnSet.IsShowText = true;
- this.btnSet.Location = new System.Drawing.Point(373, 263);
- this.btnSet.Name = "btnSet";
- this.btnSet.Size = new System.Drawing.Size(45, 22);
- this.btnSet.TabIndex = 313;
- this.btnSet.Text = " 设置";
- this.btnSet.UseVisualStyleBackColor = false;
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(75, 139);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(77, 17);
- this.labelEx5.TabIndex = 4;
- this.labelEx5.Text = "* 沟通类型:";
- //
- // cmbtreevCommunicateMode
- //
- this.cmbtreevCommunicateMode.AfterSelectLevelFirstNode = false;
- this.cmbtreevCommunicateMode.DropDownHeight = 220;
- this.cmbtreevCommunicateMode.DropDownShow = false;
- this.cmbtreevCommunicateMode.FormattingEnabled = true;
- this.cmbtreevCommunicateMode.IntegralHeight = false;
- this.cmbtreevCommunicateMode.IsNodeMouseClick = true;
- this.cmbtreevCommunicateMode.IsSelectParentNode = false;
- this.cmbtreevCommunicateMode.Location = new System.Drawing.Point(154, 264);
- this.cmbtreevCommunicateMode.Name = "cmbtreevCommunicateMode";
- this.cmbtreevCommunicateMode.ReadOnly = true;
- this.cmbtreevCommunicateMode.SelectedNode = null;
- this.cmbtreevCommunicateMode.Size = new System.Drawing.Size(210, 20);
- this.cmbtreevCommunicateMode.StrGetName = "";
- this.cmbtreevCommunicateMode.StrGetTagName = "";
- this.cmbtreevCommunicateMode.StrKey = null;
- this.cmbtreevCommunicateMode.TabIndex = 314;
- //
- // cmbtreevClientName
- //
- this.cmbtreevClientName.AfterSelectLevelFirstNode = true;
- this.cmbtreevClientName.DropDownHeight = 220;
- this.cmbtreevClientName.DropDownShow = false;
- this.cmbtreevClientName.FormattingEnabled = true;
- this.cmbtreevClientName.IntegralHeight = false;
- this.cmbtreevClientName.IsNodeMouseClick = true;
- this.cmbtreevClientName.IsSelectParentNode = false;
- this.cmbtreevClientName.Location = new System.Drawing.Point(154, 53);
- this.cmbtreevClientName.Name = "cmbtreevClientName";
- this.cmbtreevClientName.ReadOnly = true;
- this.cmbtreevClientName.SelectedNode = null;
- this.cmbtreevClientName.Size = new System.Drawing.Size(172, 20);
- this.cmbtreevClientName.StrGetName = "";
- this.cmbtreevClientName.StrGetTagName = "";
- this.cmbtreevClientName.StrKey = null;
- this.cmbtreevClientName.TabIndex = 343;
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
- this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.IsCustomBackImg = false;
- this.btnCancel.IsShowText = true;
- this.btnCancel.Location = new System.Drawing.Point(315, 461);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 28);
- this.btnCancel.TabIndex = 342;
- this.btnCancel.Text = " 关 闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx11.Location = new System.Drawing.Point(75, 181);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(77, 17);
- this.labelEx11.TabIndex = 321;
- this.labelEx11.Text = "* 具体事项:";
- //
- // btnSaveed
- //
- this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
- this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
- this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSaveed.ForeColor = System.Drawing.Color.White;
- this.btnSaveed.IsCustomBackImg = false;
- this.btnSaveed.IsShowText = true;
- this.btnSaveed.Location = new System.Drawing.Point(164, 461);
- this.btnSaveed.Name = "btnSaveed";
- this.btnSaveed.Size = new System.Drawing.Size(85, 28);
- this.btnSaveed.TabIndex = 341;
- this.btnSaveed.Text = " 保 存";
- this.btnSaveed.UseVisualStyleBackColor = false;
- //
- // txtLength
- //
- this.txtLength.BackColor = System.Drawing.Color.Transparent;
- this.txtLength.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtLength.Icon = null;
- this.txtLength.IconIsButton = false;
- this.txtLength.IsPasswordChat = '\0';
- this.txtLength.IsSystemPasswordChar = false;
- this.txtLength.Lines = new string[0];
- this.txtLength.Location = new System.Drawing.Point(351, 219);
- this.txtLength.Margin = new System.Windows.Forms.Padding(0);
- this.txtLength.MaxLength = 3;
- this.txtLength.MinimumSize = new System.Drawing.Size(0, 25);
- this.txtLength.MouseBack = null;
- this.txtLength.Multiline = false;
- this.txtLength.Name = "txtLength";
- this.txtLength.NormlBack = null;
- this.txtLength.Padding = new System.Windows.Forms.Padding(5);
- this.txtLength.ReadOnly = false;
- this.txtLength.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtLength.Size = new System.Drawing.Size(50, 25);
- this.txtLength.TabIndex = 340;
- this.txtLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtLength.WaterColor = System.Drawing.Color.DarkGray;
- this.txtLength.WaterText = "";
- this.txtLength.WordWrap = true;
- //
- // dtDateTime
- //
- this.dtDateTime.CustomFormat = " ";
- this.dtDateTime.DateValue = "";
- this.dtDateTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtDateTime.IsShowTime = false;
- this.dtDateTime.Location = new System.Drawing.Point(154, 221);
- this.dtDateTime.Name = "dtDateTime";
- this.dtDateTime.Size = new System.Drawing.Size(108, 21);
- this.dtDateTime.TabIndex = 339;
- //
- // butnDial
- //
- this.butnDial.BackColor = System.Drawing.Color.Transparent;
- this.butnDial.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnDial.BackImg")));
- this.butnDial.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
- this.butnDial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.butnDial.ForeColor = System.Drawing.Color.White;
- this.butnDial.IsCustomBackImg = false;
- this.butnDial.IsShowText = false;
- this.butnDial.Location = new System.Drawing.Point(334, 93);
- this.butnDial.Name = "butnDial";
- this.butnDial.Size = new System.Drawing.Size(27, 22);
- this.butnDial.TabIndex = 338;
- this.butnDial.Text = "buttonTel1";
- this.butnDial.UseVisualStyleBackColor = false;
- //
- // txtClientTelephone
- //
- this.txtClientTelephone.Location = new System.Drawing.Point(154, 94);
- this.txtClientTelephone.Mask = "000 0000 0000";
- this.txtClientTelephone.Name = "txtClientTelephone";
- this.txtClientTelephone.PromptChar = ' ';
- this.txtClientTelephone.ReadOnly = true;
- this.txtClientTelephone.Size = new System.Drawing.Size(172, 21);
- this.txtClientTelephone.TabIndex = 337;
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(281, 223);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(140, 17);
- this.labelEx4.TabIndex = 336;
- this.labelEx4.Text = "沟通时长: 分";
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(75, 223);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(77, 17);
- this.labelEx3.TabIndex = 335;
- this.labelEx3.Text = "* 沟通日期:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(75, 96);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(77, 17);
- this.labelEx2.TabIndex = 334;
- this.labelEx2.Text = "* 手机号码:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(75, 55);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(77, 17);
- this.labelEx1.TabIndex = 333;
- this.labelEx1.Text = "* 客户姓名:";
- //
- // AddClientServiceExecTaskSuperSmallForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(550, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "AddClientServiceExecTaskSuperSmallForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "添加沟通任务";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx11;
- private ComponentLibrary.LabelEx labelEx9;
- private ComponentLibrary.LabelEx labelEx10;
- protected internal ComponentLibrary.ButtonTel butnDial;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.ButtonForm btnSet;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevCommunicateMode;
- protected internal ComponentLibrary.TextBoxEx txtRemark;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClientName;
- protected internal ComponentLibrary.ButtonEx btnCancel;
- protected internal ComponentLibrary.ButtonEx btnSaveed;
- protected internal ComponentLibrary.TextBoxEx txtLength;
- protected internal ComponentLibrary.DateTimePickerEx dtDateTime;
- protected internal ComponentLibrary.MaskedTextBoxEx txtClientTelephone;
- protected internal ComponentLibrary.TextBoxEx txtTaskType;
- protected internal ComponentLibrary.TextBoxEx txtTaskItem;
- }
- }
|