123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729 |
- namespace LYFZ.Software.UI.HospitalTrackingSystem
- {
- partial class IntentionsSelect
- {
- /// <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()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IntentionsSelect));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage_NotComplete = new System.Windows.Forms.TabPage();
- this.tabPage_OrderOK = new System.Windows.Forms.TabPage();
- this.tabPage_LostOK = new System.Windows.Forms.TabPage();
- this.tabPage_All = new System.Windows.Forms.TabPage();
- this.tabPage_ExpiredExpected = new System.Windows.Forms.TabPage();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.cbxCompanyList = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.textBoxEx1 = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.cbxusert = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.panelEx15 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnWhole = new LYFZ.ComponentLibrary.ButtonEx();
- this.bntConditions = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnTexting = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnImport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClientServiceAnPai = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx13 = new LYFZ.ComponentLibrary.PanelEx();
- this.checkBoxEx1 = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelEx14 = new LYFZ.ComponentLibrary.PanelEx();
- this.checkBoxEx2 = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.txtStatistic = new LYFZ.ComponentLibrary.TextBoxEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.tabControlEx1.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.panelEx4.SuspendLayout();
- this.panelEx15.SuspendLayout();
- this.panelEx13.SuspendLayout();
- this.panelEx14.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(1027, 527);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1027, 567);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(968, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(995, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(941, 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.dgvData);
- this.panelEx1.Controls.Add(this.tabControlEx1);
- this.panelEx1.Controls.Add(this.flowLayoutPanel1);
- this.panelEx1.Controls.Add(this.ucPagerEx1);
- this.panelEx1.Controls.Add(this.txtStatistic);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 5);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
- this.panelEx1.Size = new System.Drawing.Size(1017, 517);
- this.panelEx1.TabIndex = 44;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvData.ColumnHeadersHeight = 24;
- this.dgvData.dgvColumnHeadersHeight = 24;
- this.dgvData.dgvCurrentColumnOriginalSet = "";
- this.dgvData.dgvCurrentColumnWidth = "";
- this.dgvData.dgvCurrentHideColumn = null;
- this.dgvData.dgvFixedHideColumn = null;
- this.dgvData.dgvGuidName = null;
- this.dgvData.dgvUserEmployeeID = null;
- this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.ImageHeight = 15;
- this.dgvData.ImageWidth = 15;
- this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
- this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
- this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = false;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = false;
- this.dgvData.Location = new System.Drawing.Point(2, 71);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvData.RowHeadersWidth = 25;
- this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(1013, 395);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 2236;
- this.dgvData.ViceCount = 1;
- //
- // tabControlEx1
- //
- this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
- this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.Controls.Add(this.tabPage_NotComplete);
- this.tabControlEx1.Controls.Add(this.tabPage_OrderOK);
- this.tabControlEx1.Controls.Add(this.tabPage_LostOK);
- this.tabControlEx1.Controls.Add(this.tabPage_All);
- this.tabControlEx1.Controls.Add(this.tabPage_ExpiredExpected);
- this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Top;
- this.tabControlEx1.ItemSize = new System.Drawing.Size(90, 30);
- this.tabControlEx1.Location = new System.Drawing.Point(2, 38);
- this.tabControlEx1.Name = "tabControlEx1";
- this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.SelectedIndex = 0;
- this.tabControlEx1.Size = new System.Drawing.Size(1013, 33);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 2233;
- //
- // tabPage_NotComplete
- //
- this.tabPage_NotComplete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_NotComplete.Location = new System.Drawing.Point(4, 34);
- this.tabPage_NotComplete.Name = "tabPage_NotComplete";
- this.tabPage_NotComplete.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_NotComplete.Size = new System.Drawing.Size(1005, 0);
- this.tabPage_NotComplete.TabIndex = 3;
- this.tabPage_NotComplete.Text = "未完成";
- //
- // tabPage_OrderOK
- //
- this.tabPage_OrderOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_OrderOK.Location = new System.Drawing.Point(4, 34);
- this.tabPage_OrderOK.Name = "tabPage_OrderOK";
- this.tabPage_OrderOK.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_OrderOK.Size = new System.Drawing.Size(888, 0);
- this.tabPage_OrderOK.TabIndex = 1;
- this.tabPage_OrderOK.Text = "已成交";
- //
- // tabPage_LostOK
- //
- this.tabPage_LostOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_LostOK.Location = new System.Drawing.Point(4, 34);
- this.tabPage_LostOK.Name = "tabPage_LostOK";
- this.tabPage_LostOK.Size = new System.Drawing.Size(888, 0);
- this.tabPage_LostOK.TabIndex = 4;
- this.tabPage_LostOK.Text = "已流失";
- //
- // tabPage_All
- //
- this.tabPage_All.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_All.Location = new System.Drawing.Point(4, 34);
- this.tabPage_All.Name = "tabPage_All";
- this.tabPage_All.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_All.Size = new System.Drawing.Size(888, 0);
- this.tabPage_All.TabIndex = 2;
- this.tabPage_All.Text = "全部";
- //
- // tabPage_ExpiredExpected
- //
- this.tabPage_ExpiredExpected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage_ExpiredExpected.Location = new System.Drawing.Point(4, 34);
- this.tabPage_ExpiredExpected.Name = "tabPage_ExpiredExpected";
- this.tabPage_ExpiredExpected.Size = new System.Drawing.Size(888, 0);
- this.tabPage_ExpiredExpected.TabIndex = 5;
- this.tabPage_ExpiredExpected.Text = "已过预产期";
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.labelEx2);
- this.flowLayoutPanel1.Controls.Add(this.cbxCompanyList);
- this.flowLayoutPanel1.Controls.Add(this.panelEx2);
- this.flowLayoutPanel1.Controls.Add(this.panelEx4);
- this.flowLayoutPanel1.Controls.Add(this.panelEx15);
- this.flowLayoutPanel1.Controls.Add(this.btnSelect);
- this.flowLayoutPanel1.Controls.Add(this.btnWhole);
- this.flowLayoutPanel1.Controls.Add(this.bntConditions);
- this.flowLayoutPanel1.Controls.Add(this.btnDelete);
- this.flowLayoutPanel1.Controls.Add(this.btnTexting);
- this.flowLayoutPanel1.Controls.Add(this.btnExport);
- this.flowLayoutPanel1.Controls.Add(this.btnImport);
- this.flowLayoutPanel1.Controls.Add(this.btnClientServiceAnPai);
- this.flowLayoutPanel1.Controls.Add(this.btnClose);
- this.flowLayoutPanel1.Controls.Add(this.panelEx13);
- this.flowLayoutPanel1.Controls.Add(this.panelEx14);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(1013, 36);
- this.flowLayoutPanel1.TabIndex = 2238;
- //
- // labelEx2
- //
- 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(3, 0);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(44, 29);
- this.labelEx2.TabIndex = 2242;
- this.labelEx2.Text = "门店:";
- this.labelEx2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // cbxCompanyList
- //
- this.cbxCompanyList.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cbxCompanyList.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cbxCompanyList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cbxCompanyList.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cbxCompanyList.FormattingEnabled = true;
- this.cbxCompanyList.IsCustomColor = false;
- this.cbxCompanyList.Location = new System.Drawing.Point(53, 5);
- this.cbxCompanyList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
- this.cbxCompanyList.Name = "cbxCompanyList";
- this.cbxCompanyList.ReadOnly = false;
- this.cbxCompanyList.Size = new System.Drawing.Size(121, 22);
- this.cbxCompanyList.TabIndex = 2243;
- //
- // 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.textBoxEx1);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Location = new System.Drawing.Point(178, 1);
- this.panelEx2.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(100, 30);
- this.panelEx2.TabIndex = 2239;
- //
- // textBoxEx1
- //
- this.textBoxEx1.BackColor = System.Drawing.Color.Transparent;
- this.textBoxEx1.Icon = null;
- this.textBoxEx1.IconIsButton = false;
- this.textBoxEx1.IsPasswordChat = '\0';
- this.textBoxEx1.IsSystemPasswordChar = false;
- this.textBoxEx1.Lines = new string[] {
- "10"};
- this.textBoxEx1.Location = new System.Drawing.Point(35, 1);
- this.textBoxEx1.Margin = new System.Windows.Forms.Padding(0);
- this.textBoxEx1.MaxLength = 32767;
- this.textBoxEx1.MinimumSize = new System.Drawing.Size(0, 26);
- this.textBoxEx1.MouseBack = null;
- this.textBoxEx1.Multiline = false;
- this.textBoxEx1.Name = "textBoxEx1";
- this.textBoxEx1.NormlBack = null;
- this.textBoxEx1.Padding = new System.Windows.Forms.Padding(5);
- this.textBoxEx1.ReadOnly = false;
- this.textBoxEx1.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.textBoxEx1.Size = new System.Drawing.Size(40, 26);
- this.textBoxEx1.TabIndex = 0;
- this.textBoxEx1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.textBoxEx1.WaterColor = System.Drawing.Color.DarkGray;
- this.textBoxEx1.WaterText = "";
- this.textBoxEx1.WordWrap = true;
- //
- // 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(3, 5);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(92, 17);
- this.labelEx1.TabIndex = 421;
- this.labelEx1.Text = "近期 天";
- //
- // panelEx4
- //
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.cbxusert);
- this.panelEx4.Location = new System.Drawing.Point(280, 1);
- this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(120, 30);
- this.panelEx4.TabIndex = 2240;
- //
- // cbxusert
- //
- this.cbxusert.AfterSelectLevelFirstNode = true;
- this.cbxusert.DropDownHeight = 220;
- this.cbxusert.DropDownShow = false;
- this.cbxusert.FormattingEnabled = true;
- this.cbxusert.IntegralHeight = false;
- this.cbxusert.IsNodeMouseClick = true;
- this.cbxusert.IsSelectParentNode = false;
- this.cbxusert.Location = new System.Drawing.Point(3, 5);
- this.cbxusert.Name = "cbxusert";
- this.cbxusert.ReadOnly = true;
- this.cbxusert.SelectedNode = null;
- this.cbxusert.Size = new System.Drawing.Size(110, 20);
- this.cbxusert.StrGetName = "";
- this.cbxusert.StrGetTagName = "";
- this.cbxusert.StrKey = null;
- this.cbxusert.TabIndex = 424;
- //
- // panelEx15
- //
- this.panelEx15.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx15.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx15.BorderWidth = 1;
- this.panelEx15.Controls.Add(this.txtQuery);
- this.panelEx15.Location = new System.Drawing.Point(402, 1);
- this.panelEx15.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx15.Name = "panelEx15";
- this.panelEx15.Size = new System.Drawing.Size(155, 30);
- this.panelEx15.TabIndex = 2240;
- //
- // txtQuery
- //
- this.txtQuery.BackColor = System.Drawing.Color.Transparent;
- this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtQuery.Icon = null;
- this.txtQuery.IconIsButton = false;
- this.txtQuery.IsPasswordChat = '\0';
- this.txtQuery.IsSystemPasswordChar = false;
- this.txtQuery.Lines = new string[0];
- this.txtQuery.Location = new System.Drawing.Point(0, 2);
- this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
- this.txtQuery.MaxLength = 32767;
- this.txtQuery.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtQuery.MouseBack = null;
- this.txtQuery.Multiline = false;
- this.txtQuery.Name = "txtQuery";
- this.txtQuery.NormlBack = null;
- this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
- this.txtQuery.ReadOnly = false;
- this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtQuery.Size = new System.Drawing.Size(150, 26);
- this.txtQuery.TabIndex = 523;
- this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
- this.txtQuery.WaterText = "客户姓名、客户电话";
- this.txtQuery.WordWrap = true;
- //
- // btnSelect
- //
- this.btnSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
- this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSelect.ForeColor = System.Drawing.Color.White;
- this.btnSelect.IsCustomBackImg = false;
- this.btnSelect.IsShowText = true;
- this.btnSelect.Location = new System.Drawing.Point(561, 3);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(85, 28);
- this.btnSelect.TabIndex = 72;
- this.btnSelect.Text = " 查 询";
- this.btnSelect.UseVisualStyleBackColor = false;
- //
- // btnWhole
- //
- this.btnWhole.BackColor = System.Drawing.Color.Transparent;
- this.btnWhole.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWhole.BackImg")));
- this.btnWhole.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnWhole.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnWhole.ForeColor = System.Drawing.Color.White;
- this.btnWhole.IsCustomBackImg = false;
- this.btnWhole.IsShowText = true;
- this.btnWhole.Location = new System.Drawing.Point(652, 3);
- this.btnWhole.Name = "btnWhole";
- this.btnWhole.Size = new System.Drawing.Size(85, 28);
- this.btnWhole.TabIndex = 420;
- this.btnWhole.Text = " 提醒设置";
- this.btnWhole.UseVisualStyleBackColor = false;
- //
- // bntConditions
- //
- this.bntConditions.BackColor = System.Drawing.Color.Transparent;
- this.bntConditions.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntConditions.BackImg")));
- this.bntConditions.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.bntConditions.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.bntConditions.ForeColor = System.Drawing.Color.White;
- this.bntConditions.IsCustomBackImg = false;
- this.bntConditions.IsShowText = true;
- this.bntConditions.Location = new System.Drawing.Point(743, 3);
- this.bntConditions.Name = "bntConditions";
- this.bntConditions.Size = new System.Drawing.Size(85, 28);
- this.bntConditions.TabIndex = 425;
- this.bntConditions.Text = " 多条件查询";
- this.bntConditions.UseVisualStyleBackColor = false;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
- this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.IsCustomBackImg = false;
- this.btnDelete.IsShowText = true;
- this.btnDelete.Location = new System.Drawing.Point(834, 3);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 28);
- this.btnDelete.TabIndex = 429;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // btnTexting
- //
- this.btnTexting.BackColor = System.Drawing.Color.Transparent;
- this.btnTexting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTexting.BackImg")));
- this.btnTexting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnTexting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnTexting.ForeColor = System.Drawing.Color.White;
- this.btnTexting.IsCustomBackImg = false;
- this.btnTexting.IsShowText = true;
- this.btnTexting.Location = new System.Drawing.Point(925, 3);
- this.btnTexting.Name = "btnTexting";
- this.btnTexting.Size = new System.Drawing.Size(85, 28);
- this.btnTexting.TabIndex = 428;
- this.btnTexting.Text = " 发短信";
- this.btnTexting.UseVisualStyleBackColor = false;
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.Transparent;
- this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
- this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.IsCustomBackImg = false;
- this.btnExport.IsShowText = true;
- this.btnExport.Location = new System.Drawing.Point(3, 37);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(85, 28);
- this.btnExport.TabIndex = 427;
- this.btnExport.Text = " 导 出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // btnImport
- //
- this.btnImport.BackColor = System.Drawing.Color.Transparent;
- this.btnImport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImport.BackImg")));
- this.btnImport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnImport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnImport.ForeColor = System.Drawing.Color.White;
- this.btnImport.IsCustomBackImg = false;
- this.btnImport.IsShowText = true;
- this.btnImport.Location = new System.Drawing.Point(94, 37);
- this.btnImport.Name = "btnImport";
- this.btnImport.Size = new System.Drawing.Size(85, 28);
- this.btnImport.TabIndex = 428;
- this.btnImport.Text = " 导 入";
- this.btnImport.UseVisualStyleBackColor = false;
- //
- // btnClientServiceAnPai
- //
- this.btnClientServiceAnPai.BackColor = System.Drawing.Color.Transparent;
- this.btnClientServiceAnPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClientServiceAnPai.BackImg")));
- this.btnClientServiceAnPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClientServiceAnPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClientServiceAnPai.ForeColor = System.Drawing.Color.White;
- this.btnClientServiceAnPai.IsCustomBackImg = false;
- this.btnClientServiceAnPai.IsShowText = true;
- this.btnClientServiceAnPai.Location = new System.Drawing.Point(185, 37);
- this.btnClientServiceAnPai.Name = "btnClientServiceAnPai";
- this.btnClientServiceAnPai.Size = new System.Drawing.Size(85, 28);
- this.btnClientServiceAnPai.TabIndex = 2241;
- this.btnClientServiceAnPai.Text = " 安排客服";
- this.btnClientServiceAnPai.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(276, 37);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 426;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // panelEx13
- //
- this.panelEx13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx13.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx13.BorderWidth = 1;
- this.panelEx13.Controls.Add(this.checkBoxEx1);
- this.panelEx13.Location = new System.Drawing.Point(367, 37);
- this.panelEx13.Name = "panelEx13";
- this.panelEx13.Size = new System.Drawing.Size(80, 28);
- this.panelEx13.TabIndex = 2240;
- //
- // checkBoxEx1
- //
- this.checkBoxEx1.AutoSize = true;
- this.checkBoxEx1.BackColor = System.Drawing.Color.Transparent;
- this.checkBoxEx1.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.checkBoxEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.checkBoxEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.checkBoxEx1.Fourstates = false;
- this.checkBoxEx1.IsGreenTick = false;
- this.checkBoxEx1.Location = new System.Drawing.Point(3, 4);
- this.checkBoxEx1.Name = "checkBoxEx1";
- this.checkBoxEx1.Size = new System.Drawing.Size(75, 21);
- this.checkBoxEx1.TabIndex = 430;
- this.checkBoxEx1.Text = "宝宝生日";
- this.checkBoxEx1.UseVisualStyleBackColor = false;
- //
- // panelEx14
- //
- this.panelEx14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx14.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx14.BorderWidth = 1;
- this.panelEx14.Controls.Add(this.checkBoxEx2);
- this.panelEx14.Location = new System.Drawing.Point(453, 37);
- this.panelEx14.Name = "panelEx14";
- this.panelEx14.Size = new System.Drawing.Size(70, 28);
- this.panelEx14.TabIndex = 2240;
- //
- // checkBoxEx2
- //
- this.checkBoxEx2.AutoSize = true;
- this.checkBoxEx2.BackColor = System.Drawing.Color.Transparent;
- this.checkBoxEx2.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.checkBoxEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.checkBoxEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.checkBoxEx2.Fourstates = false;
- this.checkBoxEx2.IsGreenTick = false;
- this.checkBoxEx2.Location = new System.Drawing.Point(4, 4);
- this.checkBoxEx2.Name = "checkBoxEx2";
- this.checkBoxEx2.Size = new System.Drawing.Size(63, 21);
- this.checkBoxEx2.TabIndex = 431;
- this.checkBoxEx2.Text = "预产期";
- this.checkBoxEx2.UseVisualStyleBackColor = false;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(2, 466);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(1013, 24);
- this.ucPagerEx1.TabIndex = 2235;
- this.ucPagerEx1.TbDataSource = null;
- //
- // txtStatistic
- //
- this.txtStatistic.BackColor = System.Drawing.Color.Transparent;
- this.txtStatistic.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.txtStatistic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtStatistic.Icon = null;
- this.txtStatistic.IconIsButton = false;
- this.txtStatistic.IsPasswordChat = '\0';
- this.txtStatistic.IsSystemPasswordChar = false;
- this.txtStatistic.Lines = new string[0];
- this.txtStatistic.Location = new System.Drawing.Point(2, 490);
- this.txtStatistic.Margin = new System.Windows.Forms.Padding(0);
- this.txtStatistic.MaxLength = 32767;
- this.txtStatistic.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtStatistic.MouseBack = null;
- this.txtStatistic.Multiline = false;
- this.txtStatistic.Name = "txtStatistic";
- this.txtStatistic.NormlBack = null;
- this.txtStatistic.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtStatistic.ReadOnly = true;
- this.txtStatistic.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtStatistic.Size = new System.Drawing.Size(1013, 25);
- this.txtStatistic.TabIndex = 2237;
- this.txtStatistic.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtStatistic.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtStatistic.WaterText = "";
- this.txtStatistic.WordWrap = true;
- //
- // IntentionsSelect
- //
- 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(1027, 632);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "IntentionsSelect";
- 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);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.tabControlEx1.ResumeLayout(false);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.panelEx4.ResumeLayout(false);
- this.panelEx15.ResumeLayout(false);
- this.panelEx13.ResumeLayout(false);
- this.panelEx13.PerformLayout();
- this.panelEx14.ResumeLayout(false);
- this.panelEx14.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- protected internal ComponentLibrary.TextBoxEx txtStatistic;
- protected internal UCPager.ucPagerEx ucPagerEx1;
- protected internal ComponentLibrary.TabControlEx tabControlEx1;
- protected internal System.Windows.Forms.TabPage tabPage_NotComplete;
- public System.Windows.Forms.TabPage tabPage_OrderOK;
- private System.Windows.Forms.TabPage tabPage_LostOK;
- public System.Windows.Forms.TabPage tabPage_All;
- protected internal ComponentLibrary.ButtonEx btnImport;
- protected internal ComponentLibrary.TextBoxEx textBoxEx1;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cbxusert;
- protected internal ComponentLibrary.CheckBoxEx checkBoxEx2;
- protected internal ComponentLibrary.ButtonEx btnSelect;
- protected internal ComponentLibrary.ButtonEx bntConditions;
- protected internal ComponentLibrary.ButtonEx btnExport;
- protected internal ComponentLibrary.ButtonEx btnWhole;
- protected internal ComponentLibrary.CheckBoxEx checkBoxEx1;
- protected internal ComponentLibrary.ButtonEx btnDelete;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.ButtonEx btnTexting;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal System.Windows.Forms.TabPage tabPage_ExpiredExpected;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.PanelEx panelEx4;
- private ComponentLibrary.PanelEx panelEx13;
- private ComponentLibrary.PanelEx panelEx15;
- protected internal ComponentLibrary.PanelEx panelEx14;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- protected internal ComponentLibrary.TextBoxEx txtQuery;
- protected internal ComponentLibrary.ButtonEx btnClientServiceAnPai;
- private ComponentLibrary.LabelEx labelEx2;
- protected internal ComponentLibrary.ComboBoxEx cbxCompanyList;
- }
- }
|