ab56a9bcf7
SVN-Revision: r240
243 lines
12 KiB
C#
243 lines
12 KiB
C#
namespace Lskj.FrmMessages
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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(FrmMain));
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon();
|
|
this.myMenu = new System.Windows.Forms.ContextMenuStrip();
|
|
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.Information_timer = new System.Windows.Forms.Timer();
|
|
this.timer1 = new System.Windows.Forms.Timer();
|
|
this.timer2 = new System.Windows.Forms.Timer();
|
|
this.timer3 = new System.Windows.Forms.Timer();
|
|
this.imgIcon = new System.Windows.Forms.ImageList();
|
|
this.timer4 = new System.Windows.Forms.Timer();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnMin = new System.Windows.Forms.Button();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.MessageTable = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.AuditMessages = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.OperateDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.timer5 = new System.Windows.Forms.Timer();
|
|
this.myMenu.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.MessageTable)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// notifyIcon1
|
|
//
|
|
this.notifyIcon1.ContextMenuStrip = this.myMenu;
|
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
|
this.notifyIcon1.Text = "消息系统";
|
|
this.notifyIcon1.Visible = true;
|
|
//
|
|
// myMenu
|
|
//
|
|
this.myMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.退出ToolStripMenuItem});
|
|
this.myMenu.Name = "myMenu";
|
|
this.myMenu.Size = new System.Drawing.Size(101, 26);
|
|
//
|
|
// 退出ToolStripMenuItem
|
|
//
|
|
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
|
|
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
|
this.退出ToolStripMenuItem.Text = "退出";
|
|
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
|
|
//
|
|
// Information_timer
|
|
//
|
|
this.Information_timer.Interval = 10000;
|
|
this.Information_timer.Tick += new System.EventHandler(this.Information_timer_Tick);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// timer2
|
|
//
|
|
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
|
|
//
|
|
// timer3
|
|
//
|
|
this.timer3.Interval = 500;
|
|
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
|
|
//
|
|
// imgIcon
|
|
//
|
|
this.imgIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgIcon.ImageStream")));
|
|
this.imgIcon.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imgIcon.Images.SetKeyName(0, "logo.ico");
|
|
this.imgIcon.Images.SetKeyName(1, "transparent.ico");
|
|
//
|
|
// timer4
|
|
//
|
|
this.timer4.Enabled = true;
|
|
this.timer4.Interval = 500;
|
|
this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Appearance.BackColor = System.Drawing.Color.LightBlue;
|
|
this.panelControl1.Appearance.Options.UseBackColor = true;
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.btnMin);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(460, 28);
|
|
this.panelControl1.TabIndex = 2;
|
|
//
|
|
// btnMin
|
|
//
|
|
this.btnMin.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnMin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnMin.BackgroundImage")));
|
|
this.btnMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnMin.FlatAppearance.BorderSize = 0;
|
|
this.btnMin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnMin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnMin.Location = new System.Drawing.Point(427, 3);
|
|
this.btnMin.Name = "btnMin";
|
|
this.btnMin.Size = new System.Drawing.Size(30, 23);
|
|
this.btnMin.TabIndex = 6;
|
|
this.btnMin.UseVisualStyleBackColor = false;
|
|
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl1.Location = new System.Drawing.Point(12, 6);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(120, 17);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "双击查看审核信息";
|
|
//
|
|
// MessageTable
|
|
//
|
|
this.MessageTable.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.MessageTable.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(2);
|
|
gridLevelNode2.RelationName = "Level1";
|
|
this.MessageTable.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|
gridLevelNode2});
|
|
this.MessageTable.Location = new System.Drawing.Point(0, 28);
|
|
this.MessageTable.MainView = this.gridView;
|
|
this.MessageTable.Margin = new System.Windows.Forms.Padding(2);
|
|
this.MessageTable.Name = "MessageTable";
|
|
this.MessageTable.Size = new System.Drawing.Size(460, 212);
|
|
this.MessageTable.TabIndex = 3;
|
|
this.MessageTable.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView});
|
|
//
|
|
// gridView
|
|
//
|
|
this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.AuditMessages,
|
|
this.OperateDate});
|
|
this.gridView.GridControl = this.MessageTable;
|
|
this.gridView.Name = "gridView";
|
|
this.gridView.OptionsBehavior.Editable = false;
|
|
this.gridView.OptionsView.ShowGroupPanel = false;
|
|
this.gridView.OptionsView.ShowIndicator = false;
|
|
//
|
|
// AuditMessages
|
|
//
|
|
this.AuditMessages.Caption = "待处理审批";
|
|
this.AuditMessages.FieldName = "AuditMessages";
|
|
this.AuditMessages.Name = "AuditMessages";
|
|
this.AuditMessages.Visible = true;
|
|
this.AuditMessages.VisibleIndex = 0;
|
|
this.AuditMessages.Width = 475;
|
|
//
|
|
// OperateDate
|
|
//
|
|
this.OperateDate.Caption = "发生时间";
|
|
this.OperateDate.FieldName = "OperateDate";
|
|
this.OperateDate.Name = "OperateDate";
|
|
this.OperateDate.Visible = true;
|
|
this.OperateDate.VisibleIndex = 1;
|
|
this.OperateDate.Width = 136;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(460, 240);
|
|
this.Controls.Add(this.MessageTable);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmMain";
|
|
this.Text = "双击进入审批界面";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
|
|
this.SizeChanged += new System.EventHandler(this.F_Main_SizeChanged);
|
|
this.myMenu.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.MessageTable)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|
private System.Windows.Forms.ContextMenuStrip myMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
|
|
private System.Windows.Forms.Timer Information_timer;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Timer timer2;
|
|
private System.Windows.Forms.Timer timer3;
|
|
private System.Windows.Forms.ImageList imgIcon;
|
|
private System.Windows.Forms.Timer timer4;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraGrid.GridControl MessageTable;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView;
|
|
private DevExpress.XtraGrid.Columns.GridColumn AuditMessages;
|
|
private DevExpress.XtraGrid.Columns.GridColumn OperateDate;
|
|
private System.Windows.Forms.Button btnMin;
|
|
private System.Windows.Forms.Timer timer5;
|
|
|
|
}
|
|
}
|
|
|