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

📄 posting.cs

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

namespace Tracker7UI.dialogs
{
	/// <summary>
	/// Summary description for Posting.
	/// </summary>
	public class Posting : System.Windows.Forms.Form
	{
		private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo4;
		private Infragistics.Win.Misc.UltraLabel ultraLabel3;
		private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo5;
		private Infragistics.Win.Misc.UltraLabel ultraLabel7;
		private Infragistics.Win.Misc.UltraLabel ultraLabel1;
		private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
		private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo2;
		private Infragistics.Win.Misc.UltraLabel ultraLabel2;
		private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
		private Infragistics.Win.Misc.UltraLabel ultraLabel4;
		private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo3;
		private Infragistics.Win.Misc.UltraLabel ultraLabel5;
		private Infragistics.Win.Misc.UltraLabel ultraLabel6;
		private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
		private Infragistics.Win.Misc.UltraButton ultraButton1;
		private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
		private Infragistics.Win.Misc.UltraLabel ultraLabel8;
		private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
		private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
		private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor3;
		private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
		private Infragistics.Win.Misc.UltraButton ultraButton2;
		private Infragistics.Win.Misc.UltraButton ultraButton3;
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.Container components = null;

		public Posting()
		{
			//
			// 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.ultraCombo4 = new Infragistics.Win.UltraWinGrid.UltraCombo();
			this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraCombo5 = new Infragistics.Win.UltraWinGrid.UltraCombo();
			this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
			this.ultraCombo2 = new Infragistics.Win.UltraWinGrid.UltraCombo();
			this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
			this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraCombo3 = new Infragistics.Win.UltraWinGrid.UltraCombo();
			this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
			this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
			this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
			this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
			this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
			this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
			this.ultraDateTimeEditor3 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
			this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
			this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
			this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
			((System.ComponentModel.ISupportInitialize)(this.ultraCombo4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraCombo5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraCombo2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraCombo3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
			this.ultraGroupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// ultraCombo4
			// 
			this.ultraCombo4.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
			this.ultraCombo4.DisplayMember = "";
			this.ultraCombo4.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraCombo4.Location = new System.Drawing.Point(104, 28);
			this.ultraCombo4.Name = "ultraCombo4";
			this.ultraCombo4.Size = new System.Drawing.Size(145, 21);
			this.ultraCombo4.TabIndex = 63;
			this.ultraCombo4.Text = "H-1B Speciality Workers";
			this.ultraCombo4.ValueMember = "";
			// 
			// ultraLabel3
			// 
			this.ultraLabel3.Location = new System.Drawing.Point(8, 31);
			this.ultraLabel3.Name = "ultraLabel3";
			this.ultraLabel3.Size = new System.Drawing.Size(85, 16);
			this.ultraLabel3.TabIndex = 62;
			this.ultraLabel3.Text = "Case Type";
			// 
			// ultraCombo5
			// 
			this.ultraCombo5.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
			this.ultraCombo5.DisplayMember = "";
			this.ultraCombo5.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraCombo5.Location = new System.Drawing.Point(104, 52);
			this.ultraCombo5.Name = "ultraCombo5";
			this.ultraCombo5.Size = new System.Drawing.Size(145, 21);
			this.ultraCombo5.TabIndex = 72;
			this.ultraCombo5.Text = "Reason...";
			this.ultraCombo5.ValueMember = "";
			// 
			// ultraLabel7
			// 
			this.ultraLabel7.Location = new System.Drawing.Point(8, 55);
			this.ultraLabel7.Name = "ultraLabel7";
			this.ultraLabel7.Size = new System.Drawing.Size(85, 16);
			this.ultraLabel7.TabIndex = 71;
			this.ultraLabel7.Text = "Reason";
			this.ultraLabel7.Click += new System.EventHandler(this.ultraLabel7_Click);
			// 
			// ultraLabel1
			// 
			this.ultraLabel1.Location = new System.Drawing.Point(8, 79);
			this.ultraLabel1.Name = "ultraLabel1";
			this.ultraLabel1.Size = new System.Drawing.Size(85, 16);
			this.ultraLabel1.TabIndex = 73;
			this.ultraLabel1.Text = "Position";
			// 
			// ultraCombo1
			// 
			this.ultraCombo1.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
			this.ultraCombo1.DisplayMember = "";
			this.ultraCombo1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraCombo1.Location = new System.Drawing.Point(104, 76);
			this.ultraCombo1.Name = "ultraCombo1";
			this.ultraCombo1.Size = new System.Drawing.Size(145, 21);
			this.ultraCombo1.TabIndex = 74;
			this.ultraCombo1.Text = "Type or Select...";
			this.ultraCombo1.ValueMember = "";
			// 
			// ultraCombo2
			// 
			this.ultraCombo2.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
			this.ultraCombo2.DisplayMember = "";
			this.ultraCombo2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
			this.ultraCombo2.Location = new System.Drawing.Point(104, 4);
			this.ultraCombo2.Name = "ultraCombo2";
			this.ultraCombo2.Size = new System.Drawing.Size(145, 21);
			this.ultraCombo2.TabIndex = 76;
			this.ultraCombo2.Text = "Select";
			this.ultraCombo2.ValueMember = "";
			// 
			// ultraLabel2
			// 

⌨️ 快捷键说明

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