⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 communication.cs

📁 美国移民局软件,请大家不要用于商业用途!站长为什么还不开通我的帐号呀
💻 CS
📖 第 1 页 / 共 2 页
字号:
			// 
			this.ultraTabPageControl4.Controls.Add(this.ultraLabel4);
			this.ultraTabPageControl4.Controls.Add(this.ucInbox4);
			this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
			this.ultraTabPageControl4.Name = "ultraTabPageControl4";
			this.ultraTabPageControl4.Size = new System.Drawing.Size(638, 376);
			// 
			// ultraLabel4
			// 
			this.ultraLabel4.Location = new System.Drawing.Point(176, 80);
			this.ultraLabel4.Name = "ultraLabel4";
			this.ultraLabel4.Size = new System.Drawing.Size(200, 112);
			this.ultraLabel4.TabIndex = 1;
			this.ultraLabel4.Text = "If user Deletes message from Inbox/Sent Items/Outbox they should appear in Delete" +
				".\r\n\r\nUser cannot delete from Delete (only admin)";
			// 
			// ucInbox4
			// 
			this.ucInbox4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.ucInbox4.Location = new System.Drawing.Point(0, 0);
			this.ucInbox4.Name = "ucInbox4";
			this.ucInbox4.Size = new System.Drawing.Size(638, 376);
			this.ucInbox4.TabIndex = 0;
			// 
			// ultraToolbarsManager1
			// 
			this.ultraToolbarsManager1.DesignerFlags = 1;
			this.ultraToolbarsManager1.DockWithinContainer = this;
			this.ultraToolbarsManager1.MdiMergeable = false;
			ultraToolbar1.DockedColumn = 0;
			ultraToolbar1.DockedRow = 0;
			ultraToolbar1.Text = "Communication Toolbar";
			ultraToolbar1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
																							  buttonTool1,
																							  buttonTool2,
																							  buttonTool3,
																							  buttonTool4,
																							  buttonTool5,
																							  buttonTool6,
																							  buttonTool7,
																							  buttonTool8,
																							  buttonTool9,
																							  buttonTool10});
			this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
																												  ultraToolbar1});
			buttonTool11.SharedProps.Caption = "New Email";
			buttonTool11.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			buttonTool12.SharedProps.Caption = "Print";
			buttonTool12.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			buttonTool13.SharedProps.Caption = "Delete";
			buttonTool13.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			buttonTool14.SharedProps.Caption = "Reply";
			buttonTool14.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			buttonTool15.SharedProps.Caption = "Reply All";
			buttonTool15.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			buttonTool16.SharedProps.Caption = "Forward";
			buttonTool16.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			buttonTool17.SharedProps.Caption = "Send/Receive";
			buttonTool17.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			buttonTool18.SharedProps.Caption = "Find";
			buttonTool18.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			buttonTool19.SharedProps.Caption = "Help";
			buttonTool19.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			buttonTool20.SharedProps.Caption = "Save To Tracker";
			buttonTool20.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
			this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
																										   buttonTool11,
																										   buttonTool12,
																										   buttonTool13,
																										   buttonTool14,
																										   buttonTool15,
																										   buttonTool16,
																										   buttonTool17,
																										   buttonTool18,
																										   buttonTool19,
																										   buttonTool20});
			this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
			// 
			// Communication_Fill_Panel
			// 
			this.Communication_Fill_Panel.Controls.Add(this.ultraTabControl1);
			this.Communication_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
			this.Communication_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.Communication_Fill_Panel.Location = new System.Drawing.Point(0, 47);
			this.Communication_Fill_Panel.Name = "Communication_Fill_Panel";
			this.Communication_Fill_Panel.Size = new System.Drawing.Size(642, 376);
			this.Communication_Fill_Panel.TabIndex = 0;
			// 
			// ultraTabControl1
			// 
			this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
			this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
			this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
			this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
			this.ultraTabControl1.Controls.Add(this.ultraTabPageControl4);
			this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
			this.ultraTabControl1.Name = "ultraTabControl1";
			this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
			this.ultraTabControl1.Size = new System.Drawing.Size(642, 376);
			this.ultraTabControl1.TabIndex = 0;
			ultraTab1.Key = "Inbox";
			ultraTab1.TabPage = this.ultraTabPageControl1;
			ultraTab1.Text = "Inbox";
			ultraTab2.Key = "Sent Items";
			ultraTab2.TabPage = this.ultraTabPageControl2;
			ultraTab2.Text = "Sent Items";
			ultraTab3.Key = "Outbox";
			ultraTab3.TabPage = this.ultraTabPageControl3;
			ultraTab3.Text = "Outbox";
			ultraTab4.Key = "Deleted";
			ultraTab4.TabPage = this.ultraTabPageControl4;
			ultraTab4.Text = "Deleted";
			this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
																									   ultraTab1,
																									   ultraTab2,
																									   ultraTab3,
																									   ultraTab4});
			this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
			// 
			// ultraTabSharedControlsPage1
			// 
			this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
			this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
			this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(638, 353);
			// 
			// _Communication_Toolbars_Dock_Area_Left
			// 
			this._Communication_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
			this._Communication_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
			this._Communication_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
			this._Communication_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
			this._Communication_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 47);
			this._Communication_Toolbars_Dock_Area_Left.Name = "_Communication_Toolbars_Dock_Area_Left";
			this._Communication_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 376);
			this._Communication_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
			// 
			// _Communication_Toolbars_Dock_Area_Right
			// 
			this._Communication_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
			this._Communication_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
			this._Communication_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
			this._Communication_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
			this._Communication_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(642, 47);
			this._Communication_Toolbars_Dock_Area_Right.Name = "_Communication_Toolbars_Dock_Area_Right";
			this._Communication_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 376);
			this._Communication_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
			// 
			// _Communication_Toolbars_Dock_Area_Top
			// 
			this._Communication_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
			this._Communication_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
			this._Communication_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
			this._Communication_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
			this._Communication_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
			this._Communication_Toolbars_Dock_Area_Top.Name = "_Communication_Toolbars_Dock_Area_Top";
			this._Communication_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(642, 47);
			this._Communication_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
			// 
			// _Communication_Toolbars_Dock_Area_Bottom
			// 
			this._Communication_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
			this._Communication_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
			this._Communication_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
			this._Communication_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
			this._Communication_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 423);
			this._Communication_Toolbars_Dock_Area_Bottom.Name = "_Communication_Toolbars_Dock_Area_Bottom";
			this._Communication_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(642, 0);
			this._Communication_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
			// 
			// Communication
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(642, 423);
			this.Controls.Add(this.Communication_Fill_Panel);
			this.Controls.Add(this._Communication_Toolbars_Dock_Area_Left);
			this.Controls.Add(this._Communication_Toolbars_Dock_Area_Right);
			this.Controls.Add(this._Communication_Toolbars_Dock_Area_Top);
			this.Controls.Add(this._Communication_Toolbars_Dock_Area_Bottom);
			this.Name = "Communication";
			this.Text = "Communication";
			this.ultraTabPageControl1.ResumeLayout(false);
			this.ultraTabPageControl2.ResumeLayout(false);
			this.ultraTabPageControl3.ResumeLayout(false);
			this.ultraTabPageControl4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
			this.Communication_Fill_Panel.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
			this.ultraTabControl1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

		private void ultraToolbarsManager1_ToolClick(object sender, Infragistics.Win.UltraWinToolbars.ToolClickEventArgs e)
		{
			dialogs.Email dialog = new Tracker7UI.dialogs.Email();
			dialog.ShowDialog();
		}
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -