123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363 |
- namespace LYFZ.Software.UI.Customers
- {
- partial class IntentionRemind
- {
- /// <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(IntentionRemind));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dateFinish = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dateStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnRemind = new LYFZ.ComponentLibrary.ButtonEx();
- this.label1 = new System.Windows.Forms.Label();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnAll = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSMS = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.panelEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- 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(910, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.dgvData);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Controls.Add(this.ucPagerEx1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 5);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(900, 495);
- this.panelEx1.TabIndex = 0;
- //
- // 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.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = true;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = false;
- this.dgvData.Location = new System.Drawing.Point(0, 40);
- 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(898, 429);
- this.dgvData.TabIndex = 219;
- this.dgvData.ViceCount = 1;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dateFinish);
- this.panelEx2.Controls.Add(this.dateStart);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Controls.Add(this.btnRemind);
- this.panelEx2.Controls.Add(this.label1);
- this.panelEx2.Controls.Add(this.btnClose);
- this.panelEx2.Controls.Add(this.btnAll);
- this.panelEx2.Controls.Add(this.btnSMS);
- this.panelEx2.Controls.Add(this.btnSelect);
- this.panelEx2.Controls.Add(this.btnCancel);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Location = new System.Drawing.Point(0, 0);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(898, 40);
- this.panelEx2.TabIndex = 218;
- //
- // dateFinish
- //
- this.dateFinish.CustomFormat = " ";
- this.dateFinish.DateValue = "";
- this.dateFinish.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateFinish.IsShowTime = false;
- this.dateFinish.Location = new System.Drawing.Point(192, 9);
- this.dateFinish.Name = "dateFinish";
- this.dateFinish.Size = new System.Drawing.Size(100, 21);
- this.dateFinish.TabIndex = 4;
- //
- // dateStart
- //
- this.dateStart.CustomFormat = " ";
- this.dateStart.DateValue = "";
- this.dateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateStart.IsShowTime = false;
- this.dateStart.Location = new System.Drawing.Point(63, 9);
- this.dateStart.Name = "dateStart";
- this.dateStart.Size = new System.Drawing.Size(100, 21);
- this.dateStart.TabIndex = 5;
- //
- // 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(8, 11);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(56, 17);
- this.labelEx1.TabIndex = 219;
- this.labelEx1.Text = "时间段:";
- //
- // btnRemind
- //
- this.btnRemind.BackColor = System.Drawing.Color.Transparent;
- this.btnRemind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemind.BackImg")));
- this.btnRemind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRemind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRemind.ForeColor = System.Drawing.Color.White;
- this.btnRemind.IsCustomBackImg = false;
- this.btnRemind.IsShowText = true;
- this.btnRemind.Location = new System.Drawing.Point(485, 5);
- this.btnRemind.Name = "btnRemind";
- this.btnRemind.Size = new System.Drawing.Size(85, 28);
- this.btnRemind.TabIndex = 217;
- this.btnRemind.Text = " 提醒设置";
- this.btnRemind.UseVisualStyleBackColor = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(165, 12);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(25, 16);
- this.label1.TabIndex = 6;
- this.label1.Text = "—";
- //
- // 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(758, 5);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 11;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnAll
- //
- this.btnAll.BackColor = System.Drawing.Color.Transparent;
- this.btnAll.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAll.BackImg")));
- this.btnAll.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAll.ForeColor = System.Drawing.Color.White;
- this.btnAll.IsCustomBackImg = false;
- this.btnAll.IsShowText = true;
- this.btnAll.Location = new System.Drawing.Point(394, 5);
- this.btnAll.Name = "btnAll";
- this.btnAll.Size = new System.Drawing.Size(85, 28);
- this.btnAll.TabIndex = 8;
- this.btnAll.Text = " 全部查看";
- this.btnAll.UseVisualStyleBackColor = false;
- //
- // btnSMS
- //
- this.btnSMS.BackColor = System.Drawing.Color.Transparent;
- this.btnSMS.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSMS.BackImg")));
- this.btnSMS.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSMS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSMS.ForeColor = System.Drawing.Color.White;
- this.btnSMS.IsCustomBackImg = false;
- this.btnSMS.IsShowText = true;
- this.btnSMS.Location = new System.Drawing.Point(667, 5);
- this.btnSMS.Name = "btnSMS";
- this.btnSMS.Size = new System.Drawing.Size(85, 28);
- this.btnSMS.TabIndex = 10;
- this.btnSMS.Text = " 发送短信";
- this.btnSMS.UseVisualStyleBackColor = false;
- //
- // 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(303, 5);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(85, 28);
- this.btnSelect.TabIndex = 2;
- this.btnSelect.Text = " 查 询";
- this.btnSelect.UseVisualStyleBackColor = false;
- //
- // 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(576, 5);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 28);
- this.btnCancel.TabIndex = 9;
- this.btnCancel.Text = " 取消提醒";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(0, 469);
- 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(898, 24);
- this.ucPagerEx1.TabIndex = 1;
- this.ucPagerEx1.TbDataSource = null;
- //
- // IntentionRemind
- //
- 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(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.ImeMode = System.Windows.Forms.ImeMode.On;
- this.IsShowUcNavigationTool = true;
- this.Name = "IntentionRemind";
- this.Text = "客户管理→今日提醒";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.PanelEx panelEx1;
- private System.Windows.Forms.Label label1;
- protected internal UCPager.ucPagerEx ucPagerEx1;
- protected internal ComponentLibrary.ButtonEx btnSelect;
- protected internal ComponentLibrary.DateTimePickerEx dateStart;
- protected internal ComponentLibrary.DateTimePickerEx dateFinish;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.ButtonEx btnSMS;
- protected internal ComponentLibrary.ButtonEx btnCancel;
- protected internal ComponentLibrary.ButtonEx btnAll;
- protected internal ComponentLibrary.ButtonEx btnRemind;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- }
- }
|