namespace CSFrameworkV5.SystemModule
|
{
|
partial class frmBroadcast
|
{
|
/// <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(frmBroadcast));
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
this.btnDelB = new DevExpress.XtraEditors.SimpleButton();
|
this.txtType = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.txtContent = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.btnSend = new DevExpress.XtraEditors.SimpleButton();
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.gcSummary = new DevExpress.XtraGrid.GridControl();
|
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
this.txtGroup = new DevExpress.XtraEditors.LookUpEdit();
|
this.txtUser = new DevExpress.XtraEditors.LookUpEdit();
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
this.txtSendType = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
this.txtMessage = new DevExpress.XtraEditors.MemoEdit();
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
this.btnSendMsg = new DevExpress.XtraEditors.SimpleButton();
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
this.gcMessageCenter = new DevExpress.XtraGrid.GridControl();
|
this.gvMessageCenter = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
|
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
this.tableLayoutPanel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
this.panelControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtType.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtContent.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.xtraTabControl1.SuspendLayout();
|
this.xtraTabPage1.SuspendLayout();
|
this.tableLayoutPanel2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
this.panelControl3.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtGroup.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtSendType.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMessage.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
this.panelControl4.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcMessageCenter)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMessageCenter)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
|
this.xtraTabPage2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 1;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.Controls.Add(this.panelControl2, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.panelControl1, 0, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 2;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(863, 468);
|
this.tableLayoutPanel1.TabIndex = 0;
|
//
|
// panelControl2
|
//
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl2.Controls.Add(this.btnDelB);
|
this.panelControl2.Controls.Add(this.txtType);
|
this.panelControl2.Controls.Add(this.labelControl3);
|
this.panelControl2.Controls.Add(this.txtContent);
|
this.panelControl2.Controls.Add(this.labelControl1);
|
this.panelControl2.Controls.Add(this.btnSend);
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelControl2.Location = new System.Drawing.Point(3, 3);
|
this.panelControl2.Name = "panelControl2";
|
this.panelControl2.Size = new System.Drawing.Size(857, 94);
|
this.panelControl2.TabIndex = 1;
|
//
|
// btnDelB
|
//
|
this.btnDelB.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnDelB.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnDelB.ImageOptions.Image = global::CSFrameworkV5.SystemModule.Properties.Resources.remove;
|
this.btnDelB.Location = new System.Drawing.Point(692, 52);
|
this.btnDelB.Name = "btnDelB";
|
this.btnDelB.Size = new System.Drawing.Size(94, 30);
|
this.btnDelB.TabIndex = 13;
|
this.btnDelB.Text = "删除广播";
|
this.btnDelB.Click += new System.EventHandler(this.btnDelB_Click);
|
//
|
// txtType
|
//
|
this.txtType.EditValue = "System";
|
this.txtType.Location = new System.Drawing.Point(509, 33);
|
this.txtType.Name = "txtType";
|
this.txtType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtType.Properties.Appearance.Options.UseFont = true;
|
this.txtType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtType.Properties.Items.AddRange(new object[] {
|
"System"});
|
this.txtType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txtType.Size = new System.Drawing.Size(106, 22);
|
this.txtType.TabIndex = 5;
|
//
|
// labelControl3
|
//
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl3.Appearance.Options.UseFont = true;
|
this.labelControl3.Location = new System.Drawing.Point(443, 35);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(70, 17);
|
this.labelControl3.TabIndex = 4;
|
this.labelControl3.Text = "广播类型:";
|
//
|
// txtContent
|
//
|
this.txtContent.Location = new System.Drawing.Point(96, 33);
|
this.txtContent.Name = "txtContent";
|
this.txtContent.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtContent.Properties.Appearance.Options.UseFont = true;
|
this.txtContent.Properties.MaxLength = 50;
|
this.txtContent.Size = new System.Drawing.Size(326, 22);
|
this.txtContent.TabIndex = 2;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl1.Appearance.Options.UseFont = true;
|
this.labelControl1.Location = new System.Drawing.Point(20, 35);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(70, 17);
|
this.labelControl1.TabIndex = 1;
|
this.labelControl1.Text = "输入内容:";
|
//
|
// btnSend
|
//
|
this.btnSend.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnSend.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnSend.ImageOptions.Image = global::CSFrameworkV5.SystemModule.Properties.Resources.sound1;
|
this.btnSend.Location = new System.Drawing.Point(692, 15);
|
this.btnSend.Name = "btnSend";
|
this.btnSend.Size = new System.Drawing.Size(94, 32);
|
this.btnSend.TabIndex = 0;
|
this.btnSend.Text = "发出广播";
|
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
|
//
|
// panelControl1
|
//
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl1.Controls.Add(this.gcSummary);
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelControl1.Location = new System.Drawing.Point(3, 103);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(857, 362);
|
this.panelControl1.TabIndex = 0;
|
//
|
// gcSummary
|
//
|
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcSummary.Location = new System.Drawing.Point(0, 0);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.Size = new System.Drawing.Size(857, 362);
|
this.gcSummary.TabIndex = 11;
|
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvSummary});
|
//
|
// gvSummary
|
//
|
this.gvSummary.ColumnPanelRowHeight = 25;
|
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gridColumn1,
|
this.gridColumn2,
|
this.gridColumn3});
|
this.gvSummary.GridControl = this.gcSummary;
|
this.gvSummary.Name = "gvSummary";
|
this.gvSummary.OptionsBehavior.Editable = false;
|
this.gvSummary.OptionsView.ColumnAutoWidth = false;
|
this.gvSummary.OptionsView.ShowFooter = true;
|
this.gvSummary.OptionsView.ShowGroupPanel = false;
|
this.gvSummary.RowHeight = 25;
|
//
|
// gridColumn1
|
//
|
this.gridColumn1.Caption = "广播内容";
|
this.gridColumn1.FieldName = "Message";
|
this.gridColumn1.Name = "gridColumn1";
|
this.gridColumn1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
|
this.gridColumn1.Visible = true;
|
this.gridColumn1.VisibleIndex = 0;
|
this.gridColumn1.Width = 416;
|
//
|
// gridColumn2
|
//
|
this.gridColumn2.Caption = "广播类型";
|
this.gridColumn2.FieldName = "MessageType";
|
this.gridColumn2.Name = "gridColumn2";
|
this.gridColumn2.Visible = true;
|
this.gridColumn2.VisibleIndex = 1;
|
//
|
// gridColumn3
|
//
|
this.gridColumn3.Caption = "广播时间";
|
this.gridColumn3.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.gridColumn3.FieldName = "PublishDate";
|
this.gridColumn3.Name = "gridColumn3";
|
this.gridColumn3.Visible = true;
|
this.gridColumn3.VisibleIndex = 2;
|
this.gridColumn3.Width = 187;
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
this.xtraTabControl1.Size = new System.Drawing.Size(869, 515);
|
this.xtraTabControl1.TabIndex = 1;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage1,
|
this.xtraTabPage2});
|
//
|
// xtraTabPage1
|
//
|
this.xtraTabPage1.Controls.Add(this.tableLayoutPanel2);
|
this.xtraTabPage1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage1.ImageOptions.Image")));
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
this.xtraTabPage1.Size = new System.Drawing.Size(863, 468);
|
this.xtraTabPage1.Text = "用户消息";
|
//
|
// tableLayoutPanel2
|
//
|
this.tableLayoutPanel2.ColumnCount = 1;
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel2.Controls.Add(this.panelControl3, 0, 0);
|
this.tableLayoutPanel2.Controls.Add(this.panelControl4, 0, 1);
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
this.tableLayoutPanel2.RowCount = 2;
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(863, 468);
|
this.tableLayoutPanel2.TabIndex = 1;
|
//
|
// panelControl3
|
//
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl3.Controls.Add(this.btnDel);
|
this.panelControl3.Controls.Add(this.labelControl8);
|
this.panelControl3.Controls.Add(this.txtGroup);
|
this.panelControl3.Controls.Add(this.txtUser);
|
this.panelControl3.Controls.Add(this.labelControl7);
|
this.panelControl3.Controls.Add(this.txtSendType);
|
this.panelControl3.Controls.Add(this.labelControl4);
|
this.panelControl3.Controls.Add(this.txtMessage);
|
this.panelControl3.Controls.Add(this.labelControl6);
|
this.panelControl3.Controls.Add(this.btnSendMsg);
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelControl3.Location = new System.Drawing.Point(3, 3);
|
this.panelControl3.Name = "panelControl3";
|
this.panelControl3.Size = new System.Drawing.Size(857, 94);
|
this.panelControl3.TabIndex = 1;
|
//
|
// btnDel
|
//
|
this.btnDel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnDel.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnDel.ImageOptions.Image = global::CSFrameworkV5.SystemModule.Properties.Resources.remove;
|
this.btnDel.Location = new System.Drawing.Point(703, 50);
|
this.btnDel.Name = "btnDel";
|
this.btnDel.Size = new System.Drawing.Size(94, 30);
|
this.btnDel.TabIndex = 12;
|
this.btnDel.Text = "删除消息";
|
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
|
//
|
// labelControl8
|
//
|
this.labelControl8.Location = new System.Drawing.Point(480, 39);
|
this.labelControl8.Name = "labelControl8";
|
this.labelControl8.Size = new System.Drawing.Size(72, 14);
|
this.labelControl8.TabIndex = 11;
|
this.labelControl8.Text = "选择用户组:";
|
//
|
// txtGroup
|
//
|
this.txtGroup.Location = new System.Drawing.Point(557, 36);
|
this.txtGroup.Name = "txtGroup";
|
this.txtGroup.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtGroup.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("GroupName", "组名", 220, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("GroupCode", "组编号", 80, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
this.txtGroup.Properties.DropDownRows = 25;
|
this.txtGroup.Properties.NullText = "";
|
this.txtGroup.Properties.PopupWidth = 300;
|
this.txtGroup.Size = new System.Drawing.Size(123, 20);
|
this.txtGroup.TabIndex = 10;
|
//
|
// txtUser
|
//
|
this.txtUser.Enabled = false;
|
this.txtUser.Location = new System.Drawing.Point(557, 60);
|
this.txtUser.Name = "txtUser";
|
this.txtUser.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtUser.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Account", "帐号", 80, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("UserName", "姓名", 120, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
this.txtUser.Properties.DropDownRows = 25;
|
this.txtUser.Properties.NullText = "";
|
this.txtUser.Properties.PopupWidth = 200;
|
this.txtUser.Size = new System.Drawing.Size(123, 20);
|
this.txtUser.TabIndex = 9;
|
//
|
// labelControl7
|
//
|
this.labelControl7.Location = new System.Drawing.Point(492, 64);
|
this.labelControl7.Name = "labelControl7";
|
this.labelControl7.Size = new System.Drawing.Size(60, 14);
|
this.labelControl7.TabIndex = 7;
|
this.labelControl7.Text = "选择用户:";
|
//
|
// txtSendType
|
//
|
this.txtSendType.EditValue = "1.发送到用户组";
|
this.txtSendType.Location = new System.Drawing.Point(557, 11);
|
this.txtSendType.Name = "txtSendType";
|
this.txtSendType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtSendType.Properties.Items.AddRange(new object[] {
|
"1.发送到用户组",
|
"2.发送到一个用户",
|
"3.发送到所有用户"});
|
this.txtSendType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txtSendType.Size = new System.Drawing.Size(123, 20);
|
this.txtSendType.TabIndex = 6;
|
this.txtSendType.EditValueChanged += new System.EventHandler(this.txtSendType_EditValueChanged);
|
//
|
// labelControl4
|
//
|
this.labelControl4.Location = new System.Drawing.Point(492, 13);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(60, 14);
|
this.labelControl4.TabIndex = 5;
|
this.labelControl4.Text = "发送对象:";
|
//
|
// txtMessage
|
//
|
this.txtMessage.Location = new System.Drawing.Point(86, 8);
|
this.txtMessage.Name = "txtMessage";
|
this.txtMessage.Size = new System.Drawing.Size(375, 77);
|
this.txtMessage.TabIndex = 4;
|
//
|
// labelControl6
|
//
|
this.labelControl6.Location = new System.Drawing.Point(20, 11);
|
this.labelControl6.Name = "labelControl6";
|
this.labelControl6.Size = new System.Drawing.Size(60, 14);
|
this.labelControl6.TabIndex = 1;
|
this.labelControl6.Text = "输入内容:";
|
//
|
// btnSendMsg
|
//
|
this.btnSendMsg.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnSendMsg.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnSendMsg.ImageOptions.Image = global::CSFrameworkV5.SystemModule.Properties.Resources._03;
|
this.btnSendMsg.Location = new System.Drawing.Point(703, 13);
|
this.btnSendMsg.Name = "btnSendMsg";
|
this.btnSendMsg.Size = new System.Drawing.Size(94, 30);
|
this.btnSendMsg.TabIndex = 0;
|
this.btnSendMsg.Text = "发出消息";
|
this.btnSendMsg.Click += new System.EventHandler(this.btnSendMsg_Click);
|
//
|
// panelControl4
|
//
|
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl4.Controls.Add(this.gcMessageCenter);
|
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelControl4.Location = new System.Drawing.Point(3, 103);
|
this.panelControl4.Name = "panelControl4";
|
this.panelControl4.Size = new System.Drawing.Size(857, 362);
|
this.panelControl4.TabIndex = 0;
|
//
|
// gcMessageCenter
|
//
|
this.gcMessageCenter.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMessageCenter.Location = new System.Drawing.Point(0, 0);
|
this.gcMessageCenter.MainView = this.gvMessageCenter;
|
this.gcMessageCenter.Name = "gcMessageCenter";
|
this.gcMessageCenter.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemMemoEdit1});
|
this.gcMessageCenter.Size = new System.Drawing.Size(857, 362);
|
this.gcMessageCenter.TabIndex = 11;
|
this.gcMessageCenter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvMessageCenter});
|
//
|
// gvMessageCenter
|
//
|
this.gvMessageCenter.ColumnPanelRowHeight = 25;
|
this.gvMessageCenter.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gridColumn7,
|
this.gridColumn4,
|
this.gridColumn5,
|
this.gridColumn6});
|
this.gvMessageCenter.GridControl = this.gcMessageCenter;
|
this.gvMessageCenter.Name = "gvMessageCenter";
|
this.gvMessageCenter.OptionsBehavior.Editable = false;
|
this.gvMessageCenter.OptionsView.ColumnAutoWidth = false;
|
this.gvMessageCenter.OptionsView.ShowFooter = true;
|
this.gvMessageCenter.OptionsView.ShowGroupPanel = false;
|
this.gvMessageCenter.RowHeight = 25;
|
//
|
// gridColumn7
|
//
|
this.gridColumn7.Caption = "发送给:帐号或组";
|
this.gridColumn7.FieldName = "AccountOrGroupID";
|
this.gridColumn7.Name = "gridColumn7";
|
this.gridColumn7.Visible = true;
|
this.gridColumn7.VisibleIndex = 0;
|
this.gridColumn7.Width = 153;
|
//
|
// gridColumn4
|
//
|
this.gridColumn4.Caption = "对象类型";
|
this.gridColumn4.FieldName = "AccountOrGroupType";
|
this.gridColumn4.Name = "gridColumn4";
|
this.gridColumn4.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "Message", "")});
|
this.gridColumn4.Visible = true;
|
this.gridColumn4.VisibleIndex = 1;
|
this.gridColumn4.Width = 80;
|
//
|
// gridColumn5
|
//
|
this.gridColumn5.Caption = "消息内容";
|
this.gridColumn5.ColumnEdit = this.repositoryItemMemoEdit1;
|
this.gridColumn5.FieldName = "Message";
|
this.gridColumn5.Name = "gridColumn5";
|
this.gridColumn5.Visible = true;
|
this.gridColumn5.VisibleIndex = 2;
|
this.gridColumn5.Width = 410;
|
//
|
// repositoryItemMemoEdit1
|
//
|
this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
|
//
|
// gridColumn6
|
//
|
this.gridColumn6.Caption = "发送时间";
|
this.gridColumn6.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.gridColumn6.FieldName = "SendTime";
|
this.gridColumn6.Name = "gridColumn6";
|
this.gridColumn6.Visible = true;
|
this.gridColumn6.VisibleIndex = 3;
|
this.gridColumn6.Width = 168;
|
//
|
// xtraTabPage2
|
//
|
this.xtraTabPage2.Controls.Add(this.tableLayoutPanel1);
|
this.xtraTabPage2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage2.ImageOptions.Image")));
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
this.xtraTabPage2.Size = new System.Drawing.Size(863, 468);
|
this.xtraTabPage2.Text = "系统广播";
|
//
|
// frmBroadcast
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(869, 515);
|
this.Controls.Add(this.xtraTabControl1);
|
this.Name = "frmBroadcast";
|
this.Text = "系统广播";
|
this.Load += new System.EventHandler(this.frmBroadcast_Load);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
this.panelControl2.ResumeLayout(false);
|
this.panelControl2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtType.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtContent.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.xtraTabControl1.ResumeLayout(false);
|
this.xtraTabPage1.ResumeLayout(false);
|
this.tableLayoutPanel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
this.panelControl3.ResumeLayout(false);
|
this.panelControl3.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtGroup.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtSendType.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMessage.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
this.panelControl4.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcMessageCenter)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvMessageCenter)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
|
this.xtraTabPage2.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
private DevExpress.XtraEditors.SimpleButton btnSend;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraEditors.TextEdit txtContent;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraGrid.GridControl gcSummary;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
private DevExpress.XtraEditors.ComboBoxEdit txtType;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
private DevExpress.XtraEditors.MemoEdit txtMessage;
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
private DevExpress.XtraEditors.SimpleButton btnSendMsg;
|
private DevExpress.XtraEditors.PanelControl panelControl4;
|
private DevExpress.XtraGrid.GridControl gcMessageCenter;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvMessageCenter;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
private DevExpress.XtraEditors.ComboBoxEdit txtSendType;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
private DevExpress.XtraEditors.LookUpEdit txtUser;
|
private DevExpress.XtraEditors.LookUpEdit txtGroup;
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
private DevExpress.XtraEditors.SimpleButton btnDel;
|
private DevExpress.XtraEditors.SimpleButton btnDelB;
|
}
|
}
|