コード例 #1
0
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportClassV2));
     this.wizard1 = new DevComponents.DotNetBar.Wizard();
     this.wizardPage1 = new DevComponents.DotNetBar.WizardPage();
     this.chkTrim = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.lblReqFields = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.txtFile = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.wizardPage2 = new DevComponents.DotNetBar.WizardPage();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.wizardPage3 = new DevComponents.DotNetBar.WizardPage();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.lblErrCount = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.lblWarningCount = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.progressBarX1 = new DevComponents.DotNetBar.Controls.ProgressBarX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.SelectSourceFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.errorFile = new System.Windows.Forms.ErrorProvider(this.components);
     this.errorKey = new System.Windows.Forms.ErrorProvider(this.components);
     this.wizard1.SuspendLayout();
     this.wizardPage1.SuspendLayout();
     this.wizardPage2.SuspendLayout();
     this.wizardPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorFile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorKey)).BeginInit();
     this.SuspendLayout();
     //
     // wizard1
     //
     this.wizard1.BackButtonText = "上一步";
     this.wizard1.BackColor = System.Drawing.Color.Transparent;
     this.wizard1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("wizard1.BackgroundImage")));
     this.wizard1.ButtonStyle = DevComponents.DotNetBar.eWizardStyle.Office2007;
     this.wizard1.CancelButtonText = "關閉";
     this.wizard1.Cursor = System.Windows.Forms.Cursors.Default;
     this.wizard1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.wizard1.FinishButtonTabIndex = 3;
     this.wizard1.FinishButtonText = "開始匯入";
     this.wizard1.FooterHeight = 33;
     //
     //
     //
     this.wizard1.FooterStyle.BackColor = System.Drawing.Color.Transparent;
     this.wizard1.FooterStyle.Class = "";
     this.wizard1.FooterStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizard1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(57)))), ((int)(((byte)(129)))));
     this.wizard1.HeaderCaptionFont = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.wizard1.HeaderDescriptionFont = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.wizard1.HeaderDescriptionIndent = 16;
     this.wizard1.HeaderImage = ((System.Drawing.Image)(resources.GetObject("wizard1.HeaderImage")));
     //
     //
     //
     this.wizard1.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(215)))), ((int)(((byte)(243)))));
     this.wizard1.HeaderStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(241)))), ((int)(((byte)(254)))));
     this.wizard1.HeaderStyle.BackColorGradientAngle = 90;
     this.wizard1.HeaderStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.wizard1.HeaderStyle.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(157)))), ((int)(((byte)(182)))));
     this.wizard1.HeaderStyle.BorderBottomWidth = 1;
     this.wizard1.HeaderStyle.BorderColor = System.Drawing.SystemColors.Control;
     this.wizard1.HeaderStyle.BorderLeftWidth = 1;
     this.wizard1.HeaderStyle.BorderRightWidth = 1;
     this.wizard1.HeaderStyle.BorderTopWidth = 1;
     this.wizard1.HeaderStyle.Class = "";
     this.wizard1.HeaderStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizard1.HeaderStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.wizard1.HeaderStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.wizard1.HelpButtonVisible = false;
     this.wizard1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.wizard1.Location = new System.Drawing.Point(0, 0);
     this.wizard1.Name = "wizard1";
     this.wizard1.NextButtonText = "下一步";
     this.wizard1.Size = new System.Drawing.Size(464, 323);
     this.wizard1.TabIndex = 0;
     this.wizard1.WizardPages.AddRange(new DevComponents.DotNetBar.WizardPage[] {
     this.wizardPage1,
     this.wizardPage2,
     this.wizardPage3});
     this.wizard1.WizardPageChanged += new DevComponents.DotNetBar.WizardPageChangeEventHandler(this.wizard1_WizardPageChanged);
     //
     // wizardPage1
     //
     this.wizardPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage1.AntiAlias = false;
     this.wizardPage1.BackButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage1.Controls.Add(this.chkTrim);
     this.wizardPage1.Controls.Add(this.linkLabel2);
     this.wizardPage1.Controls.Add(this.lblReqFields);
     this.wizardPage1.Controls.Add(this.labelX1);
     this.wizardPage1.Controls.Add(this.buttonX1);
     this.wizardPage1.Controls.Add(this.txtFile);
     this.wizardPage1.Location = new System.Drawing.Point(7, 72);
     this.wizardPage1.Name = "wizardPage1";
     this.wizardPage1.NextButtonEnabled = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.PageDescription = "選取匯入檔案";
     this.wizardPage1.Size = new System.Drawing.Size(450, 206);
     //
     //
     //
     this.wizardPage1.Style.Class = "";
     this.wizardPage1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage1.StyleMouseDown.Class = "";
     this.wizardPage1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage1.StyleMouseOver.Class = "";
     this.wizardPage1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizardPage1.TabIndex = 7;
     //
     // chkTrim
     //
     this.chkTrim.AutoSize = true;
     //
     //
     //
     this.chkTrim.BackgroundStyle.Class = "";
     this.chkTrim.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkTrim.Checked = true;
     this.chkTrim.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkTrim.CheckValue = "Y";
     this.chkTrim.Location = new System.Drawing.Point(35, 65);
     this.chkTrim.Name = "chkTrim";
     this.chkTrim.Size = new System.Drawing.Size(161, 21);
     this.chkTrim.TabIndex = 4;
     this.chkTrim.Text = "自動過慮頭尾空白字元";
     this.chkTrim.CheckedChanged += new System.EventHandler(this.chkTrim_CheckedChanged);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(357, 65);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(60, 17);
     this.linkLabel2.TabIndex = 3;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "重新整理";
     this.linkLabel2.Visible = false;
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // lblReqFields
     //
     this.lblReqFields.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.lblReqFields.BackgroundStyle.Class = "";
     this.lblReqFields.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblReqFields.Location = new System.Drawing.Point(105, 85);
     this.lblReqFields.Name = "lblReqFields";
     this.lblReqFields.Size = new System.Drawing.Size(312, 121);
     this.lblReqFields.TabIndex = 2;
     this.lblReqFields.TextLineAlignment = System.Drawing.StringAlignment.Near;
     this.lblReqFields.WordWrap = true;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(35, 85);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(74, 21);
     this.labelX1.TabIndex = 2;
     this.labelX1.Text = "必要欄位:";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location = new System.Drawing.Point(394, 36);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(23, 25);
     this.buttonX1.TabIndex = 1;
     this.buttonX1.Text = "‧‧‧";
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // txtFile
     //
     this.txtFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.txtFile.Border.Class = "TextBoxBorder";
     this.txtFile.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtFile.Location = new System.Drawing.Point(35, 36);
     this.txtFile.Name = "txtFile";
     this.txtFile.Size = new System.Drawing.Size(353, 25);
     this.txtFile.TabIndex = 0;
     this.txtFile.TextChanged += new System.EventHandler(this.txtFile_TextChanged);
     //
     // wizardPage2
     //
     this.wizardPage2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage2.AntiAlias = false;
     this.wizardPage2.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage2.Controls.Add(this.checkBox1);
     this.wizardPage2.Controls.Add(this.listView1);
     this.wizardPage2.Location = new System.Drawing.Point(7, 72);
     this.wizardPage2.Name = "wizardPage2";
     this.wizardPage2.PageDescription = "選取匯入欄位";
     this.wizardPage2.Size = new System.Drawing.Size(450, 206);
     //
     //
     //
     this.wizardPage2.Style.Class = "";
     this.wizardPage2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage2.StyleMouseDown.Class = "";
     this.wizardPage2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage2.StyleMouseOver.Class = "";
     this.wizardPage2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizardPage2.TabIndex = 8;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.BackColor = System.Drawing.Color.Transparent;
     this.checkBox1.Location = new System.Drawing.Point(0, -2);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(72, 16);
     this.checkBox1.TabIndex = 1;
     this.checkBox1.Text = "全部選取";
     this.checkBox1.UseVisualStyleBackColor = false;
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView1.CheckBoxes = true;
     this.listView1.Location = new System.Drawing.Point(0, 17);
     this.listView1.Name = "listView1";
     this.listView1.ShowGroups = false;
     this.listView1.Size = new System.Drawing.Size(450, 189);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.List;
     //
     // wizardPage3
     //
     this.wizardPage3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage3.AntiAlias = false;
     this.wizardPage3.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage3.Controls.Add(this.linkLabel3);
     this.wizardPage3.Controls.Add(this.linkLabel1);
     this.wizardPage3.Controls.Add(this.lblErrCount);
     this.wizardPage3.Controls.Add(this.labelX4);
     this.wizardPage3.Controls.Add(this.lblWarningCount);
     this.wizardPage3.Controls.Add(this.labelX3);
     this.wizardPage3.Controls.Add(this.progressBarX1);
     this.wizardPage3.Controls.Add(this.labelX2);
     this.wizardPage3.FinishButtonEnabled = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage3.Location = new System.Drawing.Point(7, 72);
     this.wizardPage3.Name = "wizardPage3";
     this.wizardPage3.NextButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage3.PageDescription = "驗證匯入資料";
     this.wizardPage3.Size = new System.Drawing.Size(450, 206);
     //
     //
     //
     this.wizardPage3.Style.Class = "";
     this.wizardPage3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage3.StyleMouseDown.Class = "";
     this.wizardPage3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage3.StyleMouseOver.Class = "";
     this.wizardPage3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizardPage3.TabIndex = 9;
     this.wizardPage3.AfterPageDisplayed += new DevComponents.DotNetBar.WizardPageChangeEventHandler(this.wizardPage3_AfterPageDisplayed);
     this.wizardPage3.BackButtonClick += new System.ComponentModel.CancelEventHandler(this.wizardPage3_BackButtonClick);
     this.wizardPage3.FinishButtonClick += new System.ComponentModel.CancelEventHandler(this.wizardPage3_FinishButtonClick);
     //
     // linkLabel3
     //
     this.linkLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(353, 187);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(60, 17);
     this.linkLabel3.TabIndex = 4;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "終止驗證";
     this.linkLabel3.Visible = false;
     this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
     //
     // linkLabel1
     //
     this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(314, 187);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(99, 17);
     this.linkLabel1.TabIndex = 3;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "檢視驗證後資料";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // lblErrCount
     //
     this.lblErrCount.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblErrCount.AutoSize = true;
     //
     //
     //
     this.lblErrCount.BackgroundStyle.Class = "";
     this.lblErrCount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblErrCount.Location = new System.Drawing.Point(159, 139);
     this.lblErrCount.Name = "lblErrCount";
     this.lblErrCount.Size = new System.Drawing.Size(15, 21);
     this.lblErrCount.TabIndex = 2;
     this.lblErrCount.Text = "0";
     //
     // labelX4
     //
     this.labelX4.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelX4.AutoSize = true;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(58, 139);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(101, 21);
     this.labelX4.TabIndex = 2;
     this.labelX4.Text = "錯誤資料筆數:";
     //
     // lblWarningCount
     //
     this.lblWarningCount.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblWarningCount.AutoSize = true;
     //
     //
     //
     this.lblWarningCount.BackgroundStyle.Class = "";
     this.lblWarningCount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblWarningCount.Location = new System.Drawing.Point(159, 101);
     this.lblWarningCount.Name = "lblWarningCount";
     this.lblWarningCount.Size = new System.Drawing.Size(15, 21);
     this.lblWarningCount.TabIndex = 2;
     this.lblWarningCount.Text = "0";
     //
     // labelX3
     //
     this.labelX3.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelX3.AutoSize = true;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(58, 101);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(101, 21);
     this.labelX3.TabIndex = 2;
     this.labelX3.Text = "警告資料筆數:";
     //
     // progressBarX1
     //
     this.progressBarX1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.progressBarX1.BackgroundStyle.Class = "";
     this.progressBarX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.progressBarX1.Location = new System.Drawing.Point(118, 30);
     this.progressBarX1.Name = "progressBarX1";
     this.progressBarX1.Size = new System.Drawing.Size(295, 23);
     this.progressBarX1.TabIndex = 1;
     this.progressBarX1.Text = "progressBarX1";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(37, 32);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(74, 21);
     this.labelX2.TabIndex = 0;
     this.labelX2.Text = "資料驗證中";
     //
     // SelectSourceFileDialog
     //
     this.SelectSourceFileDialog.Filter = "Excel 檔案 (*.xls)| *.xls";
     //
     // errorFile
     //
     this.errorFile.BlinkRate = 0;
     this.errorFile.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorFile.ContainerControl = this;
     //
     // errorKey
     //
     this.errorKey.ContainerControl = this;
     //
     // ImportClassV2
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(464, 323);
     this.Controls.Add(this.wizard1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "ImportClassV2";
     this.Text = "";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ImportStudent_FormClosed);
     this.wizard1.ResumeLayout(false);
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage1.PerformLayout();
     this.wizardPage2.ResumeLayout(false);
     this.wizardPage2.PerformLayout();
     this.wizardPage3.ResumeLayout(false);
     this.wizardPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorFile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorKey)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportStudentV2));
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("學生系統編號");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("學號");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("班級");
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("座號");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("科別");
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("姓名");
     this.wizard1 = new DevComponents.DotNetBar.Wizard();
     this.wizardPage1 = new DevComponents.DotNetBar.WizardPage();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.listViewEx1 = new System.Windows.Forms.ListView();
     this.wizard1.SuspendLayout();
     this.wizardPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // wizard1
     //
     this.wizard1.BackColor = System.Drawing.Color.Transparent;
     this.wizard1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("wizard1.BackgroundImage")));
     this.wizard1.ButtonStyle = DevComponents.DotNetBar.eWizardStyle.Office2007;
     this.wizard1.CancelButtonText = "關閉";
     this.wizard1.Cursor = System.Windows.Forms.Cursors.Default;
     this.wizard1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.wizard1.FinishButtonTabIndex = 3;
     this.wizard1.FinishButtonText = "匯出";
     this.wizard1.FooterHeight = 33;
     //
     //
     //
     this.wizard1.FooterStyle.BackColor = System.Drawing.Color.Transparent;
     this.wizard1.FooterStyle.Class = "";
     this.wizard1.FooterStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizard1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(57)))), ((int)(((byte)(129)))));
     this.wizard1.HeaderCaptionFont = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.wizard1.HeaderDescriptionFont = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.wizard1.HeaderDescriptionIndent = 16;
     this.wizard1.HeaderImage = ((System.Drawing.Image)(resources.GetObject("wizard1.HeaderImage")));
     //
     //
     //
     this.wizard1.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(215)))), ((int)(((byte)(243)))));
     this.wizard1.HeaderStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(241)))), ((int)(((byte)(254)))));
     this.wizard1.HeaderStyle.BackColorGradientAngle = 90;
     this.wizard1.HeaderStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.wizard1.HeaderStyle.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(157)))), ((int)(((byte)(182)))));
     this.wizard1.HeaderStyle.BorderBottomWidth = 1;
     this.wizard1.HeaderStyle.BorderColor = System.Drawing.SystemColors.Control;
     this.wizard1.HeaderStyle.BorderLeftWidth = 1;
     this.wizard1.HeaderStyle.BorderRightWidth = 1;
     this.wizard1.HeaderStyle.BorderTopWidth = 1;
     this.wizard1.HeaderStyle.Class = "";
     this.wizard1.HeaderStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizard1.HeaderStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.wizard1.HeaderStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.wizard1.HelpButtonVisible = false;
     this.wizard1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.wizard1.Location = new System.Drawing.Point(0, 0);
     this.wizard1.Name = "wizard1";
     this.wizard1.Size = new System.Drawing.Size(464, 323);
     this.wizard1.TabIndex = 0;
     this.wizard1.WizardPages.AddRange(new DevComponents.DotNetBar.WizardPage[] {
     this.wizardPage1});
     this.wizard1.FinishButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_FinishButtonClick);
     this.wizard1.CancelButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_CancelButtonClick);
     //
     // wizardPage1
     //
     this.wizardPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage1.AntiAlias = false;
     this.wizardPage1.BackButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage1.Controls.Add(this.checkBox1);
     this.wizardPage1.Controls.Add(this.listViewEx1);
     this.wizardPage1.HelpButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.Location = new System.Drawing.Point(7, 72);
     this.wizardPage1.Name = "wizardPage1";
     this.wizardPage1.NextButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.PageDescription = "選擇匯出欄位";
     this.wizardPage1.Size = new System.Drawing.Size(450, 206);
     //
     //
     //
     this.wizardPage1.Style.Class = "";
     this.wizardPage1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage1.StyleMouseDown.Class = "";
     this.wizardPage1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage1.StyleMouseOver.Class = "";
     this.wizardPage1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizardPage1.TabIndex = 7;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(0, 1);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(79, 21);
     this.checkBox1.TabIndex = 2;
     this.checkBox1.Text = "選取全部";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // listViewEx1
     //
     this.listViewEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.listViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listViewEx1.CheckBoxes = true;
     this.listViewEx1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listViewEx1.HideSelection = false;
     listViewItem1.Checked = true;
     listViewItem1.StateImageIndex = 1;
     listViewItem2.Checked = true;
     listViewItem2.StateImageIndex = 1;
     listViewItem3.Checked = true;
     listViewItem3.StateImageIndex = 1;
     listViewItem4.Checked = true;
     listViewItem4.StateImageIndex = 1;
     listViewItem5.Checked = true;
     listViewItem5.StateImageIndex = 1;
     listViewItem6.Checked = true;
     listViewItem6.StateImageIndex = 1;
     this.listViewEx1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2,
     listViewItem3,
     listViewItem4,
     listViewItem5,
     listViewItem6});
     this.listViewEx1.Location = new System.Drawing.Point(0, 27);
     this.listViewEx1.Name = "listViewEx1";
     this.listViewEx1.ShowGroups = false;
     this.listViewEx1.Size = new System.Drawing.Size(450, 179);
     this.listViewEx1.TabIndex = 1;
     this.listViewEx1.UseCompatibleStateImageBehavior = false;
     this.listViewEx1.View = System.Windows.Forms.View.List;
     this.listViewEx1.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewEx1_ItemChecked);
     //
     // ExportStudentV2
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(464, 323);
     this.Controls.Add(this.wizard1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "ExportStudentV2";
     this.wizard1.ResumeLayout(false);
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.wizard1 = new DevComponents.DotNetBar.Wizard();
     this.wizardPage1 = new DevComponents.DotNetBar.WizardPage();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.wizardPage2 = new DevComponents.DotNetBar.WizardPage();
     this.labelDBConTip = new System.Windows.Forms.Label();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.textBoxXPwd = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxDBUser = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.ipAddressInput1 = new DevComponents.Editors.IpAddressInput();
     this.wizardPage3 = new DevComponents.DotNetBar.WizardPage();
     this.labelWarehouseSetInfo = new System.Windows.Forms.Label();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.integerInputColumns = new DevComponents.Editors.IntegerInput();
     this.integerInputChannels = new DevComponents.Editors.IntegerInput();
     this.integerInputLayer = new DevComponents.Editors.IntegerInput();
     this.progressBarXHouseInit = new DevComponents.DotNetBar.Controls.ProgressBarX();
     this.wizard1.SuspendLayout();
     this.wizardPage1.SuspendLayout();
     this.wizardPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ipAddressInput1)).BeginInit();
     this.wizardPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputColumns)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputChannels)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputLayer)).BeginInit();
     this.SuspendLayout();
     //
     // wizard1
     //
     this.wizard1.BackButtonText = "< 上一步";
     this.wizard1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(229)))), ((int)(((byte)(253)))));
     this.wizard1.ButtonStyle = DevComponents.DotNetBar.eWizardStyle.Office2007;
     this.wizard1.CancelButtonText = "取消";
     this.wizard1.Cursor = System.Windows.Forms.Cursors.Default;
     this.wizard1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.wizard1.FinishButtonTabIndex = 3;
     this.wizard1.FinishButtonText = "确定";
     //
     //
     //
     this.wizard1.FooterStyle.BackColor = System.Drawing.Color.Transparent;
     this.wizard1.FooterStyle.Class = "";
     this.wizard1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(57)))), ((int)(((byte)(129)))));
     this.wizard1.HeaderCaptionFont = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold);
     this.wizard1.HeaderDescriptionIndent = 62;
     this.wizard1.HeaderDescriptionVisible = false;
     this.wizard1.HeaderHeight = 90;
     this.wizard1.HeaderImageAlignment = DevComponents.DotNetBar.eWizardTitleImageAlignment.Left;
     //
     //
     //
     this.wizard1.HeaderStyle.BackColor = System.Drawing.Color.Transparent;
     this.wizard1.HeaderStyle.BackColorGradientAngle = 90;
     this.wizard1.HeaderStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.wizard1.HeaderStyle.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(157)))), ((int)(((byte)(182)))));
     this.wizard1.HeaderStyle.BorderBottomWidth = 1;
     this.wizard1.HeaderStyle.BorderColor = System.Drawing.SystemColors.Control;
     this.wizard1.HeaderStyle.BorderLeftWidth = 1;
     this.wizard1.HeaderStyle.BorderRightWidth = 1;
     this.wizard1.HeaderStyle.BorderTopWidth = 1;
     this.wizard1.HeaderStyle.Class = "";
     this.wizard1.HeaderStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.wizard1.HeaderStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.wizard1.HeaderTitleIndent = 62;
     this.wizard1.HelpButtonVisible = false;
     this.wizard1.Location = new System.Drawing.Point(0, 0);
     this.wizard1.Name = "wizard1";
     this.wizard1.NextButtonText = "下一步 >";
     this.wizard1.Size = new System.Drawing.Size(894, 473);
     this.wizard1.TabIndex = 1;
     this.wizard1.WizardPages.AddRange(new DevComponents.DotNetBar.WizardPage[] {
     this.wizardPage1,
     this.wizardPage2,
     this.wizardPage3});
     this.wizard1.NextButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_NextButtonClick);
     this.wizard1.FinishButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_FinishButtonClick);
     this.wizard1.CancelButtonClick += new System.ComponentModel.CancelEventHandler(this.wizard1_CancelButtonClick);
     this.wizard1.WizardPageChanging += new DevComponents.DotNetBar.WizardCancelPageChangeEventHandler(this.wizard1_WizardPageChanging);
     //
     // wizardPage1
     //
     this.wizardPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage1.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage1.Controls.Add(this.label1);
     this.wizardPage1.Controls.Add(this.label2);
     this.wizardPage1.Controls.Add(this.label3);
     this.wizardPage1.Location = new System.Drawing.Point(7, 102);
     this.wizardPage1.Name = "wizardPage1";
     this.wizardPage1.PageDescription = "欢迎页面";
     this.wizardPage1.Size = new System.Drawing.Size(880, 313);
     //
     //
     //
     this.wizardPage1.Style.Class = "";
     //
     //
     //
     this.wizardPage1.StyleMouseDown.Class = "";
     //
     //
     //
     this.wizardPage1.StyleMouseOver.Class = "";
     this.wizardPage1.TabIndex = 7;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(206, 21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(572, 66);
     this.label1.TabIndex = 0;
     this.label1.Text = "欢迎使用XXX系统,在第一次使用之前需要完成下面的初始化!";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location = new System.Drawing.Point(210, 100);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(655, 181);
     this.label2.TabIndex = 1;
     this.label2.Text = "通过此向导,您将完成:\r\n\r\n1数据库服务器验证信息初始化\r\n\r\n2仓位设置初始化";
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location = new System.Drawing.Point(210, 290);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(120, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "继续,请按下一步";
     //
     // wizardPage2
     //
     this.wizardPage2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage2.AntiAlias = false;
     this.wizardPage2.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.wizardPage2.Controls.Add(this.labelDBConTip);
     this.wizardPage2.Controls.Add(this.labelX6);
     this.wizardPage2.Controls.Add(this.labelX2);
     this.wizardPage2.Controls.Add(this.labelX1);
     this.wizardPage2.Controls.Add(this.textBoxXPwd);
     this.wizardPage2.Controls.Add(this.textBoxDBUser);
     this.wizardPage2.Controls.Add(this.ipAddressInput1);
     this.wizardPage2.Location = new System.Drawing.Point(7, 102);
     this.wizardPage2.Name = "wizardPage2";
     this.wizardPage2.PageDescription = "数据库身份信息验证";
     this.wizardPage2.PageTitle = "数据库验证信息设置";
     this.wizardPage2.Size = new System.Drawing.Size(880, 313);
     //
     //
     //
     this.wizardPage2.Style.Class = "";
     //
     //
     //
     this.wizardPage2.StyleMouseDown.Class = "";
     //
     //
     //
     this.wizardPage2.StyleMouseOver.Class = "";
     this.wizardPage2.TabIndex = 8;
     //
     // labelDBConTip
     //
     this.labelDBConTip.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.labelDBConTip.BackColor = System.Drawing.Color.Transparent;
     this.labelDBConTip.Location = new System.Drawing.Point(155, 132);
     this.labelDBConTip.Name = "labelDBConTip";
     this.labelDBConTip.Size = new System.Drawing.Size(655, 155);
     this.labelDBConTip.TabIndex = 9;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.Location = new System.Drawing.Point(156, 92);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(121, 23);
     this.labelX6.TabIndex = 7;
     this.labelX6.Text = "库登密码";
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.Location = new System.Drawing.Point(157, 61);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(121, 23);
     this.labelX2.TabIndex = 7;
     this.labelX2.Text = "登录名";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.Location = new System.Drawing.Point(157, 24);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(121, 23);
     this.labelX1.TabIndex = 8;
     this.labelX1.Text = "数据库服务器IP地址";
     //
     // textBoxXPwd
     //
     //
     //
     //
     this.textBoxXPwd.Border.Class = "TextBoxBorder";
     this.textBoxXPwd.Location = new System.Drawing.Point(283, 92);
     this.textBoxXPwd.Name = "textBoxXPwd";
     this.textBoxXPwd.Size = new System.Drawing.Size(177, 21);
     this.textBoxXPwd.TabIndex = 6;
     this.textBoxXPwd.UseSystemPasswordChar = true;
     this.textBoxXPwd.Enter += new System.EventHandler(this.wizardPage2_dbSetInput);
     //
     // textBoxDBUser
     //
     //
     //
     //
     this.textBoxDBUser.Border.Class = "TextBoxBorder";
     this.textBoxDBUser.Location = new System.Drawing.Point(283, 58);
     this.textBoxDBUser.Name = "textBoxDBUser";
     this.textBoxDBUser.Size = new System.Drawing.Size(177, 21);
     this.textBoxDBUser.TabIndex = 6;
     this.textBoxDBUser.Text = "sa";
     this.textBoxDBUser.Enter += new System.EventHandler(this.wizardPage2_dbSetInput);
     //
     // ipAddressInput1
     //
     this.ipAddressInput1.AutoOverwrite = true;
     //
     //
     //
     this.ipAddressInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.ipAddressInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.ipAddressInput1.ButtonFreeText.Visible = true;
     this.ipAddressInput1.Location = new System.Drawing.Point(284, 23);
     this.ipAddressInput1.Name = "ipAddressInput1";
     this.ipAddressInput1.Size = new System.Drawing.Size(176, 21);
     this.ipAddressInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ipAddressInput1.TabIndex = 5;
     this.ipAddressInput1.Value = "127.0.0.1";
     this.ipAddressInput1.Enter += new System.EventHandler(this.wizardPage2_dbSetInput);
     //
     // wizardPage3
     //
     this.wizardPage3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage3.AntiAlias = false;
     this.wizardPage3.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage3.Controls.Add(this.progressBarXHouseInit);
     this.wizardPage3.Controls.Add(this.labelWarehouseSetInfo);
     this.wizardPage3.Controls.Add(this.labelX5);
     this.wizardPage3.Controls.Add(this.labelX4);
     this.wizardPage3.Controls.Add(this.labelX3);
     this.wizardPage3.Controls.Add(this.integerInputColumns);
     this.wizardPage3.Controls.Add(this.integerInputChannels);
     this.wizardPage3.Controls.Add(this.integerInputLayer);
     this.wizardPage3.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.wizardPage3.Location = new System.Drawing.Point(7, 102);
     this.wizardPage3.Name = "wizardPage3";
     this.wizardPage3.PageDescription = "货架信息设置 ";
     this.wizardPage3.PageTitle = "货架信息设置 ";
     this.wizardPage3.Size = new System.Drawing.Size(880, 313);
     //
     //
     //
     this.wizardPage3.Style.Class = "";
     //
     //
     //
     this.wizardPage3.StyleMouseDown.Class = "";
     //
     //
     //
     this.wizardPage3.StyleMouseOver.Class = "";
     this.wizardPage3.TabIndex = 9;
     //
     // labelWarehouseSetInfo
     //
     this.labelWarehouseSetInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.labelWarehouseSetInfo.BackColor = System.Drawing.Color.Transparent;
     this.labelWarehouseSetInfo.Location = new System.Drawing.Point(105, 218);
     this.labelWarehouseSetInfo.Name = "labelWarehouseSetInfo";
     this.labelWarehouseSetInfo.Size = new System.Drawing.Size(532, 88);
     this.labelWarehouseSetInfo.TabIndex = 10;
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.Location = new System.Drawing.Point(224, 99);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(42, 23);
     this.labelX5.TabIndex = 8;
     this.labelX5.Text = "列数";
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.Location = new System.Drawing.Point(224, 65);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(42, 23);
     this.labelX4.TabIndex = 8;
     this.labelX4.Text = "巷道数";
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.Location = new System.Drawing.Point(224, 26);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(42, 23);
     this.labelX3.TabIndex = 8;
     this.labelX3.Text = "层数";
     //
     // integerInputColumns
     //
     //
     //
     //
     this.integerInputColumns.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInputColumns.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInputColumns.Location = new System.Drawing.Point(274, 99);
     this.integerInputColumns.Name = "integerInputColumns";
     this.integerInputColumns.ShowUpDown = true;
     this.integerInputColumns.Size = new System.Drawing.Size(96, 21);
     this.integerInputColumns.TabIndex = 0;
     this.integerInputColumns.Value = 50;
     //
     // integerInputChannels
     //
     //
     //
     //
     this.integerInputChannels.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInputChannels.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInputChannels.Location = new System.Drawing.Point(274, 62);
     this.integerInputChannels.Name = "integerInputChannels";
     this.integerInputChannels.ShowUpDown = true;
     this.integerInputChannels.Size = new System.Drawing.Size(96, 21);
     this.integerInputChannels.TabIndex = 0;
     this.integerInputChannels.Value = 2;
     //
     // integerInputLayer
     //
     //
     //
     //
     this.integerInputLayer.BackgroundStyle.Class = "DateTimeInputBackground";
     this.integerInputLayer.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInputLayer.Location = new System.Drawing.Point(274, 23);
     this.integerInputLayer.Name = "integerInputLayer";
     this.integerInputLayer.ShowUpDown = true;
     this.integerInputLayer.Size = new System.Drawing.Size(96, 21);
     this.integerInputLayer.TabIndex = 0;
     this.integerInputLayer.Value = 4;
     //
     // progressBarXHouseInit
     //
     //
     //
     //
     this.progressBarXHouseInit.BackgroundStyle.Class = "";
     this.progressBarXHouseInit.Location = new System.Drawing.Point(138, 176);
     this.progressBarXHouseInit.Name = "progressBarXHouseInit";
     this.progressBarXHouseInit.Size = new System.Drawing.Size(467, 23);
     this.progressBarXHouseInit.TabIndex = 11;
     this.progressBarXHouseInit.Text = "progressBarX1";
     this.progressBarXHouseInit.Visible = false;
     //
     // wizardForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(894, 473);
     this.Controls.Add(this.wizard1);
     this.Name = "wizardForm";
     this.Text = "系统初始化配置";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.wizard1.ResumeLayout(false);
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ipAddressInput1)).EndInit();
     this.wizardPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.integerInputColumns)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputChannels)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInputLayer)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #4
0
ファイル: Form1.cs プロジェクト: xy19xiaoyu/DotNetBar2Demos
 /// <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(Form1));
     this.Wizard1                    = new DevComponents.DotNetBar.Wizard();
     this.WizardWelcomePage          = new DevComponents.DotNetBar.WizardPage();
     this.Label1                     = new System.Windows.Forms.Label();
     this.Label2                     = new System.Windows.Forms.Label();
     this.Label3                     = new System.Windows.Forms.Label();
     this.WizardProcessingPage       = new DevComponents.DotNetBar.WizardPage();
     this.Label4                     = new System.Windows.Forms.Label();
     this.ProgressBar1               = new System.Windows.Forms.ProgressBar();
     this.WizardExePathChoicePage    = new DevComponents.DotNetBar.WizardPage();
     this.optionExecutionPath2       = new System.Windows.Forms.RadioButton();
     this.optionExecutionPath1       = new System.Windows.Forms.RadioButton();
     this.Label5                     = new System.Windows.Forms.Label();
     this.WizardFinish1Page          = new DevComponents.DotNetBar.WizardPage();
     this.Label7                     = new System.Windows.Forms.Label();
     this.Label6                     = new System.Windows.Forms.Label();
     this.WizardSimpleValidationPage = new DevComponents.DotNetBar.WizardPage();
     this.CheckPageSwitch            = new System.Windows.Forms.CheckBox();
     this.WizardPage2                = new DevComponents.DotNetBar.WizardPage();
     this.Label8                     = new System.Windows.Forms.Label();
     this.Label9                     = new System.Windows.Forms.Label();
     this.Timer1                     = new System.Windows.Forms.Timer(this.components);
     this.Wizard1.SuspendLayout();
     this.WizardWelcomePage.SuspendLayout();
     this.WizardProcessingPage.SuspendLayout();
     this.WizardExePathChoicePage.SuspendLayout();
     this.WizardFinish1Page.SuspendLayout();
     this.WizardSimpleValidationPage.SuspendLayout();
     this.WizardPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // Wizard1
     //
     this.Wizard1.BackColor            = System.Drawing.Color.FromArgb(((System.Byte)(205)), ((System.Byte)(229)), ((System.Byte)(253)));
     this.Wizard1.BackgroundImage      = ((System.Drawing.Bitmap)(resources.GetObject("Wizard1.BackgroundImage")));
     this.Wizard1.ButtonStyle          = DevComponents.DotNetBar.eWizardStyle.Office2007;
     this.Wizard1.Cursor               = System.Windows.Forms.Cursors.Default;
     this.Wizard1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.Wizard1.FinishButtonTabIndex = 3;
     this.Wizard1.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     //
     // Wizard1.FooterStyle
     //
     this.Wizard1.FooterStyle.BackColor = System.Drawing.Color.Transparent;
     this.Wizard1.ForeColor             = System.Drawing.Color.FromArgb(((System.Byte)(15)), ((System.Byte)(57)), ((System.Byte)(129)));
     this.Wizard1.HeaderImageSize       = new System.Drawing.Size(48, 48);
     //
     // Wizard1.HeaderStyle
     //
     this.Wizard1.HeaderStyle.BackColor              = System.Drawing.Color.FromArgb(((System.Byte)(191)), ((System.Byte)(215)), ((System.Byte)(243)));
     this.Wizard1.HeaderStyle.BackColor2             = System.Drawing.Color.FromArgb(((System.Byte)(219)), ((System.Byte)(241)), ((System.Byte)(254)));
     this.Wizard1.HeaderStyle.BackColorGradientAngle = 90;
     this.Wizard1.HeaderStyle.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.Wizard1.HeaderStyle.BorderBottomColor      = System.Drawing.Color.FromArgb(((System.Byte)(121)), ((System.Byte)(157)), ((System.Byte)(182)));
     this.Wizard1.HeaderStyle.BorderBottomWidth      = 1;
     this.Wizard1.Name     = "Wizard1";
     this.Wizard1.Size     = new System.Drawing.Size(534, 366);
     this.Wizard1.TabIndex = 1;
     this.Wizard1.WizardPages.AddRange(new DevComponents.DotNetBar.WizardPage[] {
         this.WizardWelcomePage,
         this.WizardProcessingPage,
         this.WizardExePathChoicePage,
         this.WizardFinish1Page,
         this.WizardSimpleValidationPage,
         this.WizardPage2
     });
     this.Wizard1.CancelButtonClick  += new System.ComponentModel.CancelEventHandler(this.Wizard1_CancelButtonClick);
     this.Wizard1.FinishButtonClick  += new System.ComponentModel.CancelEventHandler(this.Wizard1_FinishButtonClick);
     this.Wizard1.WizardPageChanging += new DevComponents.DotNetBar.WizardCancelPageChangeEventHandler(this.Wizard1_WizardPageChanging);
     //
     // WizardWelcomePage
     //
     this.WizardWelcomePage.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                       | System.Windows.Forms.AnchorStyles.Left)
                                      | System.Windows.Forms.AnchorStyles.Right);
     this.WizardWelcomePage.AntiAlias = false;
     this.WizardWelcomePage.BackColor = System.Drawing.Color.Transparent;
     this.WizardWelcomePage.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.Label1,
         this.Label2,
         this.Label3
     });
     this.WizardWelcomePage.InteriorPage = false;
     this.WizardWelcomePage.Name         = "WizardWelcomePage";
     this.WizardWelcomePage.Size         = new System.Drawing.Size(534, 320);
     this.WizardWelcomePage.TabIndex     = 7;
     //
     // Label1
     //
     this.Label1.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     this.Label1.BackColor = System.Drawing.Color.Transparent;
     this.Label1.Font      = new System.Drawing.Font("Tahoma", 16F);
     this.Label1.Location  = new System.Drawing.Point(210, 18);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(310, 66);
     this.Label1.TabIndex  = 0;
     this.Label1.Text      = "Welcome to the Wizard Control Sample Project";
     //
     // Label2
     //
     this.Label2.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                            | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     this.Label2.BackColor = System.Drawing.Color.Transparent;
     this.Label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label2.Location  = new System.Drawing.Point(210, 100);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(309, 188);
     this.Label2.TabIndex  = 1;
     this.Label2.Text      = "This Welcome page was created automatically using Create Welcome Page command in " +
                             "design-time from Wizard control context menu or designer verbs. You can customiz" +
                             "e its appearance using the Style property on the WizardPage object.";
     //
     // Label3
     //
     this.Label3.Anchor    = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.Label3.BackColor = System.Drawing.Color.Transparent;
     this.Label3.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label3.Location  = new System.Drawing.Point(210, 297);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(120, 13);
     this.Label3.TabIndex  = 2;
     this.Label3.Text      = "To continue, click Next.";
     //
     // WizardProcessingPage
     //
     this.WizardProcessingPage.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                          | System.Windows.Forms.AnchorStyles.Left)
                                         | System.Windows.Forms.AnchorStyles.Right);
     this.WizardProcessingPage.AntiAlias           = false;
     this.WizardProcessingPage.BackButtonEnabled   = DevComponents.DotNetBar.eWizardButtonState.False;
     this.WizardProcessingPage.BackColor           = System.Drawing.Color.Transparent;
     this.WizardProcessingPage.CancelButtonEnabled = DevComponents.DotNetBar.eWizardButtonState.False;
     this.WizardProcessingPage.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.Label4,
         this.ProgressBar1
     });
     this.WizardProcessingPage.Location          = new System.Drawing.Point(7, 72);
     this.WizardProcessingPage.Name              = "WizardProcessingPage";
     this.WizardProcessingPage.NextButtonEnabled = DevComponents.DotNetBar.eWizardButtonState.False;
     this.WizardProcessingPage.PageDescription   = "This page does some processing first and displays progress bar while it is doing " +
                                                   "the work";
     this.WizardProcessingPage.PageTitle           = "Processing Wizard Page ";
     this.WizardProcessingPage.Size                = new System.Drawing.Size(520, 236);
     this.WizardProcessingPage.TabIndex            = 8;
     this.WizardProcessingPage.AfterPageDisplayed += new DevComponents.DotNetBar.WizardPageChangeEventHandler(this.WizardProcessingPage_AfterPageDisplayed);
     //
     // Label4
     //
     this.Label4.Location  = new System.Drawing.Point(64, 127);
     this.Label4.Name      = "Label4";
     this.Label4.Size      = new System.Drawing.Size(384, 16);
     this.Label4.TabIndex  = 1;
     this.Label4.Text      = "Please wait...";
     this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ProgressBar1
     //
     this.ProgressBar1.Location = new System.Drawing.Point(64, 95);
     this.ProgressBar1.Name     = "ProgressBar1";
     this.ProgressBar1.Size     = new System.Drawing.Size(392, 24);
     this.ProgressBar1.TabIndex = 0;
     //
     // WizardExePathChoicePage
     //
     this.WizardExePathChoicePage.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                             | System.Windows.Forms.AnchorStyles.Left)
                                            | System.Windows.Forms.AnchorStyles.Right);
     this.WizardExePathChoicePage.AntiAlias = false;
     this.WizardExePathChoicePage.BackColor = System.Drawing.Color.Transparent;
     this.WizardExePathChoicePage.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.optionExecutionPath2,
         this.optionExecutionPath1,
         this.Label5
     });
     this.WizardExePathChoicePage.Location        = new System.Drawing.Point(7, 72);
     this.WizardExePathChoicePage.Name            = "WizardExePathChoicePage";
     this.WizardExePathChoicePage.PageDescription = "Setup custom execution path for the Wizard";
     this.WizardExePathChoicePage.PageTitle       = "Custom Execution Path";
     this.WizardExePathChoicePage.Size            = new System.Drawing.Size(520, 236);
     this.WizardExePathChoicePage.TabIndex        = 9;
     //
     // optionExecutionPath2
     //
     this.optionExecutionPath2.Location = new System.Drawing.Point(56, 107);
     this.optionExecutionPath2.Name     = "optionExecutionPath2";
     this.optionExecutionPath2.Size     = new System.Drawing.Size(400, 24);
     this.optionExecutionPath2.TabIndex = 2;
     this.optionExecutionPath2.Text     = "Execution Path 2, has one more step and different finish page";
     //
     // optionExecutionPath1
     //
     this.optionExecutionPath1.Checked  = true;
     this.optionExecutionPath1.Location = new System.Drawing.Point(56, 72);
     this.optionExecutionPath1.Name     = "optionExecutionPath1";
     this.optionExecutionPath1.Size     = new System.Drawing.Size(408, 24);
     this.optionExecutionPath1.TabIndex = 1;
     this.optionExecutionPath1.TabStop  = true;
     this.optionExecutionPath1.Text     = "Execution Path 1, ends up with the finish page after you click Next";
     //
     // Label5
     //
     this.Label5.Location = new System.Drawing.Point(32, 32);
     this.Label5.Name     = "Label5";
     this.Label5.Size     = new System.Drawing.Size(456, 32);
     this.Label5.TabIndex = 0;
     this.Label5.Text     = "You can have multiple wizard execution paths by manually switching page in Wizard" +
                            "PageChanging event";
     //
     // WizardFinish1Page
     //
     this.WizardFinish1Page.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                       | System.Windows.Forms.AnchorStyles.Left)
                                      | System.Windows.Forms.AnchorStyles.Right);
     this.WizardFinish1Page.AntiAlias = false;
     this.WizardFinish1Page.BackColor = System.Drawing.Color.Transparent;
     this.WizardFinish1Page.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.Label7,
         this.Label6
     });
     this.WizardFinish1Page.FinishButtonEnabled = DevComponents.DotNetBar.eWizardButtonState.True;
     this.WizardFinish1Page.InteriorPage        = false;
     this.WizardFinish1Page.Name     = "WizardFinish1Page";
     this.WizardFinish1Page.Size     = new System.Drawing.Size(534, 320);
     this.WizardFinish1Page.TabIndex = 10;
     //
     // Label7
     //
     this.Label7.Anchor    = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.Label7.BackColor = System.Drawing.Color.Transparent;
     this.Label7.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label7.Location  = new System.Drawing.Point(216, 294);
     this.Label7.Name      = "Label7";
     this.Label7.Size      = new System.Drawing.Size(152, 13);
     this.Label7.TabIndex  = 3;
     this.Label7.Text      = "To close Wizard, click Finish.";
     //
     // Label6
     //
     this.Label6.BackColor = System.Drawing.Color.Transparent;
     this.Label6.Font      = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label6.Location  = new System.Drawing.Point(16, 24);
     this.Label6.Name      = "Label6";
     this.Label6.Size      = new System.Drawing.Size(504, 32);
     this.Label6.TabIndex  = 0;
     this.Label6.Text      = "This is Wizard Finish Page, execution Path #1";
     //
     // WizardSimpleValidationPage
     //
     this.WizardSimpleValidationPage.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                | System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right);
     this.WizardSimpleValidationPage.AntiAlias = false;
     this.WizardSimpleValidationPage.BackColor = System.Drawing.Color.Transparent;
     this.WizardSimpleValidationPage.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.CheckPageSwitch
     });
     this.WizardSimpleValidationPage.Location          = new System.Drawing.Point(7, 72);
     this.WizardSimpleValidationPage.Name              = "WizardSimpleValidationPage";
     this.WizardSimpleValidationPage.NextButtonEnabled = DevComponents.DotNetBar.eWizardButtonState.False;
     this.WizardSimpleValidationPage.PageDescription   = "Using just one line of code the execution path of Wizard can be changed and multi" +
                                                         "ple paths created";
     this.WizardSimpleValidationPage.PageTitle = "Execution Path #2";
     this.WizardSimpleValidationPage.Size      = new System.Drawing.Size(520, 236);
     this.WizardSimpleValidationPage.TabIndex  = 11;
     //
     // CheckPageSwitch
     //
     this.CheckPageSwitch.Location        = new System.Drawing.Point(56, 96);
     this.CheckPageSwitch.Name            = "CheckPageSwitch";
     this.CheckPageSwitch.Size            = new System.Drawing.Size(408, 16);
     this.CheckPageSwitch.TabIndex        = 0;
     this.CheckPageSwitch.Text            = "Click this check box to enable switching to next page";
     this.CheckPageSwitch.CheckedChanged += new System.EventHandler(this.CheckPageSwitch_CheckedChanged);
     //
     // WizardPage2
     //
     this.WizardPage2.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                 | System.Windows.Forms.AnchorStyles.Left)
                                | System.Windows.Forms.AnchorStyles.Right);
     this.WizardPage2.AntiAlias = false;
     this.WizardPage2.BackColor = System.Drawing.Color.Transparent;
     this.WizardPage2.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.Label8,
         this.Label9
     });
     this.WizardPage2.InteriorPage = false;
     this.WizardPage2.Name         = "WizardPage2";
     this.WizardPage2.Size         = new System.Drawing.Size(534, 320);
     this.WizardPage2.TabIndex     = 12;
     //
     // Label8
     //
     this.Label8.Anchor    = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.Label8.BackColor = System.Drawing.Color.Transparent;
     this.Label8.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label8.Location  = new System.Drawing.Point(216, 289);
     this.Label8.Name      = "Label8";
     this.Label8.Size      = new System.Drawing.Size(216, 13);
     this.Label8.TabIndex  = 5;
     this.Label8.Text      = "To close Wizard, click Finish.";
     //
     // Label9
     //
     this.Label9.BackColor = System.Drawing.Color.Transparent;
     this.Label9.Font      = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label9.Location  = new System.Drawing.Point(16, 19);
     this.Label9.Name      = "Label9";
     this.Label9.Size      = new System.Drawing.Size(504, 32);
     this.Label9.TabIndex  = 4;
     this.Label9.Text      = "This is Wizard Finish Page, execution Path #2";
     //
     // Timer1
     //
     this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(194)), ((System.Byte)(217)), ((System.Byte)(247)));
     this.ClientSize        = new System.Drawing.Size(534, 366);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.Wizard1
     });
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "Form1";
     this.Text        = "Sample Wizard";
     this.Wizard1.ResumeLayout(false);
     this.WizardWelcomePage.ResumeLayout(false);
     this.WizardProcessingPage.ResumeLayout(false);
     this.WizardExePathChoicePage.ResumeLayout(false);
     this.WizardFinish1Page.ResumeLayout(false);
     this.WizardSimpleValidationPage.ResumeLayout(false);
     this.WizardPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.office2007StyleWizard1 = new SmartSchool.Common.Office2007StyleWizard();
     this.wizardPage1 = new DevComponents.DotNetBar.WizardPage();
     this.office2007StyleRadioButton5 = new SmartSchool.Common.Office2007StyleRadioButton();
     this.office2007StyleRadioButton4 = new SmartSchool.Common.Office2007StyleRadioButton();
     this.office2007StyleRadioButton3 = new SmartSchool.Common.Office2007StyleRadioButton();
     this.office2007StyleRadioButton2 = new SmartSchool.Common.Office2007StyleRadioButton();
     this.office2007StyleRadioButton1 = new SmartSchool.Common.Office2007StyleRadioButton();
     this.wizardPage2 = new DevComponents.DotNetBar.WizardPage();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.wizardPage3 = new DevComponents.DotNetBar.WizardPage();
     this.updateRecordInfo1 = new UpdateRecordModule_SH_D.Wizards.UpdateRecordInfo();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.office2007StyleWizard1.SuspendLayout();
     this.wizardPage1.SuspendLayout();
     this.wizardPage2.SuspendLayout();
     this.wizardPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // office2007StyleWizard1
     //
     this.office2007StyleWizard1.BackButtonText = "< 上一步";
     this.office2007StyleWizard1.BackColor = System.Drawing.Color.Transparent;
     this.office2007StyleWizard1.ButtonStyle = DevComponents.DotNetBar.eWizardStyle.Office2007;
     this.office2007StyleWizard1.CancelButtonText = "取消";
     this.office2007StyleWizard1.Cursor = System.Windows.Forms.Cursors.Default;
     this.office2007StyleWizard1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.office2007StyleWizard1.FinishButtonTabIndex = 3;
     this.office2007StyleWizard1.FinishButtonText = "完成";
     this.office2007StyleWizard1.FooterHeight = 33;
     //
     //
     //
     this.office2007StyleWizard1.FooterStyle.BackColor = System.Drawing.SystemColors.Control;
     this.office2007StyleWizard1.FooterStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
     this.office2007StyleWizard1.FooterStyle.BackColorGradientAngle = 90;
     this.office2007StyleWizard1.FooterStyle.BorderBottomWidth = 1;
     this.office2007StyleWizard1.FooterStyle.BorderColor = System.Drawing.SystemColors.Control;
     this.office2007StyleWizard1.FooterStyle.BorderLeftWidth = 1;
     this.office2007StyleWizard1.FooterStyle.BorderRightWidth = 1;
     this.office2007StyleWizard1.FooterStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Etched;
     this.office2007StyleWizard1.FooterStyle.BorderTopColor = System.Drawing.SystemColors.Control;
     this.office2007StyleWizard1.FooterStyle.BorderTopWidth = 1;
     this.office2007StyleWizard1.FooterStyle.Class = "";
     this.office2007StyleWizard1.FooterStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.office2007StyleWizard1.FooterStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.office2007StyleWizard1.FooterStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.office2007StyleWizard1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(57)))), ((int)(((byte)(129)))));
     this.office2007StyleWizard1.HeaderCaptionFont = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.office2007StyleWizard1.HeaderDescriptionFont = new System.Drawing.Font("Microsoft JhengHei", 9.75F);
     this.office2007StyleWizard1.HeaderDescriptionIndent = 16;
     //
     //
     //
     this.office2007StyleWizard1.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(215)))), ((int)(((byte)(243)))));
     this.office2007StyleWizard1.HeaderStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(241)))), ((int)(((byte)(254)))));
     this.office2007StyleWizard1.HeaderStyle.BackColorBlend.AddRange(new DevComponents.DotNetBar.BackgroundColorBlend[] {
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F)});
     this.office2007StyleWizard1.HeaderStyle.BackColorGradientAngle = 90;
     this.office2007StyleWizard1.HeaderStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.office2007StyleWizard1.HeaderStyle.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(157)))), ((int)(((byte)(182)))));
     this.office2007StyleWizard1.HeaderStyle.BorderBottomWidth = 1;
     this.office2007StyleWizard1.HeaderStyle.BorderColor = System.Drawing.SystemColors.Control;
     this.office2007StyleWizard1.HeaderStyle.BorderLeftWidth = 1;
     this.office2007StyleWizard1.HeaderStyle.BorderRightWidth = 1;
     this.office2007StyleWizard1.HeaderStyle.BorderTopWidth = 1;
     this.office2007StyleWizard1.HeaderStyle.Class = "";
     this.office2007StyleWizard1.HeaderStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.office2007StyleWizard1.HeaderStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.office2007StyleWizard1.HelpButtonVisible = false;
     this.office2007StyleWizard1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.office2007StyleWizard1.Location = new System.Drawing.Point(0, 0);
     this.office2007StyleWizard1.Name = "office2007StyleWizard1";
     this.office2007StyleWizard1.NextButtonText = "下一步 >";
     this.office2007StyleWizard1.Size = new System.Drawing.Size(364, 255);
     this.office2007StyleWizard1.TabIndex = 0;
     this.office2007StyleWizard1.WizardPages.AddRange(new DevComponents.DotNetBar.WizardPage[] {
     this.wizardPage1,
     this.wizardPage2,
     this.wizardPage3});
     //
     // wizardPage1
     //
     this.wizardPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage1.AntiAlias = false;
     this.wizardPage1.BackButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage1.Controls.Add(this.office2007StyleRadioButton5);
     this.wizardPage1.Controls.Add(this.office2007StyleRadioButton4);
     this.wizardPage1.Controls.Add(this.office2007StyleRadioButton3);
     this.wizardPage1.Controls.Add(this.office2007StyleRadioButton2);
     this.wizardPage1.Controls.Add(this.office2007StyleRadioButton1);
     this.wizardPage1.Location = new System.Drawing.Point(7, 72);
     this.wizardPage1.Name = "wizardPage1";
     this.wizardPage1.NextButtonEnabled = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.PageDescription = "選擇要更正的資料項目";
     this.wizardPage1.PageTitle = "選擇異動項目";
     this.wizardPage1.Size = new System.Drawing.Size(350, 138);
     //
     //
     //
     this.wizardPage1.Style.Class = "";
     this.wizardPage1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage1.StyleMouseDown.Class = "";
     this.wizardPage1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage1.StyleMouseOver.Class = "";
     this.wizardPage1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizardPage1.TabIndex = 7;
     this.wizardPage1.AfterPageDisplayed += new DevComponents.DotNetBar.WizardPageChangeEventHandler(this.wizardPage1_AfterPageDisplayed);
     //
     // office2007StyleRadioButton5
     //
     this.office2007StyleRadioButton5.AutoSize = true;
     this.office2007StyleRadioButton5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(66)))), ((int)(((byte)(139)))));
     this.office2007StyleRadioButton5.Location = new System.Drawing.Point(18, 116);
     this.office2007StyleRadioButton5.Name = "office2007StyleRadioButton5";
     this.office2007StyleRadioButton5.Size = new System.Drawing.Size(52, 21);
     this.office2007StyleRadioButton5.TabIndex = 0;
     this.office2007StyleRadioButton5.TabStop = true;
     this.office2007StyleRadioButton5.Text = "性別";
     this.office2007StyleRadioButton5.UseVisualStyleBackColor = true;
     this.office2007StyleRadioButton5.CheckedChanged += new System.EventHandler(this.CanMoveNext);
     //
     // office2007StyleRadioButton4
     //
     this.office2007StyleRadioButton4.AutoSize = true;
     this.office2007StyleRadioButton4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(66)))), ((int)(((byte)(139)))));
     this.office2007StyleRadioButton4.Location = new System.Drawing.Point(18, 87);
     this.office2007StyleRadioButton4.Name = "office2007StyleRadioButton4";
     this.office2007StyleRadioButton4.Size = new System.Drawing.Size(52, 21);
     this.office2007StyleRadioButton4.TabIndex = 0;
     this.office2007StyleRadioButton4.TabStop = true;
     this.office2007StyleRadioButton4.Text = "生日";
     this.office2007StyleRadioButton4.UseVisualStyleBackColor = true;
     this.office2007StyleRadioButton4.CheckedChanged += new System.EventHandler(this.CanMoveNext);
     //
     // office2007StyleRadioButton3
     //
     this.office2007StyleRadioButton3.AutoSize = true;
     this.office2007StyleRadioButton3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(66)))), ((int)(((byte)(139)))));
     this.office2007StyleRadioButton3.Location = new System.Drawing.Point(18, 58);
     this.office2007StyleRadioButton3.Name = "office2007StyleRadioButton3";
     this.office2007StyleRadioButton3.Size = new System.Drawing.Size(52, 21);
     this.office2007StyleRadioButton3.TabIndex = 0;
     this.office2007StyleRadioButton3.TabStop = true;
     this.office2007StyleRadioButton3.Text = "學號";
     this.office2007StyleRadioButton3.UseVisualStyleBackColor = true;
     this.office2007StyleRadioButton3.CheckedChanged += new System.EventHandler(this.CanMoveNext);
     //
     // office2007StyleRadioButton2
     //
     this.office2007StyleRadioButton2.AutoSize = true;
     this.office2007StyleRadioButton2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(66)))), ((int)(((byte)(139)))));
     this.office2007StyleRadioButton2.Location = new System.Drawing.Point(18, 29);
     this.office2007StyleRadioButton2.Name = "office2007StyleRadioButton2";
     this.office2007StyleRadioButton2.Size = new System.Drawing.Size(78, 21);
     this.office2007StyleRadioButton2.TabIndex = 0;
     this.office2007StyleRadioButton2.TabStop = true;
     this.office2007StyleRadioButton2.Text = "身分證號";
     this.office2007StyleRadioButton2.UseVisualStyleBackColor = true;
     this.office2007StyleRadioButton2.CheckedChanged += new System.EventHandler(this.CanMoveNext);
     //
     // office2007StyleRadioButton1
     //
     this.office2007StyleRadioButton1.AutoSize = true;
     this.office2007StyleRadioButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(66)))), ((int)(((byte)(139)))));
     this.office2007StyleRadioButton1.Location = new System.Drawing.Point(18, 0);
     this.office2007StyleRadioButton1.Name = "office2007StyleRadioButton1";
     this.office2007StyleRadioButton1.Size = new System.Drawing.Size(52, 21);
     this.office2007StyleRadioButton1.TabIndex = 0;
     this.office2007StyleRadioButton1.TabStop = true;
     this.office2007StyleRadioButton1.Text = "姓名";
     this.office2007StyleRadioButton1.UseVisualStyleBackColor = true;
     this.office2007StyleRadioButton1.CheckedChanged += new System.EventHandler(this.CanMoveNext);
     //
     // wizardPage2
     //
     this.wizardPage2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage2.AntiAlias = false;
     this.wizardPage2.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage2.Controls.Add(this.textBoxX1);
     this.wizardPage2.Controls.Add(this.labelX1);
     this.wizardPage2.Location = new System.Drawing.Point(7, 72);
     this.wizardPage2.Name = "wizardPage2";
     this.wizardPage2.NextButtonEnabled = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage2.PageDescription = "輸入更正後的資料";
     this.wizardPage2.PageTitle = "異動內容";
     this.wizardPage2.Size = new System.Drawing.Size(350, 138);
     //
     //
     //
     this.wizardPage2.Style.Class = "";
     this.wizardPage2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage2.StyleMouseDown.Class = "";
     this.wizardPage2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage2.StyleMouseOver.Class = "";
     this.wizardPage2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizardPage2.TabIndex = 8;
     this.wizardPage2.AfterPageDisplayed += new DevComponents.DotNetBar.WizardPageChangeEventHandler(this.wizardPage2_AfterPageDisplayed);
     this.wizardPage2.NextButtonClick += new System.ComponentModel.CancelEventHandler(this.wizardPage2_NextButtonClick);
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(61, 43);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(100, 25);
     this.textBoxX1.TabIndex = 1;
     this.textBoxX1.TextChanged += new System.EventHandler(this.textBoxX1_TextChanged);
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(35, 21);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(20, 21);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "新";
     //
     // wizardPage3
     //
     this.wizardPage3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage3.AntiAlias = false;
     this.wizardPage3.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage3.CanvasColor = System.Drawing.Color.WhiteSmoke;
     this.wizardPage3.Controls.Add(this.updateRecordInfo1);
     this.wizardPage3.Location = new System.Drawing.Point(7, 72);
     this.wizardPage3.Name = "wizardPage3";
     this.wizardPage3.PageDescription = "將會新增的學籍異動內容。";
     this.wizardPage3.PageTitle = "異動明細";
     this.wizardPage3.Size = new System.Drawing.Size(350, 138);
     //
     //
     //
     this.wizardPage3.Style.Class = "";
     this.wizardPage3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage3.StyleMouseDown.Class = "";
     this.wizardPage3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage3.StyleMouseOver.Class = "";
     this.wizardPage3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizardPage3.TabIndex = 9;
     this.wizardPage3.AfterPageDisplayed += new DevComponents.DotNetBar.WizardPageChangeEventHandler(this.wizardPage3_AfterPageDisplayed);
     this.wizardPage3.BackButtonClick += new System.ComponentModel.CancelEventHandler(this.wizardPage3_BackButtonClick);
     this.wizardPage3.FinishButtonClick += new System.ComponentModel.CancelEventHandler(this.wizardPage3_FinishButtonClick);
     //
     // updateRecordInfo1
     //
     this.updateRecordInfo1.ADDate = "";
     this.updateRecordInfo1.ADNumber = "";
     this.updateRecordInfo1.AllowedUpdateCode = null;
     this.updateRecordInfo1.Birthdate = "";
     this.updateRecordInfo1.ClassType = "";
     this.updateRecordInfo1.Comment = "";
     this.updateRecordInfo1.Department = "";
     this.updateRecordInfo1.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.updateRecordInfo1.Gender = "";
     this.updateRecordInfo1.GradeYear = "";
     this.updateRecordInfo1.GraduateCertificateNumber = "";
     this.updateRecordInfo1.GraduateComment = "1";
     this.updateRecordInfo1.GraduateSchool = "";
     this.updateRecordInfo1.GraduateSchoolLocationCode = "";
     this.updateRecordInfo1.GraduateSchoolYear = "";
     this.updateRecordInfo1.IDNumber = "";
     this.updateRecordInfo1.IDNumberComment = "1";
     this.updateRecordInfo1.LastADDate = "";
     this.updateRecordInfo1.LastADNumber = "";
     this.updateRecordInfo1.LastUpdateCode = "";
     this.updateRecordInfo1.Location = new System.Drawing.Point(0, 0);
     this.updateRecordInfo1.Name = "updateRecordInfo1";
     this.updateRecordInfo1.NewData = "";
     this.updateRecordInfo1.NewStudentNumber = "";
     this.updateRecordInfo1.NewStudentNumberVisible = false;
     this.updateRecordInfo1.OldClassType = "";
     this.updateRecordInfo1.OldDepartmentCode = "";
     this.updateRecordInfo1.PreviousDepartment = "";
     this.updateRecordInfo1.PreviousGradeYear = "";
     this.updateRecordInfo1.PreviousSchool = "";
     this.updateRecordInfo1.PreviousSchoolLastADDate = "";
     this.updateRecordInfo1.PreviousSchoolLastADNumber = "";
     this.updateRecordInfo1.PreviousStudentNumber = "";
     this.updateRecordInfo1.Size = new System.Drawing.Size(515, 457);
     this.updateRecordInfo1.SpecialStatus = "";
     this.updateRecordInfo1.StudentID = null;
     this.updateRecordInfo1.StudentNumber = "";
     this.updateRecordInfo1.Style = UpdateRecordModule_SH_D.Wizards.UpdateRecordType.學籍異動;
     this.updateRecordInfo1.TabIndex = 0;
     this.updateRecordInfo1.UpdateCode = "";
     this.updateRecordInfo1.UpdateDate = "";
     this.updateRecordInfo1.UpdateDescription = "";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkRate = 0;
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     //
     // ChangeInfoProcess
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(364, 255);
     this.Controls.Add(this.office2007StyleWizard1);
     this.DoubleBuffered = true;
     this.Name = "ChangeInfoProcess";
     this.Text = "學生學籍更正異動";
     this.office2007StyleWizard1.ResumeLayout(false);
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage1.PerformLayout();
     this.wizardPage2.ResumeLayout(false);
     this.wizardPage2.PerformLayout();
     this.wizardPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.office2007StyleWizard1 = new SmartSchool.Common.Office2007StyleWizard();
     this.wizardPage1 = new DevComponents.DotNetBar.WizardPage();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cboSeatNo = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cboClass = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.classRecordBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.cboDept = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.wizardPage2 = new DevComponents.DotNetBar.WizardPage();
     this.updateRecordInfo2 = new UpdateRecordModule_SH_D.Wizards.UpdateRecordInfo();
     this.updateRecordInfo1 = new UpdateRecordModule_SH_D.Wizards.UpdateRecordInfo();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.office2007StyleWizard1.SuspendLayout();
     this.wizardPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.classRecordBindingSource)).BeginInit();
     this.wizardPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // office2007StyleWizard1
     //
     this.office2007StyleWizard1.BackButtonText = "< 上一步";
     this.office2007StyleWizard1.BackColor = System.Drawing.Color.Transparent;
     this.office2007StyleWizard1.ButtonStyle = DevComponents.DotNetBar.eWizardStyle.Office2007;
     this.office2007StyleWizard1.CancelButtonText = "取消";
     this.office2007StyleWizard1.Cursor = System.Windows.Forms.Cursors.Default;
     this.office2007StyleWizard1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.office2007StyleWizard1.FinishButtonTabIndex = 3;
     this.office2007StyleWizard1.FinishButtonText = "完成";
     this.office2007StyleWizard1.FooterHeight = 33;
     //
     //
     //
     this.office2007StyleWizard1.FooterStyle.BackColor = System.Drawing.SystemColors.Control;
     this.office2007StyleWizard1.FooterStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
     this.office2007StyleWizard1.FooterStyle.BackColorGradientAngle = 90;
     this.office2007StyleWizard1.FooterStyle.BorderBottomWidth = 1;
     this.office2007StyleWizard1.FooterStyle.BorderColor = System.Drawing.SystemColors.Control;
     this.office2007StyleWizard1.FooterStyle.BorderLeftWidth = 1;
     this.office2007StyleWizard1.FooterStyle.BorderRightWidth = 1;
     this.office2007StyleWizard1.FooterStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Etched;
     this.office2007StyleWizard1.FooterStyle.BorderTopColor = System.Drawing.SystemColors.Control;
     this.office2007StyleWizard1.FooterStyle.BorderTopWidth = 1;
     this.office2007StyleWizard1.FooterStyle.Class = "";
     this.office2007StyleWizard1.FooterStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.office2007StyleWizard1.FooterStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.office2007StyleWizard1.FooterStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.office2007StyleWizard1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(57)))), ((int)(((byte)(129)))));
     this.office2007StyleWizard1.HeaderCaptionFont = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.office2007StyleWizard1.HeaderDescriptionFont = new System.Drawing.Font("Microsoft JhengHei", 9.75F);
     this.office2007StyleWizard1.HeaderDescriptionIndent = 16;
     //
     //
     //
     this.office2007StyleWizard1.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(215)))), ((int)(((byte)(243)))));
     this.office2007StyleWizard1.HeaderStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(241)))), ((int)(((byte)(254)))));
     this.office2007StyleWizard1.HeaderStyle.BackColorBlend.AddRange(new DevComponents.DotNetBar.BackgroundColorBlend[] {
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(211)))), ((int)(((byte)(239))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(212)))), ((int)(((byte)(240))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(201)))), ((int)(((byte)(234))))), 0.4F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(224)))), ((int)(((byte)(245))))), 1F)});
     this.office2007StyleWizard1.HeaderStyle.BackColorGradientAngle = 90;
     this.office2007StyleWizard1.HeaderStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.office2007StyleWizard1.HeaderStyle.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(157)))), ((int)(((byte)(182)))));
     this.office2007StyleWizard1.HeaderStyle.BorderBottomWidth = 1;
     this.office2007StyleWizard1.HeaderStyle.BorderColor = System.Drawing.SystemColors.Control;
     this.office2007StyleWizard1.HeaderStyle.BorderLeftWidth = 1;
     this.office2007StyleWizard1.HeaderStyle.BorderRightWidth = 1;
     this.office2007StyleWizard1.HeaderStyle.BorderTopWidth = 1;
     this.office2007StyleWizard1.HeaderStyle.Class = "";
     this.office2007StyleWizard1.HeaderStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.office2007StyleWizard1.HeaderStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.office2007StyleWizard1.HelpButtonVisible = false;
     this.office2007StyleWizard1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.office2007StyleWizard1.Location = new System.Drawing.Point(0, 0);
     this.office2007StyleWizard1.Name = "office2007StyleWizard1";
     this.office2007StyleWizard1.NextButtonText = "下一步 >";
     this.office2007StyleWizard1.Size = new System.Drawing.Size(404, 298);
     this.office2007StyleWizard1.TabIndex = 0;
     this.office2007StyleWizard1.WizardPages.AddRange(new DevComponents.DotNetBar.WizardPage[] {
     this.wizardPage1,
     this.wizardPage2});
     //
     // wizardPage1
     //
     this.wizardPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage1.AntiAlias = false;
     this.wizardPage1.BackButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage1.Controls.Add(this.textBoxX1);
     this.wizardPage1.Controls.Add(this.cboSeatNo);
     this.wizardPage1.Controls.Add(this.cboClass);
     this.wizardPage1.Controls.Add(this.cboDept);
     this.wizardPage1.Controls.Add(this.labelX1);
     this.wizardPage1.Controls.Add(this.labelX4);
     this.wizardPage1.Controls.Add(this.labelX5);
     this.wizardPage1.Controls.Add(this.labelX3);
     this.wizardPage1.Location = new System.Drawing.Point(7, 72);
     this.wizardPage1.Name = "wizardPage1";
     this.wizardPage1.NextButtonEnabled = DevComponents.DotNetBar.eWizardButtonState.False;
     this.wizardPage1.PageDescription = "輸入要轉入的科別班級";
     this.wizardPage1.PageTitle = "轉科資訊";
     this.wizardPage1.Size = new System.Drawing.Size(390, 181);
     //
     //
     //
     this.wizardPage1.Style.Class = "";
     this.wizardPage1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage1.StyleMouseDown.Class = "";
     this.wizardPage1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage1.StyleMouseOver.Class = "";
     this.wizardPage1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizardPage1.TabIndex = 7;
     this.wizardPage1.NextButtonClick += new System.ComponentModel.CancelEventHandler(this.wizardPage1_NextButtonClick);
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(205, 53);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(121, 25);
     this.textBoxX1.TabIndex = 2;
     this.textBoxX1.TextChanged += new System.EventHandler(this.CheckOnTextChanged);
     //
     // cboSeatNo
     //
     this.cboSeatNo.DisplayMember = "Text";
     this.cboSeatNo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboSeatNo.FormattingEnabled = true;
     this.cboSeatNo.ItemHeight = 19;
     this.cboSeatNo.Location = new System.Drawing.Point(205, 124);
     this.cboSeatNo.Name = "cboSeatNo";
     this.cboSeatNo.Size = new System.Drawing.Size(121, 25);
     this.cboSeatNo.TabIndex = 1;
     this.cboSeatNo.TextChanged += new System.EventHandler(this.CheckOnTextChanged);
     //
     // cboClass
     //
     this.cboClass.DataSource = this.classRecordBindingSource;
     this.cboClass.DisplayMember = "ClassName";
     this.cboClass.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboClass.FormattingEnabled = true;
     this.cboClass.ItemHeight = 19;
     this.cboClass.Location = new System.Drawing.Point(46, 124);
     this.cboClass.Name = "cboClass";
     this.cboClass.Size = new System.Drawing.Size(121, 25);
     this.cboClass.TabIndex = 1;
     this.cboClass.SelectedIndexChanged += new System.EventHandler(this.cboClass_SelectedIndexChanged);
     this.cboClass.TextChanged += new System.EventHandler(this.CheckOnTextChanged);
     //
     // classRecordBindingSource
     //
     this.classRecordBindingSource.DataSource = typeof(SmartSchool.Customization.Data.ClassRecord);
     //
     // cboDept
     //
     this.cboDept.DisplayMember = "Text";
     this.cboDept.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDept.FormattingEnabled = true;
     this.cboDept.ItemHeight = 19;
     this.cboDept.Location = new System.Drawing.Point(46, 52);
     this.cboDept.Name = "cboDept";
     this.cboDept.Size = new System.Drawing.Size(121, 25);
     this.cboDept.TabIndex = 1;
     this.cboDept.SelectedIndexChanged += new System.EventHandler(this.cboDept_SelectedIndexChanged);
     this.cboDept.TextChanged += new System.EventHandler(this.CheckOnTextChanged);
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(185, 95);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "新座號:";
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(185, 23);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(87, 21);
     this.labelX4.TabIndex = 0;
     this.labelX4.Text = "轉入後學號:";
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(26, 95);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(75, 23);
     this.labelX5.TabIndex = 0;
     this.labelX5.Text = "轉入班級:";
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(26, 23);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(75, 23);
     this.labelX3.TabIndex = 0;
     this.labelX3.Text = "轉入科別:";
     //
     // wizardPage2
     //
     this.wizardPage2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.wizardPage2.AntiAlias = false;
     this.wizardPage2.BackColor = System.Drawing.Color.Transparent;
     this.wizardPage2.Controls.Add(this.updateRecordInfo2);
     this.wizardPage2.Controls.Add(this.updateRecordInfo1);
     this.wizardPage2.Location = new System.Drawing.Point(7, 72);
     this.wizardPage2.Name = "wizardPage2";
     this.wizardPage2.PageDescription = "將要新增的轉科異動內容";
     this.wizardPage2.PageTitle = "異動明細";
     this.wizardPage2.Size = new System.Drawing.Size(390, 181);
     //
     //
     //
     this.wizardPage2.Style.Class = "";
     this.wizardPage2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage2.StyleMouseDown.Class = "";
     this.wizardPage2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.wizardPage2.StyleMouseOver.Class = "";
     this.wizardPage2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wizardPage2.TabIndex = 8;
     this.wizardPage2.AfterPageDisplayed += new DevComponents.DotNetBar.WizardPageChangeEventHandler(this.wizardPage2_AfterPageDisplayed);
     this.wizardPage2.BackButtonClick += new System.ComponentModel.CancelEventHandler(this.wizardPage2_BackButtonClick);
     this.wizardPage2.FinishButtonClick += new System.ComponentModel.CancelEventHandler(this.wizardPage2_FinishButtonClick);
     //
     // updateRecordInfo2
     //
     this.updateRecordInfo2.ADDate = "";
     this.updateRecordInfo2.ADNumber = "";
     this.updateRecordInfo2.AllowedUpdateCode = null;
     this.updateRecordInfo2.Birthdate = "";
     this.updateRecordInfo2.ClassType = "";
     this.updateRecordInfo2.Comment = "";
     this.updateRecordInfo2.Department = "";
     this.updateRecordInfo2.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.updateRecordInfo2.Gender = "";
     this.updateRecordInfo2.GradeYear = "";
     this.updateRecordInfo2.GraduateCertificateNumber = "";
     this.updateRecordInfo2.GraduateComment = "1";
     this.updateRecordInfo2.GraduateSchool = "";
     this.updateRecordInfo2.GraduateSchoolLocationCode = "";
     this.updateRecordInfo2.GraduateSchoolYear = "";
     this.updateRecordInfo2.IDNumber = "";
     this.updateRecordInfo2.IDNumberComment = "1";
     this.updateRecordInfo2.LastADDate = "";
     this.updateRecordInfo2.LastADNumber = "";
     this.updateRecordInfo2.LastUpdateCode = "";
     this.updateRecordInfo2.Location = new System.Drawing.Point(506, 0);
     this.updateRecordInfo2.Name = "updateRecordInfo2";
     this.updateRecordInfo2.NewData = "";
     this.updateRecordInfo2.NewStudentNumber = "";
     this.updateRecordInfo2.NewStudentNumberVisible = false;
     this.updateRecordInfo2.OldClassType = "";
     this.updateRecordInfo2.OldDepartmentCode = "";
     this.updateRecordInfo2.PreviousDepartment = "";
     this.updateRecordInfo2.PreviousGradeYear = "";
     this.updateRecordInfo2.PreviousSchool = "";
     this.updateRecordInfo2.PreviousSchoolLastADDate = "";
     this.updateRecordInfo2.PreviousSchoolLastADNumber = "";
     this.updateRecordInfo2.PreviousStudentNumber = "";
     this.updateRecordInfo2.Size = new System.Drawing.Size(513, 434);
     this.updateRecordInfo2.SpecialStatus = "";
     this.updateRecordInfo2.StudentID = null;
     this.updateRecordInfo2.StudentNumber = "";
     this.updateRecordInfo2.Style = UpdateRecordModule_SH_D.Wizards.UpdateRecordType.學籍異動;
     this.updateRecordInfo2.TabIndex = 0;
     this.updateRecordInfo2.UpdateCode = "";
     this.updateRecordInfo2.UpdateDate = "";
     this.updateRecordInfo2.UpdateDescription = "";
     //
     // updateRecordInfo1
     //
     this.updateRecordInfo1.ADDate = "";
     this.updateRecordInfo1.ADNumber = "";
     this.updateRecordInfo1.AllowedUpdateCode = null;
     this.updateRecordInfo1.Birthdate = "";
     this.updateRecordInfo1.ClassType = "";
     this.updateRecordInfo1.Comment = "";
     this.updateRecordInfo1.Department = "";
     this.updateRecordInfo1.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.updateRecordInfo1.Gender = "";
     this.updateRecordInfo1.GradeYear = "";
     this.updateRecordInfo1.GraduateCertificateNumber = "";
     this.updateRecordInfo1.GraduateComment = "1";
     this.updateRecordInfo1.GraduateSchool = "";
     this.updateRecordInfo1.GraduateSchoolLocationCode = "";
     this.updateRecordInfo1.GraduateSchoolYear = "";
     this.updateRecordInfo1.IDNumber = "";
     this.updateRecordInfo1.IDNumberComment = "1";
     this.updateRecordInfo1.LastADDate = "";
     this.updateRecordInfo1.LastADNumber = "";
     this.updateRecordInfo1.LastUpdateCode = "";
     this.updateRecordInfo1.Location = new System.Drawing.Point(-2, 0);
     this.updateRecordInfo1.Name = "updateRecordInfo1";
     this.updateRecordInfo1.NewData = "";
     this.updateRecordInfo1.NewStudentNumber = "";
     this.updateRecordInfo1.NewStudentNumberVisible = false;
     this.updateRecordInfo1.OldClassType = "";
     this.updateRecordInfo1.OldDepartmentCode = "";
     this.updateRecordInfo1.PreviousDepartment = "";
     this.updateRecordInfo1.PreviousGradeYear = "";
     this.updateRecordInfo1.PreviousSchool = "";
     this.updateRecordInfo1.PreviousSchoolLastADDate = "";
     this.updateRecordInfo1.PreviousSchoolLastADNumber = "";
     this.updateRecordInfo1.PreviousStudentNumber = "";
     this.updateRecordInfo1.Size = new System.Drawing.Size(522, 434);
     this.updateRecordInfo1.SpecialStatus = "";
     this.updateRecordInfo1.StudentID = null;
     this.updateRecordInfo1.StudentNumber = "";
     this.updateRecordInfo1.Style = UpdateRecordModule_SH_D.Wizards.UpdateRecordType.學籍異動;
     this.updateRecordInfo1.TabIndex = 0;
     this.updateRecordInfo1.UpdateCode = "";
     this.updateRecordInfo1.UpdateDate = "";
     this.updateRecordInfo1.UpdateDescription = "";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkRate = 0;
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     //
     // ChangeDeptProcess
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(404, 298);
     this.Controls.Add(this.office2007StyleWizard1);
     this.DoubleBuffered = true;
     this.Name = "ChangeDeptProcess";
     this.Text = "轉科異動";
     this.office2007StyleWizard1.ResumeLayout(false);
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.classRecordBindingSource)).EndInit();
     this.wizardPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }