📄 options.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Tracker7UI.dialogs
{
/// <summary>
/// Summary description for Options.
/// </summary>
public class Options : System.Windows.Forms.Form
{
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private Infragistics.Win.Misc.UltraButton ultraButton3;
private Infragistics.Win.Misc.UltraButton ultraButton4;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor4;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.Misc.UltraLabel ultraLabel7;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
private Infragistics.Win.Misc.UltraLabel ultraLabel8;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor5;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor6;
private Infragistics.Win.Misc.UltraLabel ultraLabel9;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor7;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor8;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor3;
private Infragistics.Win.Misc.UltraLabel ultraLabel10;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.Container components = null;
public Options()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
}
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(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()
{
Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton4 = new Infragistics.Win.Misc.UltraButton();
this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraTextEditor4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraTextEditor6 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.ultraTextEditor7 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraTextEditor8 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraCheckEditor3 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
this.ultraTabControl1.SuspendLayout();
this.ultraTabPageControl1.SuspendLayout();
this.ultraTabPageControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
this.ultraGroupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
this.ultraGroupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
this.SuspendLayout();
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultraButton2);
this.ultraGroupBox1.Controls.Add(this.ultraButton1);
this.ultraGroupBox1.Location = new System.Drawing.Point(-8, 440);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(624, 40);
this.ultraGroupBox1.SupportThemes = false;
this.ultraGroupBox1.TabIndex = 0;
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(520, 8);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.TabIndex = 0;
this.ultraButton1.Text = "&Cancel";
//
// ultraButton2
//
this.ultraButton2.Location = new System.Drawing.Point(440, 8);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.TabIndex = 1;
this.ultraButton2.Text = "&OK";
//
// ultraTabControl1
//
this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
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(462, 343);
this.ultraTabControl1.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.PropertyPage2003;
this.ultraTabControl1.TabIndex = 1;
ultraTab1.Key = "GeneralOptions";
ultraTab1.TabPage = this.ultraTabPageControl1;
ultraTab1.Text = "General";
ultraTab2.Key = "CommunicationOptions";
ultraTab2.TabPage = this.ultraTabPageControl2;
ultraTab2.Text = "Communication";
this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
ultraTab1,
ultraTab2});
//
// ultraTabSharedControlsPage1
//
this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(458, 320);
//
// ultraTabPageControl1
//
this.ultraTabPageControl1.Controls.Add(this.ultraComboEditor2);
this.ultraTabPageControl1.Controls.Add(this.ultraLabel10);
this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
this.ultraTabPageControl1.Name = "ultraTabPageControl1";
this.ultraTabPageControl1.Size = new System.Drawing.Size(458, 320);
//
// ultraTabPageControl2
//
this.ultraTabPageControl2.Controls.Add(this.ultraCheckEditor3);
this.ultraTabPageControl2.Controls.Add(this.ultraTextEditor8);
this.ultraTabPageControl2.Controls.Add(this.ultraTextEditor7);
this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox4);
this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox3);
this.ultraTabPageControl2.Controls.Add(this.ultraLabel3);
this.ultraTabPageControl2.Controls.Add(this.ultraLabel2);
this.ultraTabPageControl2.Controls.Add(this.ultraLabel1);
this.ultraTabPageControl2.Controls.Add(this.ultraComboEditor1);
this.ultraTabPageControl2.Location = new System.Drawing.Point(2, 21);
this.ultraTabPageControl2.Name = "ultraTabPageControl2";
this.ultraTabPageControl2.Size = new System.Drawing.Size(458, 320);
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.ultraButton4);
this.ultraGroupBox2.Controls.Add(this.ultraButton3);
this.ultraGroupBox2.Location = new System.Drawing.Point(-8, 302);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(488, 56);
this.ultraGroupBox2.SupportThemes = false;
this.ultraGroupBox2.TabIndex = 2;
this.ultraGroupBox2.Text = "ImmigrationTracker";
//
// ultraButton3
//
this.ultraButton3.Location = new System.Drawing.Point(392, 16);
this.ultraButton3.Name = "ultraButton3";
this.ultraButton3.TabIndex = 0;
this.ultraButton3.Text = "&Cancel";
//
// ultraButton4
//
this.ultraButton4.Location = new System.Drawing.Point(312, 16);
this.ultraButton4.Name = "ultraButton4";
this.ultraButton4.TabIndex = 1;
this.ultraButton4.Text = "&OK";
//
// ultraComboEditor1
//
this.ultraComboEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraComboEditor1.Location = new System.Drawing.Point(176, 16);
this.ultraComboEditor1.Name = "ultraComboEditor1";
this.ultraComboEditor1.Size = new System.Drawing.Size(152, 21);
this.ultraComboEditor1.TabIndex = 0;
this.ultraComboEditor1.Text = "POP3 (Future:IMAP/HTTP)";
//
// ultraLabel1
//
this.ultraLabel1.Location = new System.Drawing.Point(8, 16);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(160, 23);
this.ultraLabel1.TabIndex = 1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -