StableVersion4.3/HL_FristAidPlatform_Frame/Main/Form_Message.Designer.cs

352 lines
18 KiB
C#

namespace HL_FristAidPlatform_Frame
{
partial class Form_Message
{
/// <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(Form_Message));
this.group_Detail = new DevExpress.XtraEditors.GroupControl();
this.txt_Detail = new DevExpress.XtraEditors.MemoEdit();
this.group_List = new DevExpress.XtraEditors.GroupControl();
this.grid_Notice = new DevExpress.XtraGrid.GridControl();
this.grv_Notice = new DevExpress.XtraGrid.Views.Grid.GridView();
this.M_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_TypeName = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_Content = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_ReadState = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_ReadStateCase = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_FirstReadingTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.M_TotalReading = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel_Sel = new DevExpress.XtraEditors.PanelControl();
this.btn_Sel = new DevExpress.XtraEditors.SimpleButton();
this.radioGroup_ReadState = new DevExpress.XtraEditors.RadioGroup();
this.LUEdit_NoticeType = new DevExpress.XtraEditors.LookUpEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.txt_Key = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage();
((System.ComponentModel.ISupportInitialize)(this.group_Detail)).BeginInit();
this.group_Detail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Detail.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.group_List)).BeginInit();
this.group_List.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_Notice)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Notice)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).BeginInit();
this.panel_Sel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_ReadState.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LUEdit_NoticeType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit();
this.SuspendLayout();
//
// group_Detail
//
this.group_Detail.Controls.Add(this.txt_Detail);
this.group_Detail.Dock = System.Windows.Forms.DockStyle.Top;
this.group_Detail.Location = new System.Drawing.Point(0, 0);
this.group_Detail.Name = "group_Detail";
this.group_Detail.Size = new System.Drawing.Size(754, 250);
this.group_Detail.TabIndex = 0;
this.group_Detail.Text = "消息详情";
//
// txt_Detail
//
this.txt_Detail.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_Detail.Location = new System.Drawing.Point(2, 23);
this.txt_Detail.Name = "txt_Detail";
this.txt_Detail.Properties.Appearance.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.txt_Detail.Properties.Appearance.Options.UseBackColor = true;
this.txt_Detail.Properties.ReadOnly = true;
this.txt_Detail.Size = new System.Drawing.Size(750, 225);
this.txt_Detail.TabIndex = 0;
//
// group_List
//
this.group_List.Controls.Add(this.grid_Notice);
this.group_List.Controls.Add(this.panel_Sel);
this.group_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.group_List.Location = new System.Drawing.Point(0, 250);
this.group_List.Name = "group_List";
this.group_List.Size = new System.Drawing.Size(754, 326);
this.group_List.TabIndex = 0;
this.group_List.Text = "消息列表";
//
// grid_Notice
//
this.grid_Notice.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_Notice.Location = new System.Drawing.Point(2, 63);
this.grid_Notice.MainView = this.grv_Notice;
this.grid_Notice.Name = "grid_Notice";
this.grid_Notice.Size = new System.Drawing.Size(750, 261);
this.grid_Notice.TabIndex = 0;
this.grid_Notice.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_Notice});
this.grid_Notice.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grid_Notice_MouseClick);
//
// grv_Notice
//
this.grv_Notice.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.M_ID,
this.M_GUID,
this.M_TypeName,
this.M_Content,
this.M_ReadState,
this.M_ReadStateCase,
this.M_CreationDate,
this.M_FirstReadingTime,
this.M_TotalReading});
this.grv_Notice.GridControl = this.grid_Notice;
this.grv_Notice.Name = "grv_Notice";
this.grv_Notice.OptionsBehavior.Editable = false;
this.grv_Notice.OptionsView.ShowGroupPanel = false;
this.grv_Notice.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.grv_Notice_CustomColumnDisplayText);
//
// M_ID
//
this.M_ID.Caption = "编号";
this.M_ID.FieldName = "ID";
this.M_ID.Name = "M_ID";
this.M_ID.Visible = true;
this.M_ID.VisibleIndex = 0;
//
// M_GUID
//
this.M_GUID.Caption = "GUID";
this.M_GUID.FieldName = "GUID";
this.M_GUID.Name = "M_GUID";
//
// M_TypeName
//
this.M_TypeName.Caption = "消息类型";
this.M_TypeName.FieldName = "TypeName";
this.M_TypeName.Name = "M_TypeName";
this.M_TypeName.Visible = true;
this.M_TypeName.VisibleIndex = 1;
//
// M_Content
//
this.M_Content.Caption = "消息内容";
this.M_Content.FieldName = "Content";
this.M_Content.MinWidth = 120;
this.M_Content.Name = "M_Content";
this.M_Content.Visible = true;
this.M_Content.VisibleIndex = 2;
this.M_Content.Width = 120;
//
// M_ReadState
//
this.M_ReadState.Caption = "ReadState";
this.M_ReadState.FieldName = "ReadState";
this.M_ReadState.Name = "M_ReadState";
//
// M_ReadStateCase
//
this.M_ReadStateCase.Caption = "是否阅读";
this.M_ReadStateCase.FieldName = "ReadStateCase";
this.M_ReadStateCase.Name = "M_ReadStateCase";
this.M_ReadStateCase.Visible = true;
this.M_ReadStateCase.VisibleIndex = 3;
//
// M_CreationDate
//
this.M_CreationDate.Caption = "创建时间";
this.M_CreationDate.FieldName = "CreationDate";
this.M_CreationDate.Name = "M_CreationDate";
this.M_CreationDate.Visible = true;
this.M_CreationDate.VisibleIndex = 4;
//
// M_FirstReadingTime
//
this.M_FirstReadingTime.Caption = "首次阅读时间";
this.M_FirstReadingTime.FieldName = "FirstReadingTime";
this.M_FirstReadingTime.Name = "M_FirstReadingTime";
this.M_FirstReadingTime.Visible = true;
this.M_FirstReadingTime.VisibleIndex = 5;
//
// M_TotalReading
//
this.M_TotalReading.Caption = "阅读总数";
this.M_TotalReading.FieldName = "TotalReading";
this.M_TotalReading.Name = "M_TotalReading";
this.M_TotalReading.Visible = true;
this.M_TotalReading.VisibleIndex = 6;
//
// panel_Sel
//
this.panel_Sel.Controls.Add(this.btn_Sel);
this.panel_Sel.Controls.Add(this.radioGroup_ReadState);
this.panel_Sel.Controls.Add(this.LUEdit_NoticeType);
this.panel_Sel.Controls.Add(this.labelControl8);
this.panel_Sel.Controls.Add(this.labelControl6);
this.panel_Sel.Controls.Add(this.txt_Key);
this.panel_Sel.Controls.Add(this.labelControl1);
this.panel_Sel.Dock = System.Windows.Forms.DockStyle.Top;
this.panel_Sel.Location = new System.Drawing.Point(2, 23);
this.panel_Sel.Name = "panel_Sel";
this.panel_Sel.Size = new System.Drawing.Size(750, 40);
this.panel_Sel.TabIndex = 1;
//
// btn_Sel
//
this.btn_Sel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Sel.ImageOptions.Image")));
this.btn_Sel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Sel.Location = new System.Drawing.Point(672, 5);
this.btn_Sel.Name = "btn_Sel";
this.btn_Sel.Size = new System.Drawing.Size(73, 27);
this.btn_Sel.TabIndex = 20;
this.btn_Sel.Text = "查询";
this.btn_Sel.Click += new System.EventHandler(this.btn_Sel_Click);
//
// radioGroup_ReadState
//
this.radioGroup_ReadState.EditValue = "全部";
this.radioGroup_ReadState.Location = new System.Drawing.Point(264, 6);
this.radioGroup_ReadState.Name = "radioGroup_ReadState";
this.radioGroup_ReadState.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("全部", "全部"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("已读", "已读"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("未读", "未读")});
this.radioGroup_ReadState.Size = new System.Drawing.Size(164, 28);
this.radioGroup_ReadState.TabIndex = 19;
//
// LUEdit_NoticeType
//
this.LUEdit_NoticeType.Location = new System.Drawing.Point(64, 10);
this.LUEdit_NoticeType.Name = "LUEdit_NoticeType";
this.LUEdit_NoticeType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LUEdit_NoticeType.Properties.NullText = "请选择";
this.LUEdit_NoticeType.Size = new System.Drawing.Size(136, 20);
this.LUEdit_NoticeType.TabIndex = 18;
this.LUEdit_NoticeType.EditValueChanged += new System.EventHandler(this.LUEdit_NoticeType_EditValueChanged);
//
// labelControl8
//
this.labelControl8.Location = new System.Drawing.Point(5, 13);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(60, 14);
this.labelControl8.TabIndex = 17;
this.labelControl8.Text = "消息类型:";
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(433, 13);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(48, 14);
this.labelControl6.TabIndex = 16;
this.labelControl6.Text = "关键词:";
//
// txt_Key
//
this.txt_Key.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txt_Key.Location = new System.Drawing.Point(483, 10);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(187, 20);
this.txt_Key.TabIndex = 15;
this.txt_Key.TextChanged += new System.EventHandler(this.txt_Key_TextChanged);
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(206, 13);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 16;
this.labelControl1.Text = "是否阅读:";
//
// userControlForPage
//
this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage.Location = new System.Drawing.Point(0, 576);
this.userControlForPage.Name = "userControlForPage";
this.userControlForPage.Size = new System.Drawing.Size(754, 38);
this.userControlForPage.TabIndex = 16;
this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents);
this.userControlForPage.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage_exportEvents);
//
// Form_Message
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(754, 614);
this.Controls.Add(this.group_List);
this.Controls.Add(this.group_Detail);
this.Controls.Add(this.userControlForPage);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_Message.IconOptions.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_Message";
this.Text = "新消息提醒";
this.TopMost = true;
this.Load += new System.EventHandler(this.Form_Message_Load);
((System.ComponentModel.ISupportInitialize)(this.group_Detail)).EndInit();
this.group_Detail.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txt_Detail.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.group_List)).EndInit();
this.group_List.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grid_Notice)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Notice)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).EndInit();
this.panel_Sel.ResumeLayout(false);
this.panel_Sel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_ReadState.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LUEdit_NoticeType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl group_Detail;
private DevExpress.XtraEditors.GroupControl group_List;
private DevExpress.XtraEditors.MemoEdit txt_Detail;
private DevExpress.XtraGrid.GridControl grid_Notice;
private DevExpress.XtraGrid.Views.Grid.GridView grv_Notice;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.PanelControl panel_Sel;
private DevExpress.XtraEditors.LookUpEdit LUEdit_NoticeType;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.TextEdit txt_Key;
private DevExpress.XtraEditors.RadioGroup radioGroup_ReadState;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraGrid.Columns.GridColumn M_ID;
private DevExpress.XtraGrid.Columns.GridColumn M_GUID;
private DevExpress.XtraGrid.Columns.GridColumn M_TypeName;
private DevExpress.XtraGrid.Columns.GridColumn M_Content;
private DevExpress.XtraGrid.Columns.GridColumn M_ReadState;
private DevExpress.XtraGrid.Columns.GridColumn M_ReadStateCase;
private DevExpress.XtraGrid.Columns.GridColumn M_CreationDate;
private DevExpress.XtraGrid.Columns.GridColumn M_FirstReadingTime;
private DevExpress.XtraGrid.Columns.GridColumn M_TotalReading;
private DevExpress.XtraEditors.SimpleButton btn_Sel;
}
}