📄 proinfo.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Tracker7UI.dialogs
{
/// <summary>
/// Summary description for ProInfo.
/// </summary>
public class ProInfo : System.Windows.Forms.Form
{
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.ImageList imageList1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Tracker7UI.common.UCCountryList ucCountryList1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
private Infragistics.Win.Misc.UltraButton ultraButton3;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo3;
private Infragistics.Win.Misc.UltraLabel ultraLabel18;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor8;
private Infragistics.Win.Misc.UltraLabel ultraLabel14;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.Misc.UltraLabel ultraLabel15;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor9;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.Misc.UltraButton ultraButton5;
private Infragistics.Win.Misc.UltraButton ultraButton6;
private Infragistics.Win.Misc.UltraButton ultraButton7;
private Infragistics.Win.Misc.UltraButton ultraButton8;
private Infragistics.Win.Misc.UltraButton ultraButton9;
private Infragistics.Win.Misc.UltraButton ultraButton10;
private Infragistics.Win.Misc.UltraButton ultraButton11;
private Infragistics.Win.Misc.UltraButton ultraButton12;
private Infragistics.Win.Misc.UltraButton ultraButton13;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
private System.ComponentModel.IContainer components;
public ProInfo()
{
//
// 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.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProInfo));
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Type");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Institute");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Dicipline");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("From");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("To");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Comment");
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Type");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Issued by");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Complete");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("From");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("To");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Comment");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Type");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Issued by");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Complete");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("From");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("To");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Comment");
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ucCountryList1 = new Tracker7UI.common.UCCountryList();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraCombo3 = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor8 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor9 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton5 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton6 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton7 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton8 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton9 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton10 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton11 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton12 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton13 = new Infragistics.Win.Misc.UltraButton();
this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
this.ultraGroupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraCombo3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
this.SuspendLayout();
//
// imageList1
//
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// ultraTextEditor1
//
this.ultraTextEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor1.Location = new System.Drawing.Point(421, 8);
this.ultraTextEditor1.Name = "ultraTextEditor1";
this.ultraTextEditor1.Size = new System.Drawing.Size(215, 21);
this.ultraTextEditor1.TabIndex = 58;
this.ultraTextEditor1.Text = "(If US show State List, other enter text)";
//
// ultraLabel4
//
this.ultraLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.ultraLabel4.Location = new System.Drawing.Point(328, 11);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(85, 16);
this.ultraLabel4.TabIndex = 57;
this.ultraLabel4.Text = "State/Province";
//
// 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(5, 11);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(85, 16);
this.ultraLabel2.TabIndex = 63;
this.ultraLabel2.Text = "Country";
//
// ucCountryList1
//
this.ucCountryList1.Location = new System.Drawing.Point(93, 8);
this.ucCountryList1.Name = "ucCountryList1";
this.ucCountryList1.Size = new System.Drawing.Size(215, 24);
this.ucCountryList1.TabIndex = 62;
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultraButton8);
this.ultraGroupBox1.Controls.Add(this.ultraButton7);
this.ultraGroupBox1.Controls.Add(this.ultraButton6);
this.ultraGroupBox1.Controls.Add(this.ultraButton5);
this.ultraGroupBox1.Controls.Add(this.ultraButton2);
this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 82);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(640, 120);
this.ultraGroupBox1.SupportThemes = false;
this.ultraGroupBox1.TabIndex = 66;
this.ultraGroupBox1.Text = "Experience";
//
// ultraGroupBox4
//
this.ultraGroupBox4.Controls.Add(this.ultraButton3);
this.ultraGroupBox4.Controls.Add(this.ultraButton1);
this.ultraGroupBox4.Location = new System.Drawing.Point(-11, 402);
this.ultraGroupBox4.Name = "ultraGroupBox4";
this.ultraGroupBox4.Size = new System.Drawing.Size(680, 112);
this.ultraGroupBox4.SupportThemes = false;
this.ultraGroupBox4.TabIndex = 81;
//
// ultraButton3
//
this.ultraButton3.Location = new System.Drawing.Point(496, 8);
this.ultraButton3.Name = "ultraButton3";
this.ultraButton3.TabIndex = 1;
this.ultraButton3.Text = "&OK";
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(576, 8);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.TabIndex = 0;
this.ultraButton1.Text = "&Cancel";
//
// ultraCombo3
//
this.ultraCombo3.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
this.ultraCombo3.DisplayMember = "";
this.ultraCombo3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraCombo3.Location = new System.Drawing.Point(93, 32);
this.ultraCombo3.Name = "ultraCombo3";
this.ultraCombo3.Size = new System.Drawing.Size(215, 21);
this.ultraCombo3.TabIndex = 75;
this.ultraCombo3.Text = "Medical Doctor/Registered Nurse/...";
this.ultraCombo3.ValueMember = "";
//
// ultraLabel18
//
this.ultraLabel18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.ultraLabel18.Location = new System.Drawing.Point(5, 36);
this.ultraLabel18.Name = "ultraLabel18";
this.ultraLabel18.Size = new System.Drawing.Size(85, 16);
this.ultraLabel18.TabIndex = 74;
this.ultraLabel18.Text = "Profession";
//
// ultraTextEditor8
//
this.ultraTextEditor8.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
this.ultraTextEditor8.Location = new System.Drawing.Point(93, 56);
this.ultraTextEditor8.Name = "ultraTextEditor8";
this.ultraTextEditor8.Size = new System.Drawing.Size(215, 21);
this.ultraTextEditor8.TabIndex = 69;
//
// ultraLabel14
//
this.ultraLabel14.Location = new System.Drawing.Point(5, 59);
this.ultraLabel14.Name = "ultraLabel14";
this.ultraLabel14.Size = new System.Drawing.Size(85, 16);
this.ultraLabel14.TabIndex = 68;
this.ultraLabel14.Text = "License #";
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.ultraButton9);
this.ultraGroupBox2.Controls.Add(this.ultraButton10);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -