123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650 |
- namespace LYFZ.Software.UI.HospitalTrackingSystem
- {
- partial class AddingTrackRecord
- {
- /// <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(AddingTrackRecord));
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtName = new LYFZ.ComponentLibrary.TextBoxEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.bntClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.bntSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.cmbConcreteMatter = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.cmbCallType = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.txtPhone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
- this.buttonForm2 = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnDial = new LYFZ.ComponentLibrary.ButtonTel();
- this.datimeRemind = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.cbxCallMode = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtCallTime = new LYFZ.ComponentLibrary.TextBoxEx();
- this.datimeCallDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.listbox_files = new LYFZ.ComponentLibrary.ListBoxEx();
- this.btn_AddFiles = new LYFZ.ComponentLibrary.ButtonForm();
- this.panel_UploadAliyun = new LYFZ.ComponentLibrary.PanelEx();
- this.btn_Getfiles = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.panel_UploadAliyun.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(580, 543);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(580, 543);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(405, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(548, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(521, 0);
- //
- // 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(28, 26);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.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(313, 26);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 1;
- this.labelEx2.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(28, 59);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(68, 17);
- this.labelEx3.TabIndex = 2;
- this.labelEx3.Text = "沟通日期:";
- //
- // 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(313, 59);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 3;
- this.labelEx4.Text = "沟通时长:";
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(28, 156);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(68, 17);
- this.labelEx7.TabIndex = 6;
- this.labelEx7.Text = "沟通备注:";
- //
- // 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(28, 93);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(68, 17);
- this.labelEx9.TabIndex = 8;
- this.labelEx9.Text = "沟通类型:";
- //
- // 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(289, 125);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(92, 17);
- this.labelEx11.TabIndex = 10;
- this.labelEx11.Text = "下次提醒时间:";
- //
- // txtName
- //
- this.txtName.BackColor = System.Drawing.Color.Transparent;
- this.txtName.Icon = null;
- this.txtName.IconIsButton = false;
- this.txtName.IsPasswordChat = '\0';
- this.txtName.IsSystemPasswordChar = false;
- this.txtName.Lines = new string[0];
- this.txtName.Location = new System.Drawing.Point(98, 22);
- this.txtName.Margin = new System.Windows.Forms.Padding(0);
- this.txtName.MaxLength = 32767;
- this.txtName.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtName.MouseBack = null;
- this.txtName.Multiline = false;
- this.txtName.Name = "txtName";
- this.txtName.NormlBack = null;
- this.txtName.Padding = new System.Windows.Forms.Padding(5);
- this.txtName.ReadOnly = true;
- this.txtName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtName.Size = new System.Drawing.Size(124, 26);
- this.txtName.TabIndex = 11;
- this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtName.WaterColor = System.Drawing.Color.DarkGray;
- this.txtName.WaterText = "";
- this.txtName.WordWrap = true;
- //
- // 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.panel_UploadAliyun);
- this.panelEx1.Controls.Add(this.labelEx15);
- this.panelEx1.Controls.Add(this.labelEx14);
- this.panelEx1.Controls.Add(this.labelEx13);
- this.panelEx1.Controls.Add(this.labelEx12);
- this.panelEx1.Controls.Add(this.labelEx6);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Controls.Add(this.cmbConcreteMatter);
- this.panelEx1.Controls.Add(this.cmbCallType);
- this.panelEx1.Controls.Add(this.txtPhone);
- this.panelEx1.Controls.Add(this.buttonForm2);
- this.panelEx1.Controls.Add(this.btnDial);
- this.panelEx1.Controls.Add(this.datimeRemind);
- this.panelEx1.Controls.Add(this.cbxCallMode);
- this.panelEx1.Controls.Add(this.txtRemark);
- this.panelEx1.Controls.Add(this.labelEx8);
- this.panelEx1.Controls.Add(this.labelEx10);
- this.panelEx1.Controls.Add(this.txtCallTime);
- this.panelEx1.Controls.Add(this.datimeCallDate);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.txtName);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Controls.Add(this.labelEx11);
- this.panelEx1.Controls.Add(this.labelEx7);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.labelEx9);
- 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(560, 523);
- this.panelEx1.TabIndex = 12;
- //
- // labelEx15
- //
- this.labelEx15.AutoSize = true;
- this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx15.Location = new System.Drawing.Point(300, 94);
- this.labelEx15.Name = "labelEx15";
- this.labelEx15.Size = new System.Drawing.Size(13, 17);
- this.labelEx15.TabIndex = 522;
- this.labelEx15.Text = "*";
- //
- // labelEx14
- //
- this.labelEx14.AutoSize = true;
- this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx14.Location = new System.Drawing.Point(16, 118);
- this.labelEx14.Name = "labelEx14";
- this.labelEx14.Size = new System.Drawing.Size(13, 17);
- this.labelEx14.TabIndex = 521;
- this.labelEx14.Text = "*";
- //
- // labelEx13
- //
- this.labelEx13.AutoSize = true;
- this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx13.Location = new System.Drawing.Point(16, 89);
- this.labelEx13.Name = "labelEx13";
- this.labelEx13.Size = new System.Drawing.Size(13, 17);
- this.labelEx13.TabIndex = 520;
- this.labelEx13.Text = "*";
- //
- // labelEx12
- //
- this.labelEx12.AutoSize = true;
- this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx12.Location = new System.Drawing.Point(16, 54);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(13, 17);
- this.labelEx12.TabIndex = 519;
- this.labelEx12.Text = "*";
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(480, 60);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(32, 17);
- this.labelEx6.TabIndex = 518;
- this.labelEx6.Text = "分钟";
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.bntClose);
- this.panelEx2.Controls.Add(this.bntSave);
- this.panelEx2.Location = new System.Drawing.Point(135, 467);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(270, 42);
- this.panelEx2.TabIndex = 517;
- //
- // bntClose
- //
- this.bntClose.BackColor = System.Drawing.Color.Transparent;
- this.bntClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntClose.BackImg")));
- this.bntClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.bntClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.bntClose.ForeColor = System.Drawing.Color.White;
- this.bntClose.IsCustomBackImg = false;
- this.bntClose.IsShowText = true;
- this.bntClose.Location = new System.Drawing.Point(167, 6);
- this.bntClose.Name = "bntClose";
- this.bntClose.Size = new System.Drawing.Size(85, 28);
- this.bntClose.TabIndex = 28;
- this.bntClose.Text = " 取 消";
- this.bntClose.UseVisualStyleBackColor = false;
- //
- // bntSave
- //
- this.bntSave.BackColor = System.Drawing.Color.Transparent;
- this.bntSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntSave.BackImg")));
- this.bntSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.bntSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.bntSave.ForeColor = System.Drawing.Color.White;
- this.bntSave.IsCustomBackImg = false;
- this.bntSave.IsShowText = true;
- this.bntSave.Location = new System.Drawing.Point(19, 6);
- this.bntSave.Name = "bntSave";
- this.bntSave.Size = new System.Drawing.Size(85, 28);
- this.bntSave.TabIndex = 27;
- this.bntSave.Text = " 保 存";
- this.bntSave.UseVisualStyleBackColor = false;
- //
- // cmbConcreteMatter
- //
- this.cmbConcreteMatter.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbConcreteMatter.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbConcreteMatter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbConcreteMatter.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cmbConcreteMatter.FormattingEnabled = true;
- this.cmbConcreteMatter.IsCustomColor = false;
- this.cmbConcreteMatter.Items.AddRange(new object[] {
- "",
- "节日问候",
- "关系维护",
- "预约上门"});
- this.cmbConcreteMatter.Location = new System.Drawing.Point(384, 91);
- this.cmbConcreteMatter.Name = "cmbConcreteMatter";
- this.cmbConcreteMatter.ReadOnly = true;
- this.cmbConcreteMatter.Size = new System.Drawing.Size(128, 22);
- this.cmbConcreteMatter.TabIndex = 516;
- //
- // cmbCallType
- //
- this.cmbCallType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbCallType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbCallType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbCallType.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cmbCallType.FormattingEnabled = true;
- this.cmbCallType.IsCustomColor = false;
- this.cmbCallType.Items.AddRange(new object[] {
- "医院跟踪"});
- this.cmbCallType.Location = new System.Drawing.Point(98, 91);
- this.cmbCallType.Name = "cmbCallType";
- this.cmbCallType.ReadOnly = true;
- this.cmbCallType.Size = new System.Drawing.Size(124, 22);
- this.cmbCallType.TabIndex = 515;
- //
- // txtPhone
- //
- this.txtPhone.Location = new System.Drawing.Point(384, 24);
- this.txtPhone.Mask = "000 0000 0000";
- this.txtPhone.Name = "txtPhone";
- this.txtPhone.PromptChar = ' ';
- this.txtPhone.ReadOnly = true;
- this.txtPhone.Size = new System.Drawing.Size(95, 21);
- this.txtPhone.TabIndex = 514;
- //
- // buttonForm2
- //
- this.buttonForm2.BackColor = System.Drawing.Color.Transparent;
- this.buttonForm2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonForm2.BackImg")));
- this.buttonForm2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.buttonForm2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.buttonForm2.ForeColor = System.Drawing.Color.White;
- this.buttonForm2.IsCustomBackImg = false;
- this.buttonForm2.IsShowText = true;
- this.buttonForm2.Location = new System.Drawing.Point(226, 122);
- this.buttonForm2.Name = "buttonForm2";
- this.buttonForm2.Size = new System.Drawing.Size(45, 22);
- this.buttonForm2.TabIndex = 374;
- this.buttonForm2.Text = " 设置";
- this.buttonForm2.UseVisualStyleBackColor = false;
- //
- // btnDial
- //
- this.btnDial.BackColor = System.Drawing.Color.Transparent;
- this.btnDial.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDial.BackImg")));
- this.btnDial.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
- this.btnDial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDial.ForeColor = System.Drawing.Color.White;
- this.btnDial.IsCustomBackImg = false;
- this.btnDial.IsShowText = false;
- this.btnDial.Location = new System.Drawing.Point(482, 24);
- this.btnDial.Name = "btnDial";
- this.btnDial.Size = new System.Drawing.Size(27, 22);
- this.btnDial.TabIndex = 320;
- this.btnDial.Text = "buttonTel1";
- this.btnDial.UseVisualStyleBackColor = false;
- //
- // datimeRemind
- //
- this.datimeRemind.CustomFormat = " ";
- this.datimeRemind.DateValue = "";
- this.datimeRemind.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.datimeRemind.IsShowTime = false;
- this.datimeRemind.Location = new System.Drawing.Point(383, 123);
- this.datimeRemind.Name = "datimeRemind";
- this.datimeRemind.Size = new System.Drawing.Size(129, 21);
- this.datimeRemind.TabIndex = 24;
- //
- // cbxCallMode
- //
- this.cbxCallMode.AfterSelectLevelFirstNode = false;
- this.cbxCallMode.DropDownHeight = 220;
- this.cbxCallMode.DropDownShow = false;
- this.cbxCallMode.FormattingEnabled = true;
- this.cbxCallMode.IntegralHeight = false;
- this.cbxCallMode.IsNodeMouseClick = false;
- this.cbxCallMode.IsSelectParentNode = false;
- this.cbxCallMode.Location = new System.Drawing.Point(99, 123);
- this.cbxCallMode.Name = "cbxCallMode";
- this.cbxCallMode.ReadOnly = true;
- this.cbxCallMode.SelectedNode = null;
- this.cbxCallMode.Size = new System.Drawing.Size(123, 20);
- this.cbxCallMode.StrGetName = "";
- this.cbxCallMode.StrGetTagName = "";
- this.cbxCallMode.StrKey = null;
- this.cbxCallMode.TabIndex = 23;
- //
- // txtRemark
- //
- this.txtRemark.BackColor = System.Drawing.Color.Transparent;
- 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(31, 175);
- this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
- this.txtRemark.MaxLength = 120;
- this.txtRemark.MinimumSize = new System.Drawing.Size(0, 26);
- 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(481, 93);
- this.txtRemark.TabIndex = 22;
- this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
- this.txtRemark.WaterText = "最多只能轮播120字数";
- this.txtRemark.WordWrap = true;
- //
- // labelEx8
- //
- this.labelEx8.AutoSize = true;
- this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx8.Location = new System.Drawing.Point(28, 125);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(68, 17);
- this.labelEx8.TabIndex = 21;
- this.labelEx8.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(313, 93);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(68, 17);
- this.labelEx10.TabIndex = 17;
- this.labelEx10.Text = "具体事项:";
- //
- // txtCallTime
- //
- this.txtCallTime.BackColor = System.Drawing.Color.Transparent;
- this.txtCallTime.Icon = null;
- this.txtCallTime.IconIsButton = false;
- this.txtCallTime.IsPasswordChat = '\0';
- this.txtCallTime.IsSystemPasswordChar = false;
- this.txtCallTime.Lines = new string[] {
- "0"};
- this.txtCallTime.Location = new System.Drawing.Point(384, 55);
- this.txtCallTime.Margin = new System.Windows.Forms.Padding(0);
- this.txtCallTime.MaxLength = 32767;
- this.txtCallTime.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtCallTime.MouseBack = null;
- this.txtCallTime.Multiline = false;
- this.txtCallTime.Name = "txtCallTime";
- this.txtCallTime.NormlBack = null;
- this.txtCallTime.Padding = new System.Windows.Forms.Padding(5);
- this.txtCallTime.ReadOnly = false;
- this.txtCallTime.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtCallTime.Size = new System.Drawing.Size(95, 26);
- this.txtCallTime.TabIndex = 14;
- this.txtCallTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtCallTime.WaterColor = System.Drawing.Color.DarkGray;
- this.txtCallTime.WaterText = "";
- this.txtCallTime.WordWrap = true;
- //
- // datimeCallDate
- //
- this.datimeCallDate.CustomFormat = " ";
- this.datimeCallDate.DateValue = "";
- this.datimeCallDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.datimeCallDate.IsShowTime = false;
- this.datimeCallDate.Location = new System.Drawing.Point(99, 57);
- this.datimeCallDate.Name = "datimeCallDate";
- this.datimeCallDate.Size = new System.Drawing.Size(122, 21);
- this.datimeCallDate.TabIndex = 13;
- //
- // listbox_files
- //
- this.listbox_files.FormattingEnabled = true;
- this.listbox_files.ItemHeight = 12;
- this.listbox_files.Location = new System.Drawing.Point(10, 37);
- this.listbox_files.Name = "listbox_files";
- this.listbox_files.Size = new System.Drawing.Size(478, 136);
- this.listbox_files.TabIndex = 523;
- //
- // btn_AddFiles
- //
- this.btn_AddFiles.BackColor = System.Drawing.Color.Transparent;
- this.btn_AddFiles.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AddFiles.BackImg")));
- this.btn_AddFiles.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_AddFiles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_AddFiles.ForeColor = System.Drawing.Color.White;
- this.btn_AddFiles.IsCustomBackImg = false;
- this.btn_AddFiles.IsShowText = true;
- this.btn_AddFiles.Location = new System.Drawing.Point(10, 9);
- this.btn_AddFiles.Name = "btn_AddFiles";
- this.btn_AddFiles.Size = new System.Drawing.Size(85, 22);
- this.btn_AddFiles.TabIndex = 524;
- this.btn_AddFiles.Text = "添加附件";
- this.btn_AddFiles.UseVisualStyleBackColor = false;
- //
- // panel_UploadAliyun
- //
- this.panel_UploadAliyun.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panel_UploadAliyun.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panel_UploadAliyun.BorderWidth = 1;
- this.panel_UploadAliyun.Controls.Add(this.btn_Getfiles);
- this.panel_UploadAliyun.Controls.Add(this.btn_AddFiles);
- this.panel_UploadAliyun.Controls.Add(this.listbox_files);
- this.panel_UploadAliyun.Location = new System.Drawing.Point(20, 274);
- this.panel_UploadAliyun.Name = "panel_UploadAliyun";
- this.panel_UploadAliyun.Size = new System.Drawing.Size(501, 182);
- this.panel_UploadAliyun.TabIndex = 525;
- //
- // btn_Getfiles
- //
- this.btn_Getfiles.BackColor = System.Drawing.Color.Transparent;
- this.btn_Getfiles.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Getfiles.BackImg")));
- this.btn_Getfiles.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Getfiles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Getfiles.ForeColor = System.Drawing.Color.White;
- this.btn_Getfiles.IsCustomBackImg = false;
- this.btn_Getfiles.IsShowText = true;
- this.btn_Getfiles.Location = new System.Drawing.Point(399, 9);
- this.btn_Getfiles.Name = "btn_Getfiles";
- this.btn_Getfiles.Size = new System.Drawing.Size(85, 22);
- this.btn_Getfiles.TabIndex = 28;
- this.btn_Getfiles.Text = "查看附件";
- this.btn_Getfiles.UseVisualStyleBackColor = false;
- //
- // AddingTrackRecord
- //
- 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(580, 608);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsMaximized = false;
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.Name = "AddingTrackRecord";
- this.Text = "添加记录";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.panelEx2.ResumeLayout(false);
- this.panel_UploadAliyun.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.LabelEx labelEx9;
- private ComponentLibrary.LabelEx labelEx7;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx labelEx8;
- private ComponentLibrary.LabelEx labelEx10;
- protected internal ComponentLibrary.ButtonTel btnDial;
- protected internal ComponentLibrary.TextBoxEx txtName;
- protected internal ComponentLibrary.DateTimePickerEx datimeCallDate;
- protected internal ComponentLibrary.TextBoxEx txtCallTime;
- protected internal ComponentLibrary.DateTimePickerEx datimeRemind;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cbxCallMode;
- protected internal ComponentLibrary.ButtonForm buttonForm2;
- protected ComponentLibrary.MaskedTextBoxEx txtPhone;
- protected internal ComponentLibrary.ComboBoxEx cmbConcreteMatter;
- protected internal ComponentLibrary.ComboBoxEx cmbCallType;
- protected internal ComponentLibrary.TextBoxEx txtRemark;
- protected internal ComponentLibrary.ButtonEx bntClose;
- protected internal ComponentLibrary.ButtonEx bntSave;
- private ComponentLibrary.LabelEx labelEx6;
- private ComponentLibrary.LabelEx labelEx15;
- private ComponentLibrary.LabelEx labelEx14;
- private ComponentLibrary.LabelEx labelEx13;
- private ComponentLibrary.LabelEx labelEx12;
- public ComponentLibrary.PanelEx panelEx2;
- protected internal ComponentLibrary.LabelEx labelEx11;
- protected internal ComponentLibrary.ListBoxEx listbox_files;
- protected internal ComponentLibrary.ButtonForm btn_AddFiles;
- protected internal ComponentLibrary.PanelEx panel_UploadAliyun;
- protected internal ComponentLibrary.ButtonEx btn_Getfiles;
- }
- }
|