123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- namespace LYFZ.Software.UI.SMSManagement
- {
- partial class FrmSMSEmployees
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSMSEmployees));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnSendMicroMessage = new LYFZ.ComponentLibrary.ButtonEx();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.btnAll = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtKeyWords = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.btnSmsSend = new LYFZ.ComponentLibrary.ButtonEx();
- this.buttonBind = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.User_EmployeeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.User_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dt_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.User_Sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.User_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.User_NowAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.User_OpenID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- 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")));
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.btnSendMicroMessage);
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Controls.Add(this.dgv);
- this.panelEx2.Controls.Add(this.btnAll);
- this.panelEx2.Controls.Add(this.btnClose);
- this.panelEx2.Controls.Add(this.txtKeyWords);
- this.panelEx2.Controls.Add(this.btnSmsSend);
- this.panelEx2.Controls.Add(this.buttonBind);
- this.panelEx2.Controls.Add(this.btnSelect);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(3, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(904, 499);
- this.panelEx2.TabIndex = 194;
- //
- // btnSendMicroMessage
- //
- this.btnSendMicroMessage.BackColor = System.Drawing.Color.Transparent;
- this.btnSendMicroMessage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendMicroMessage.BackImg")));
- this.btnSendMicroMessage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSendMicroMessage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSendMicroMessage.ForeColor = System.Drawing.Color.White;
- this.btnSendMicroMessage.IsCustomBackImg = false;
- this.btnSendMicroMessage.IsShowText = true;
- this.btnSendMicroMessage.Location = new System.Drawing.Point(485, 10);
- this.btnSendMicroMessage.Name = "btnSendMicroMessage";
- this.btnSendMicroMessage.Size = new System.Drawing.Size(91, 26);
- this.btnSendMicroMessage.TabIndex = 213;
- this.btnSendMicroMessage.Text = "发送微信消息";
- this.btnSendMicroMessage.UseVisualStyleBackColor = false;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(0, 467);
- 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(902, 30);
- this.ucPagerEx1.TabIndex = 212;
- this.ucPagerEx1.TbDataSource = null;
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.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.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeight = 32;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.User_EmployeeID,
- this.User_Name,
- this.Dt_Name,
- this.User_Sex,
- this.User_Telephone,
- this.User_NowAddress,
- this.User_OpenID});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.EraseCell = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
- this.dgv.IsCompleteBonding = false;
- this.dgv.IsCopyCellValue = true;
- this.dgv.Location = new System.Drawing.Point(1, 46);
- this.dgv.Name = "dgv";
- this.dgv.ReadOnly = true;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv.Size = new System.Drawing.Size(901, 415);
- this.dgv.TabIndex = 203;
- //
- // 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(391, 10);
- this.btnAll.Name = "btnAll";
- this.btnAll.Size = new System.Drawing.Size(87, 26);
- this.btnAll.TabIndex = 202;
- this.btnAll.Text = "选中全部";
- this.btnAll.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(677, 10);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(87, 26);
- this.btnClose.TabIndex = 201;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // txtKeyWords
- //
- this.txtKeyWords.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtKeyWords.EmptyTextTip = null;
- this.txtKeyWords.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtKeyWords.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtKeyWords.Location = new System.Drawing.Point(17, 12);
- this.txtKeyWords.Name = "txtKeyWords";
- this.txtKeyWords.Size = new System.Drawing.Size(147, 23);
- this.txtKeyWords.TabIndex = 200;
- //
- // btnSmsSend
- //
- this.btnSmsSend.BackColor = System.Drawing.Color.Transparent;
- this.btnSmsSend.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSmsSend.BackImg")));
- this.btnSmsSend.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSmsSend.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSmsSend.ForeColor = System.Drawing.Color.White;
- this.btnSmsSend.IsCustomBackImg = false;
- this.btnSmsSend.IsShowText = true;
- this.btnSmsSend.Location = new System.Drawing.Point(583, 10);
- this.btnSmsSend.Name = "btnSmsSend";
- this.btnSmsSend.Size = new System.Drawing.Size(87, 26);
- this.btnSmsSend.TabIndex = 199;
- this.btnSmsSend.Text = "发送短信";
- this.btnSmsSend.UseVisualStyleBackColor = false;
- //
- // buttonBind
- //
- this.buttonBind.BackColor = System.Drawing.Color.Transparent;
- this.buttonBind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonBind.BackImg")));
- this.buttonBind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.buttonBind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.buttonBind.ForeColor = System.Drawing.Color.White;
- this.buttonBind.IsCustomBackImg = false;
- this.buttonBind.IsShowText = true;
- this.buttonBind.Location = new System.Drawing.Point(264, 10);
- this.buttonBind.Name = "buttonBind";
- this.buttonBind.Size = new System.Drawing.Size(120, 26);
- this.buttonBind.TabIndex = 198;
- this.buttonBind.Text = "已绑定微信的员工";
- this.buttonBind.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(170, 10);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(87, 26);
- this.btnSelect.TabIndex = 198;
- this.btnSelect.Text = "查询";
- this.btnSelect.UseVisualStyleBackColor = false;
- //
- // panelEx3
- //
- this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Location = new System.Drawing.Point(1, 43);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(901, 1);
- this.panelEx3.TabIndex = 197;
- //
- // User_EmployeeID
- //
- this.User_EmployeeID.DataPropertyName = "User_EmployeeID";
- this.User_EmployeeID.HeaderText = "编号";
- this.User_EmployeeID.Name = "User_EmployeeID";
- this.User_EmployeeID.ReadOnly = true;
- this.User_EmployeeID.Visible = false;
- //
- // User_Name
- //
- this.User_Name.DataPropertyName = "User_Name";
- this.User_Name.HeaderText = "姓名";
- this.User_Name.Name = "User_Name";
- this.User_Name.ReadOnly = true;
- //
- // Dt_Name
- //
- this.Dt_Name.DataPropertyName = "Dt_Name";
- this.Dt_Name.HeaderText = "部门";
- this.Dt_Name.Name = "Dt_Name";
- this.Dt_Name.ReadOnly = true;
- //
- // User_Sex
- //
- this.User_Sex.DataPropertyName = "User_Sex";
- this.User_Sex.HeaderText = "性别";
- this.User_Sex.Name = "User_Sex";
- this.User_Sex.ReadOnly = true;
- //
- // User_Telephone
- //
- this.User_Telephone.DataPropertyName = "User_Telephone";
- this.User_Telephone.HeaderText = "电话";
- this.User_Telephone.Name = "User_Telephone";
- this.User_Telephone.ReadOnly = true;
- //
- // User_NowAddress
- //
- this.User_NowAddress.DataPropertyName = "User_NowAddress";
- this.User_NowAddress.HeaderText = "地址";
- this.User_NowAddress.Name = "User_NowAddress";
- this.User_NowAddress.ReadOnly = true;
- //
- // User_OpenID
- //
- this.User_OpenID.DataPropertyName = "User_OpenID";
- this.User_OpenID.HeaderText = "是否已绑定微信号";
- this.User_OpenID.Name = "User_OpenID";
- this.User_OpenID.ReadOnly = true;
- //
- // FrmSMSEmployees
- //
- 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.IsShowUcNavigationTool = true;
- this.Name = "FrmSMSEmployees";
- this.Text = "员工短信";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.PanelEx panelEx3;
- protected ComponentLibrary.ButtonEx btnAll;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.TextBoxBasicEx txtKeyWords;
- protected ComponentLibrary.ButtonEx btnSmsSend;
- protected ComponentLibrary.ButtonEx btnSelect;
- protected ComponentLibrary.DataGridViewEx dgv;
- protected UCPager.ucPagerEx ucPagerEx1;
- public ComponentLibrary.ButtonEx btnSendMicroMessage;
- protected ComponentLibrary.ButtonEx buttonBind;
- private System.Windows.Forms.DataGridViewTextBoxColumn User_EmployeeID;
- private System.Windows.Forms.DataGridViewTextBoxColumn User_Name;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dt_Name;
- private System.Windows.Forms.DataGridViewTextBoxColumn User_Sex;
- private System.Windows.Forms.DataGridViewTextBoxColumn User_Telephone;
- private System.Windows.Forms.DataGridViewTextBoxColumn User_NowAddress;
- private System.Windows.Forms.DataGridViewTextBoxColumn User_OpenID;
- }
- }
|