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

📄 i9.cs

📁 美国移民局软件,请大家不要用于商业用途!站长为什么还不开通我的帐号呀
💻 CS
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace Tracker7UI.dialogs
{
	/// <summary>
	/// Summary description for I9.
	/// </summary>
	public class I9 : System.Windows.Forms.Form
	{
		private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
		private Infragistics.Win.Misc.UltraButton ultraButton2;
		private Infragistics.Win.Misc.UltraButton ultraButton1;
		private Infragistics.Win.Misc.UltraLabel ultraLabel1;
		private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
		private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
		private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor3;
		private Infragistics.Win.Misc.UltraLabel ultraLabel8;
		private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
		private Infragistics.Win.Misc.UltraLabel ultraLabel7;
		private Infragistics.Win.Misc.UltraLabel ultraLabel2;
		private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
		private Infragistics.Win.Misc.UltraButton ultraButton3;
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.Container components = null;

		public I9()
		{
			//
			// 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()
		{
			this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
			this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
			this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
			this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
			this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
			this.ultraDateTimeEditor3 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
			this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
			this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
			this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
			((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
			this.ultraGroupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
			this.SuspendLayout();
			// 
			// ultraGroupBox1
			// 
			this.ultraGroupBox1.Controls.Add(this.ultraButton2);
			this.ultraGroupBox1.Controls.Add(this.ultraButton1);
			this.ultraGroupBox1.Location = new System.Drawing.Point(-8, 208);
			this.ultraGroupBox1.Name = "ultraGroupBox1";
			this.ultraGroupBox1.Size = new System.Drawing.Size(480, 47);
			this.ultraGroupBox1.SupportThemes = false;
			this.ultraGroupBox1.TabIndex = 29;
			// 
			// ultraButton2
			// 
			this.ultraButton2.Location = new System.Drawing.Point(312, 8);
			this.ultraButton2.Name = "ultraButton2";
			this.ultraButton2.TabIndex = 1;
			this.ultraButton2.Text = "&OK";
			// 
			// ultraButton1
			// 
			this.ultraButton1.Location = new System.Drawing.Point(392, 8);
			this.ultraButton1.Name = "ultraButton1";
			this.ultraButton1.TabIndex = 0;
			this.ultraButton1.Text = "&Cancel";
			// 
			// ultraLabel1
			// 
			this.ultraLabel1.Location = new System.Drawing.Point(8, 65);
			this.ultraLabel1.Name = "ultraLabel1";
			this.ultraLabel1.Size = new System.Drawing.Size(448, 16);
			this.ultraLabel1.TabIndex = 36;
			this.ultraLabel1.Text = "Comment";
			// 
			// ultraTextEditor1
			// 
			this.ultraTextEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraTextEditor1.Location = new System.Drawing.Point(7, 86);
			this.ultraTextEditor1.Multiline = true;
			this.ultraTextEditor1.Name = "ultraTextEditor1";
			this.ultraTextEditor1.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
			this.ultraTextEditor1.Size = new System.Drawing.Size(448, 120);
			this.ultraTextEditor1.TabIndex = 35;
			this.ultraTextEditor1.Text = "<Comment>";
			// 
			// ultraCheckEditor1
			// 
			this.ultraCheckEditor1.FlatMode = true;
			this.ultraCheckEditor1.Location = new System.Drawing.Point(7, 8);
			this.ultraCheckEditor1.Name = "ultraCheckEditor1";
			this.ultraCheckEditor1.Size = new System.Drawing.Size(88, 20);
			this.ultraCheckEditor1.TabIndex = 34;
			this.ultraCheckEditor1.Text = "Checked";
			// 
			// ultraDateTimeEditor3
			// 
			this.ultraDateTimeEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraDateTimeEditor3.Location = new System.Drawing.Point(375, 8);
			this.ultraDateTimeEditor3.Name = "ultraDateTimeEditor3";
			this.ultraDateTimeEditor3.Size = new System.Drawing.Size(80, 21);
			this.ultraDateTimeEditor3.TabIndex = 33;
			// 
			// ultraLabel8
			// 
			this.ultraLabel8.Location = new System.Drawing.Point(279, 11);
			this.ultraLabel8.Name = "ultraLabel8";
			this.ultraLabel8.Size = new System.Drawing.Size(85, 16);
			this.ultraLabel8.TabIndex = 32;
			this.ultraLabel8.Text = "Expires On";
			// 
			// ultraDateTimeEditor2
			// 
			this.ultraDateTimeEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraDateTimeEditor2.Location = new System.Drawing.Point(191, 8);
			this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
			this.ultraDateTimeEditor2.Size = new System.Drawing.Size(80, 21);
			this.ultraDateTimeEditor2.TabIndex = 31;
			// 
			// ultraLabel7
			// 
			this.ultraLabel7.Location = new System.Drawing.Point(103, 8);
			this.ultraLabel7.Name = "ultraLabel7";
			this.ultraLabel7.Size = new System.Drawing.Size(85, 16);
			this.ultraLabel7.TabIndex = 30;
			this.ultraLabel7.Text = "Checked On";
			// 
			// ultraLabel2
			// 
			this.ultraLabel2.Location = new System.Drawing.Point(7, 38);
			this.ultraLabel2.Name = "ultraLabel2";
			this.ultraLabel2.Size = new System.Drawing.Size(85, 16);
			this.ultraLabel2.TabIndex = 37;
			this.ultraLabel2.Text = "Reason";
			// 
			// ultraComboEditor1
			// 
			this.ultraComboEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraComboEditor1.Location = new System.Drawing.Point(96, 34);
			this.ultraComboEditor1.Name = "ultraComboEditor1";
			this.ultraComboEditor1.Size = new System.Drawing.Size(176, 21);
			this.ultraComboEditor1.TabIndex = 38;
			this.ultraComboEditor1.Text = "Reason...";
			// 
			// ultraButton3
			// 
			this.ultraButton3.Location = new System.Drawing.Point(280, 33);
			this.ultraButton3.Name = "ultraButton3";
			this.ultraButton3.Size = new System.Drawing.Size(88, 23);
			this.ultraButton3.TabIndex = 2;
			this.ultraButton3.Text = "Attached I-9...";
			// 
			// I9
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(462, 243);
			this.Controls.Add(this.ultraComboEditor1);
			this.Controls.Add(this.ultraLabel2);
			this.Controls.Add(this.ultraLabel1);
			this.Controls.Add(this.ultraTextEditor1);
			this.Controls.Add(this.ultraCheckEditor1);
			this.Controls.Add(this.ultraDateTimeEditor3);
			this.Controls.Add(this.ultraLabel8);
			this.Controls.Add(this.ultraDateTimeEditor2);
			this.Controls.Add(this.ultraLabel7);
			this.Controls.Add(this.ultraGroupBox1);
			this.Controls.Add(this.ultraButton3);
			this.Name = "I9";
			this.Text = "I9";
			((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
			this.ultraGroupBox1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
			this.ResumeLayout(false);

		}
		#endregion
	}
}

⌨️ 快捷键说明

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