366 lines
18 KiB
C#
366 lines
18 KiB
C#
namespace ERPClient
|
|
{
|
|
partial class FrmHistoryMessage
|
|
{
|
|
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.btnQuery = new System.Windows.Forms.Button();
|
|
this.dtEnd = new System.Windows.Forms.DateTimePicker();
|
|
this.dtStart = new System.Windows.Forms.DateTimePicker();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.gvNew = new System.Windows.Forms.DataGridView();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.gvHistory = new System.Windows.Forms.DataGridView();
|
|
this.ReceivedCount = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.EmployeeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gvNew)).BeginInit();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gvHistory)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|
this.splitContainer1.Panel1.Controls.Add(this.btnClose);
|
|
this.splitContainer1.Panel1.Controls.Add(this.btnQuery);
|
|
this.splitContainer1.Panel1.Controls.Add(this.dtEnd);
|
|
this.splitContainer1.Panel1.Controls.Add(this.dtStart);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(920, 482);
|
|
this.splitContainer1.SplitterDistance = 37;
|
|
this.splitContainer1.SplitterWidth = 1;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(127, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(11, 12);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "-";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(426, 10);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClose.TabIndex = 3;
|
|
this.btnClose.Text = "退出";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnQuery
|
|
//
|
|
this.btnQuery.Location = new System.Drawing.Point(304, 10);
|
|
this.btnQuery.Name = "btnQuery";
|
|
this.btnQuery.Size = new System.Drawing.Size(75, 23);
|
|
this.btnQuery.TabIndex = 2;
|
|
this.btnQuery.Text = "查询";
|
|
this.btnQuery.UseVisualStyleBackColor = true;
|
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
|
//
|
|
// dtEnd
|
|
//
|
|
this.dtEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dtEnd.Location = new System.Drawing.Point(144, 10);
|
|
this.dtEnd.Name = "dtEnd";
|
|
this.dtEnd.Size = new System.Drawing.Size(109, 21);
|
|
this.dtEnd.TabIndex = 1;
|
|
//
|
|
// dtStart
|
|
//
|
|
this.dtStart.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dtStart.Location = new System.Drawing.Point(12, 12);
|
|
this.dtStart.Name = "dtStart";
|
|
this.dtStart.Size = new System.Drawing.Size(109, 21);
|
|
this.dtStart.TabIndex = 0;
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(920, 444);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.gvNew);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(912, 418);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "最新消息";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// gvNew
|
|
//
|
|
this.gvNew.AllowUserToAddRows = false;
|
|
this.gvNew.AllowUserToDeleteRows = false;
|
|
this.gvNew.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gvNew.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ReceivedCount,
|
|
this.EmployeeName,
|
|
this.Sex,
|
|
this.Column2,
|
|
this.Column3,
|
|
this.Column4});
|
|
this.gvNew.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gvNew.Location = new System.Drawing.Point(3, 3);
|
|
this.gvNew.MultiSelect = false;
|
|
this.gvNew.Name = "gvNew";
|
|
this.gvNew.ReadOnly = true;
|
|
this.gvNew.RowTemplate.Height = 23;
|
|
this.gvNew.Size = new System.Drawing.Size(906, 412);
|
|
this.gvNew.TabIndex = 2;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.gvHistory);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(912, 418);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "历史消息";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// gvHistory
|
|
//
|
|
this.gvHistory.AllowUserToAddRows = false;
|
|
this.gvHistory.AllowUserToDeleteRows = false;
|
|
this.gvHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gvHistory.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.dataGridViewTextBoxColumn2,
|
|
this.dataGridViewTextBoxColumn3,
|
|
this.dataGridViewTextBoxColumn4,
|
|
this.dataGridViewTextBoxColumn5,
|
|
this.dataGridViewTextBoxColumn6,
|
|
this.dataGridViewTextBoxColumn7});
|
|
this.gvHistory.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gvHistory.Location = new System.Drawing.Point(3, 3);
|
|
this.gvHistory.MultiSelect = false;
|
|
this.gvHistory.Name = "gvHistory";
|
|
this.gvHistory.ReadOnly = true;
|
|
this.gvHistory.RowTemplate.Height = 23;
|
|
this.gvHistory.Size = new System.Drawing.Size(906, 412);
|
|
this.gvHistory.TabIndex = 3;
|
|
//
|
|
// ReceivedCount
|
|
//
|
|
this.ReceivedCount.DataPropertyName = "EmployeeId";
|
|
this.ReceivedCount.HeaderText = "标志";
|
|
this.ReceivedCount.Name = "ReceivedCount";
|
|
this.ReceivedCount.ReadOnly = true;
|
|
this.ReceivedCount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.ReceivedCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.ReceivedCount.Width = 40;
|
|
//
|
|
// EmployeeName
|
|
//
|
|
this.EmployeeName.DataPropertyName = "HintCreator";
|
|
this.EmployeeName.HeaderText = "发送人";
|
|
this.EmployeeName.MaxInputLength = 100;
|
|
this.EmployeeName.Name = "EmployeeName";
|
|
this.EmployeeName.ReadOnly = true;
|
|
//
|
|
// Sex
|
|
//
|
|
this.Sex.DataPropertyName = "StartTime";
|
|
this.Sex.HeaderText = "发送时间";
|
|
this.Sex.MaxInputLength = 10;
|
|
this.Sex.Name = "Sex";
|
|
this.Sex.ReadOnly = true;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.DataPropertyName = "HintContent";
|
|
this.Column2.HeaderText = "消息内容";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.ReadOnly = true;
|
|
this.Column2.Width = 300;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.DataPropertyName = "SourceTableName";
|
|
this.Column3.HeaderText = "关键字";
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
//
|
|
// Column4
|
|
//
|
|
this.Column4.DataPropertyName = "LoginAccount";
|
|
this.Column4.HeaderText = "接收人";
|
|
this.Column4.Name = "Column4";
|
|
this.Column4.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "ReceivedCount";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "标志";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.dataGridViewTextBoxColumn1.Width = 40;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "HintCreator";
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "发送人";
|
|
this.dataGridViewTextBoxColumn2.MaxInputLength = 100;
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "StartTime";
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "发送时间";
|
|
this.dataGridViewTextBoxColumn3.MaxInputLength = 10;
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.DataPropertyName = "DeleteTime";
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "查阅时间";
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn5
|
|
//
|
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "HintContent";
|
|
this.dataGridViewTextBoxColumn5.HeaderText = "消息内容";
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn5.Width = 300;
|
|
//
|
|
// dataGridViewTextBoxColumn6
|
|
//
|
|
this.dataGridViewTextBoxColumn6.DataPropertyName = "SourceTableName";
|
|
this.dataGridViewTextBoxColumn6.HeaderText = "关键字";
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn7
|
|
//
|
|
this.dataGridViewTextBoxColumn7.DataPropertyName = "LoginAccount";
|
|
this.dataGridViewTextBoxColumn7.HeaderText = "接收人";
|
|
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
this.dataGridViewTextBoxColumn7.ReadOnly = true;
|
|
//
|
|
// FrmHistoryMessage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(920, 482);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "FrmHistoryMessage";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "消息查询";
|
|
this.Load += new System.EventHandler(this.FrmHistoryMessage_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gvNew)).EndInit();
|
|
this.tabPage2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gvHistory)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnQuery;
|
|
private System.Windows.Forms.DateTimePicker dtEnd;
|
|
private System.Windows.Forms.DateTimePicker dtStart;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.DataGridView gvNew;
|
|
private System.Windows.Forms.DataGridView gvHistory;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn ReceivedCount;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn EmployeeName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Sex;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
}
|
|
} |