?? recruitment.cs
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Tracker7UI.dialogs
{
/// <summary>
/// Summary description for Recruitment.
/// </summary>
public class Recruitment : System.Windows.Forms.Form
{
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo2;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo5;
private Infragistics.Win.Misc.UltraLabel ultraLabel7;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Tracker7UI.common.UCCountryList ucCountryList1;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.Misc.UltraLabel ultraLabel8;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
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 Recruitment()
{
//
// 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.ultraCombo2 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraLabel2 = 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.ucCountryList1 = new Tracker7UI.common.UCCountryList();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
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.ultraCombo2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// 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(102, 8);
this.ultraCombo2.Name = "ultraCombo2";
this.ultraCombo2.Size = new System.Drawing.Size(145, 21);
this.ultraCombo2.TabIndex = 78;
this.ultraCombo2.Text = "New York Times...";
this.ultraCombo2.ValueMember = "";
//
// ultraLabel2
//
this.ultraLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.ultraLabel2.Location = new System.Drawing.Point(6, 11);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(85, 16);
this.ultraLabel2.TabIndex = 77;
this.ultraLabel2.Text = "Publication";
//
// 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(102, 32);
this.ultraCombo5.Name = "ultraCombo5";
this.ultraCombo5.Size = new System.Drawing.Size(145, 21);
this.ultraCombo5.TabIndex = 80;
this.ultraCombo5.Text = "Select Job or Type...";
this.ultraCombo5.ValueMember = "";
//
// ultraLabel7
//
this.ultraLabel7.Location = new System.Drawing.Point(6, 34);
this.ultraLabel7.Name = "ultraLabel7";
this.ultraLabel7.Size = new System.Drawing.Size(85, 16);
this.ultraLabel7.TabIndex = 79;
this.ultraLabel7.Text = "Job Title";
//
// ultraLabel1
//
this.ultraLabel1.Location = new System.Drawing.Point(6, 58);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(85, 16);
this.ultraLabel1.TabIndex = 81;
this.ultraLabel1.Text = "Country";
//
// ucCountryList1
//
this.ucCountryList1.Location = new System.Drawing.Point(102, 56);
this.ucCountryList1.Name = "ucCountryList1";
this.ucCountryList1.Size = new System.Drawing.Size(145, 24);
this.ucCountryList1.TabIndex = 82;
//
// ultraLabel3
//
this.ultraLabel3.Location = new System.Drawing.Point(6, 83);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(85, 16);
this.ultraLabel3.TabIndex = 83;
this.ultraLabel3.Text = "Location";
//
// ultraTextEditor1
//
this.ultraTextEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor1.Location = new System.Drawing.Point(102, 80);
this.ultraTextEditor1.Name = "ultraTextEditor1";
this.ultraTextEditor1.Size = new System.Drawing.Size(145, 21);
this.ultraTextEditor1.TabIndex = 84;
this.ultraTextEditor1.Text = "Job Location";
//
// ultraDateTimeEditor2
//
this.ultraDateTimeEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraDateTimeEditor2.Location = new System.Drawing.Point(368, 32);
this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
this.ultraDateTimeEditor2.Size = new System.Drawing.Size(88, 21);
this.ultraDateTimeEditor2.TabIndex = 92;
//
// ultraDateTimeEditor1
//
this.ultraDateTimeEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraDateTimeEditor1.Location = new System.Drawing.Point(368, 8);
this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
this.ultraDateTimeEditor1.Size = new System.Drawing.Size(88, 21);
this.ultraDateTimeEditor1.TabIndex = 91;
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(264, 80);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(88, 23);
this.ultraButton1.TabIndex = 90;
this.ultraButton1.Text = "Attachment...";
//
// ultraLabel6
//
this.ultraLabel6.Location = new System.Drawing.Point(264, 34);
this.ultraLabel6.Name = "ultraLabel6";
this.ultraLabel6.Size = new System.Drawing.Size(85, 16);
this.ultraLabel6.TabIndex = 89;
this.ultraLabel6.Text = "Post To";
//
// ultraLabel5
//
this.ultraLabel5.Location = new System.Drawing.Point(264, 11);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(85, 16);
this.ultraLabel5.TabIndex = 88;
this.ultraLabel5.Text = "Post From";
//
// ultraLabel8
//
this.ultraLabel8.Location = new System.Drawing.Point(6, 112);
this.ultraLabel8.Name = "ultraLabel8";
this.ultraLabel8.Size = new System.Drawing.Size(85, 16);
this.ultraLabel8.TabIndex = 94;
this.ultraLabel8.Text = "Comment";
//
// ultraTextEditor3
//
this.ultraTextEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor3.Location = new System.Drawing.Point(102, 112);
this.ultraTextEditor3.Multiline = true;
this.ultraTextEditor3.Name = "ultraTextEditor3";
this.ultraTextEditor3.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.ultraTextEditor3.Size = new System.Drawing.Size(352, 88);
this.ultraTextEditor3.TabIndex = 93;
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultraButton2);
this.ultraGroupBox1.Controls.Add(this.ultraButton3);
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 = 95;
//
// ultraButton2
//
this.ultraButton2.Location = new System.Drawing.Point(312, 8);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.TabIndex = 1;
this.ultraButton2.Text = "&OK";
//
// ultraButton3
//
this.ultraButton3.Location = new System.Drawing.Point(392, 8);
this.ultraButton3.Name = "ultraButton3";
this.ultraButton3.TabIndex = 0;
this.ultraButton3.Text = "&Cancel";
//
// Recruitment
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(462, 243);
this.Controls.Add(this.ultraGroupBox1);
this.Controls.Add(this.ultraLabel8);
this.Controls.Add(this.ultraTextEditor3);
this.Controls.Add(this.ultraDateTimeEditor2);
this.Controls.Add(this.ultraDateTimeEditor1);
this.Controls.Add(this.ultraButton1);
this.Controls.Add(this.ultraLabel6);
this.Controls.Add(this.ultraLabel5);
this.Controls.Add(this.ultraTextEditor1);
this.Controls.Add(this.ultraLabel3);
this.Controls.Add(this.ucCountryList1);
this.Controls.Add(this.ultraLabel1);
this.Controls.Add(this.ultraCombo5);
this.Controls.Add(this.ultraLabel7);
this.Controls.Add(this.ultraCombo2);
this.Controls.Add(this.ultraLabel2);
this.Name = "Recruitment";
this.Text = "Recruitment";
((System.ComponentModel.ISupportInitialize)(this.ultraCombo2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -