📄 job.cs
字号:
this.ultraButton2.TabIndex = 21;
this.ultraButton2.Text = "...";
this.toolTip1.SetToolTip(this.ultraButton2, "hyperlink to List of Job Codes (by country)");
//
// ucCountryList1
//
this.ucCountryList1.Location = new System.Drawing.Point(96, 59);
this.ucCountryList1.Name = "ucCountryList1";
this.ucCountryList1.Size = new System.Drawing.Size(215, 24);
this.ucCountryList1.TabIndex = 22;
//
// ultraLabel2
//
this.ultraLabel2.Location = new System.Drawing.Point(4, 62);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(85, 16);
this.ultraLabel2.TabIndex = 23;
this.ultraLabel2.Text = "Country";
//
// ultraLabel3
//
this.ultraLabel3.Location = new System.Drawing.Point(326, 64);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(85, 16);
this.ultraLabel3.TabIndex = 24;
this.ultraLabel3.Text = "Location";
//
// ultraTextEditor3
//
this.ultraTextEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor3.Location = new System.Drawing.Point(424, 59);
this.ultraTextEditor3.Name = "ultraTextEditor3";
this.ultraTextEditor3.Size = new System.Drawing.Size(215, 21);
this.ultraTextEditor3.TabIndex = 25;
//
// ultraLabel7
//
this.ultraLabel7.Location = new System.Drawing.Point(8, 29);
this.ultraLabel7.Name = "ultraLabel7";
this.ultraLabel7.Size = new System.Drawing.Size(100, 16);
this.ultraLabel7.TabIndex = 30;
this.ultraLabel7.Text = "Degree";
//
// 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(112, 27);
this.ultraCombo1.Name = "ultraCombo1";
this.ultraCombo1.Size = new System.Drawing.Size(184, 21);
this.ultraCombo1.TabIndex = 31;
this.ultraCombo1.Text = "None/Bachelors/Masters...";
this.ultraCombo1.ValueMember = "";
//
// ultraLabel8
//
this.ultraLabel8.Location = new System.Drawing.Point(8, 53);
this.ultraLabel8.Name = "ultraLabel8";
this.ultraLabel8.Size = new System.Drawing.Size(100, 16);
this.ultraLabel8.TabIndex = 32;
this.ultraLabel8.Text = "Major";
//
// ultraTextEditor6
//
this.ultraTextEditor6.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor6.Location = new System.Drawing.Point(112, 51);
this.ultraTextEditor6.Name = "ultraTextEditor6";
this.ultraTextEditor6.Size = new System.Drawing.Size(184, 21);
this.ultraTextEditor6.TabIndex = 33;
//
// ultraLabel9
//
this.ultraLabel9.Location = new System.Drawing.Point(10, 17);
this.ultraLabel9.Name = "ultraLabel9";
this.ultraLabel9.Size = new System.Drawing.Size(86, 16);
this.ultraLabel9.TabIndex = 34;
this.ultraLabel9.Text = "Min Experience";
//
// ultraNumericEditor1
//
this.ultraNumericEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraNumericEditor1.FlatMode = true;
this.ultraNumericEditor1.Location = new System.Drawing.Point(99, 16);
this.ultraNumericEditor1.Name = "ultraNumericEditor1";
this.ultraNumericEditor1.PromptChar = ' ';
this.ultraNumericEditor1.Size = new System.Drawing.Size(56, 19);
this.ultraNumericEditor1.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
this.ultraNumericEditor1.TabIndex = 35;
//
// ultraLabel10
//
this.ultraLabel10.Location = new System.Drawing.Point(158, 18);
this.ultraLabel10.Name = "ultraLabel10";
this.ultraLabel10.Size = new System.Drawing.Size(48, 16);
this.ultraLabel10.TabIndex = 36;
this.ultraLabel10.Text = "Years";
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
this.ultraGroupBox1.Controls.Add(this.ultraCombo1);
this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
this.ultraGroupBox1.Controls.Add(this.ultraTextEditor6);
this.ultraGroupBox1.Location = new System.Drawing.Point(4, 224);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(316, 88);
this.ultraGroupBox1.SupportThemes = false;
this.ultraGroupBox1.TabIndex = 38;
this.ultraGroupBox1.Text = "Education Required";
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.ultraLabel11);
this.ultraGroupBox2.Controls.Add(this.ultraNumericEditor3);
this.ultraGroupBox2.Controls.Add(this.ultraLabel12);
this.ultraGroupBox2.Controls.Add(this.ultraLabel13);
this.ultraGroupBox2.Controls.Add(this.ultraNumericEditor4);
this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
this.ultraGroupBox2.Controls.Add(this.ultraTextEditor7);
this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
this.ultraGroupBox2.Controls.Add(this.ultraNumericEditor2);
this.ultraGroupBox2.Controls.Add(this.ultraLabel10);
this.ultraGroupBox2.Controls.Add(this.ultraLabel9);
this.ultraGroupBox2.Controls.Add(this.ultraNumericEditor1);
this.ultraGroupBox2.Location = new System.Drawing.Point(320, 224);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(320, 88);
this.ultraGroupBox2.SupportThemes = false;
this.ultraGroupBox2.TabIndex = 39;
this.ultraGroupBox2.Text = "Experience Required";
//
// ultraLabel11
//
this.ultraLabel11.Location = new System.Drawing.Point(271, 66);
this.ultraLabel11.Name = "ultraLabel11";
this.ultraLabel11.Size = new System.Drawing.Size(47, 16);
this.ultraLabel11.TabIndex = 45;
this.ultraLabel11.Text = "Months";
//
// ultraNumericEditor3
//
this.ultraNumericEditor3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraNumericEditor3.FlatMode = true;
this.ultraNumericEditor3.Location = new System.Drawing.Point(208, 64);
this.ultraNumericEditor3.Name = "ultraNumericEditor3";
this.ultraNumericEditor3.PromptChar = ' ';
this.ultraNumericEditor3.Size = new System.Drawing.Size(56, 19);
this.ultraNumericEditor3.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
this.ultraNumericEditor3.TabIndex = 44;
//
// ultraLabel12
//
this.ultraLabel12.Location = new System.Drawing.Point(158, 66);
this.ultraLabel12.Name = "ultraLabel12";
this.ultraLabel12.Size = new System.Drawing.Size(48, 16);
this.ultraLabel12.TabIndex = 43;
this.ultraLabel12.Text = "Years";
//
// ultraLabel13
//
this.ultraLabel13.Location = new System.Drawing.Point(10, 66);
this.ultraLabel13.Name = "ultraLabel13";
this.ultraLabel13.Size = new System.Drawing.Size(86, 16);
this.ultraLabel13.TabIndex = 41;
this.ultraLabel13.Text = "Min Experience";
//
// ultraNumericEditor4
//
this.ultraNumericEditor4.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraNumericEditor4.FlatMode = true;
this.ultraNumericEditor4.Location = new System.Drawing.Point(99, 64);
this.ultraNumericEditor4.Name = "ultraNumericEditor4";
this.ultraNumericEditor4.PromptChar = ' ';
this.ultraNumericEditor4.Size = new System.Drawing.Size(56, 19);
this.ultraNumericEditor4.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
this.ultraNumericEditor4.TabIndex = 42;
//
// ultraLabel6
//
this.ultraLabel6.Location = new System.Drawing.Point(10, 43);
this.ultraLabel6.Name = "ultraLabel6";
this.ultraLabel6.Size = new System.Drawing.Size(86, 16);
this.ultraLabel6.TabIndex = 39;
this.ultraLabel6.Text = "Related Job";
//
// ultraTextEditor7
//
this.ultraTextEditor7.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor7.Location = new System.Drawing.Point(99, 40);
this.ultraTextEditor7.Name = "ultraTextEditor7";
this.ultraTextEditor7.Size = new System.Drawing.Size(213, 21);
this.ultraTextEditor7.TabIndex = 40;
//
// ultraLabel5
//
this.ultraLabel5.Location = new System.Drawing.Point(271, 18);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(47, 16);
this.ultraLabel5.TabIndex = 38;
this.ultraLabel5.Text = "Months";
//
// ultraNumericEditor2
//
this.ultraNumericEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraNumericEditor2.FlatMode = true;
this.ultraNumericEditor2.Location = new System.Drawing.Point(208, 16);
this.ultraNumericEditor2.Name = "ultraNumericEditor2";
this.ultraNumericEditor2.PromptChar = ' ';
this.ultraNumericEditor2.Size = new System.Drawing.Size(56, 19);
this.ultraNumericEditor2.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
this.ultraNumericEditor2.TabIndex = 37;
//
// ultraTextEditor8
//
this.ultraTextEditor8.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor8.Location = new System.Drawing.Point(424, 34);
this.ultraTextEditor8.Name = "ultraTextEditor8";
this.ultraTextEditor8.Size = new System.Drawing.Size(215, 21);
this.ultraTextEditor8.TabIndex = 41;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -