Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblMessage = new DevComponents.DotNetBar.LabelX();
     this.progress = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.SuspendLayout();
     //
     // lblMessage
     //
     this.lblMessage.AutoSize = true;
     this.lblMessage.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblMessage.BackgroundStyle.Class = "";
     this.lblMessage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblMessage.Location = new System.Drawing.Point(78, 22);
     this.lblMessage.Name = "lblMessage";
     this.lblMessage.Size = new System.Drawing.Size(138, 21);
     this.lblMessage.TabIndex = 31;
     this.lblMessage.Text = "資料處理中,請稍候…";
     //
     // progress
     //
     this.progress.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.progress.BackgroundStyle.Class = "";
     this.progress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.progress.Location = new System.Drawing.Point(23, 22);
     this.progress.Name = "progress";
     this.progress.Size = new System.Drawing.Size(49, 23);
     this.progress.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
     this.progress.TabIndex = 32;
     this.progress.Visible = false;
     //
     // DoWork
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(243, 62);
     this.Controls.Add(this.progress);
     this.Controls.Add(this.lblMessage);
     this.DoubleBuffered = true;
     this.Name = "DoWork";
     this.Text = "";
     this.TitleText = "提示";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DoWork_FormClosing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #2
0
 public LoginForm()
 {
     InitializeComponent();
     db=new Conexion();
     controlPoint = new Point();
     circularProgress = loginControl.circularProgress;
     loginControl.OnLogin += loginControl_OnLogin;
     loginControl.OnCancel += loginControl_OnCancel;
     panelLogin.MouseDown += Control_MouseDown;
     panelLogin.MouseMove += Control_MouseMove;
     loginControl.MouseDown += Control_MouseDown;
     loginControl.MouseMove += Control_MouseMove;
     this.Opacity = 0.95;
 }
Пример #3
0
 public EmailBox(string sBtnText, int iSize, string sCheckCondition, string sURL)
 {
     cp         = new DevComponents.DotNetBar.Controls.CircularProgress();
     btn        = new ButtonX();
     sLink      = sURL;
     sCondition = sCheckCondition;
     //btn.UseVisualStyleBackColor = true;
     btn.Anchor         = (AnchorStyles.Right | AnchorStyles.Top);
     btn.Text           = sBtnText;
     btn.Width          = iSize;
     btn.Click         += new EventHandler(btn_Click);
     cp.Width           = 15;
     cp.Height          = 15;
     cp.BackColor       = Color.Transparent;
     this.ForeColor     = Color.Red;
     btn.Location       = new Point(this.Left - 7, this.Top);
     btn.Visible        = true;
     btn.Parent         = this.Parent;
     cp.ProgressBarType = DevComponents.DotNetBar.eCircularProgressType.Dot;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
     "身分證號"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     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(new string[] {
     "姓名"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("戶籍電話");
     System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("聯絡電話");
     System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("行動電話");
     System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("其它電話1");
     System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("其它電話2");
     System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem("其它電話3");
     System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem("監護人電話");
     System.Windows.Forms.ListViewItem listViewItem13 = new System.Windows.Forms.ListViewItem("父親電話");
     System.Windows.Forms.ListViewItem listViewItem14 = new System.Windows.Forms.ListViewItem("母親電話");
     System.Windows.Forms.ListViewItem listViewItem15 = new System.Windows.Forms.ListViewItem(new string[] {
     "填報學年度"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     System.Windows.Forms.ListViewItem listViewItem16 = new System.Windows.Forms.ListViewItem(new string[] {
     "畢業生目前動向"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     System.Windows.Forms.ListViewItem listViewItem17 = new System.Windows.Forms.ListViewItem(new string[] {
     "是否需要教育部協助"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     System.Windows.Forms.ListViewItem listViewItem18 = new System.Windows.Forms.ListViewItem(new string[] {
     "備註"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     this.chkSelectAll = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.btnExport = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.FieldContainer = new System.Windows.Forms.ListView();
     this.lblExplanation = new DevComponents.DotNetBar.LabelX();
     this.circularProgress = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.nudSchoolYear = new System.Windows.Forms.NumericUpDown();
     this.lblSchoolYear = new DevComponents.DotNetBar.LabelX();
     this.radioAllStudentInOneFile = new System.Windows.Forms.RadioButton();
     this.radioOneClassInOneFile = new System.Windows.Forms.RadioButton();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).BeginInit();
     this.SuspendLayout();
     //
     // chkSelectAll
     //
     this.chkSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkSelectAll.AutoSize = true;
     this.chkSelectAll.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.chkSelectAll.BackgroundStyle.Class = "";
     this.chkSelectAll.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkSelectAll.Checked = true;
     this.chkSelectAll.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkSelectAll.CheckValue = "Y";
     this.chkSelectAll.Location = new System.Drawing.Point(136, 15);
     this.chkSelectAll.Name = "chkSelectAll";
     this.chkSelectAll.Size = new System.Drawing.Size(54, 21);
     this.chkSelectAll.TabIndex = 3;
     this.chkSelectAll.Text = "全選";
     this.chkSelectAll.CheckedChanged += new System.EventHandler(this.chkSelectAll_CheckedChanged);
     //
     // btnExport
     //
     this.btnExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.AutoSize = true;
     this.btnExport.BackColor = System.Drawing.Color.Transparent;
     this.btnExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExport.Location = new System.Drawing.Point(298, 356);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(75, 25);
     this.btnExport.TabIndex = 4;
     this.btnExport.Text = "匯出";
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.AutoSize = true;
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(383, 356);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(75, 25);
     this.btnExit.TabIndex = 5;
     this.btnExit.Text = "關閉";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // FieldContainer
     //
     this.FieldContainer.CheckBoxes = true;
     this.FieldContainer.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.FieldContainer.HideSelection = false;
     listViewItem1.Checked = true;
     listViewItem1.StateImageIndex = 1;
     listViewItem2.StateImageIndex = 0;
     listViewItem3.StateImageIndex = 0;
     listViewItem4.StateImageIndex = 0;
     listViewItem5.Checked = true;
     listViewItem5.StateImageIndex = 1;
     listViewItem6.StateImageIndex = 0;
     listViewItem7.StateImageIndex = 0;
     listViewItem8.StateImageIndex = 0;
     listViewItem9.StateImageIndex = 0;
     listViewItem10.StateImageIndex = 0;
     listViewItem11.StateImageIndex = 0;
     listViewItem12.StateImageIndex = 0;
     listViewItem13.StateImageIndex = 0;
     listViewItem14.StateImageIndex = 0;
     listViewItem15.Checked = true;
     listViewItem15.StateImageIndex = 1;
     listViewItem16.Checked = true;
     listViewItem16.StateImageIndex = 1;
     listViewItem17.Checked = true;
     listViewItem17.StateImageIndex = 1;
     listViewItem18.Checked = true;
     listViewItem18.StateImageIndex = 1;
     this.FieldContainer.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2,
     listViewItem3,
     listViewItem4,
     listViewItem5,
     listViewItem6,
     listViewItem7,
     listViewItem8,
     listViewItem9,
     listViewItem10,
     listViewItem11,
     listViewItem12,
     listViewItem13,
     listViewItem14,
     listViewItem15,
     listViewItem16,
     listViewItem17,
     listViewItem18});
     this.FieldContainer.Location = new System.Drawing.Point(34, 51);
     this.FieldContainer.Name = "FieldContainer";
     this.FieldContainer.Size = new System.Drawing.Size(424, 260);
     this.FieldContainer.TabIndex = 19;
     this.FieldContainer.UseCompatibleStateImageBehavior = false;
     this.FieldContainer.View = System.Windows.Forms.View.List;
     this.FieldContainer.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.FieldContainer_ItemChecked);
     //
     // lblExplanation
     //
     this.lblExplanation.AutoSize = true;
     this.lblExplanation.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblExplanation.BackgroundStyle.Class = "";
     this.lblExplanation.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblExplanation.Location = new System.Drawing.Point(34, 15);
     this.lblExplanation.Name = "lblExplanation";
     this.lblExplanation.Size = new System.Drawing.Size(101, 21);
     this.lblExplanation.TabIndex = 20;
     this.lblExplanation.Text = "請選擇匯出欄位";
     //
     // circularProgress
     //
     this.circularProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.circularProgress.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.circularProgress.BackgroundStyle.Class = "";
     this.circularProgress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.circularProgress.Location = new System.Drawing.Point(249, 358);
     this.circularProgress.Name = "circularProgress";
     this.circularProgress.Size = new System.Drawing.Size(43, 23);
     this.circularProgress.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
     this.circularProgress.TabIndex = 33;
     this.circularProgress.Visible = false;
     //
     // nudSchoolYear
     //
     this.nudSchoolYear.Location = new System.Drawing.Point(334, 13);
     this.nudSchoolYear.Maximum = new decimal(new int[] {
     999,
     0,
     0,
     0});
     this.nudSchoolYear.Name = "nudSchoolYear";
     this.nudSchoolYear.Size = new System.Drawing.Size(66, 25);
     this.nudSchoolYear.TabIndex = 35;
     this.nudSchoolYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblSchoolYear
     //
     this.lblSchoolYear.AutoSize = true;
     this.lblSchoolYear.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblSchoolYear.BackgroundStyle.Class = "";
     this.lblSchoolYear.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblSchoolYear.Location = new System.Drawing.Point(254, 16);
     this.lblSchoolYear.Name = "lblSchoolYear";
     this.lblSchoolYear.Size = new System.Drawing.Size(74, 21);
     this.lblSchoolYear.TabIndex = 34;
     this.lblSchoolYear.Text = "填報學年度";
     //
     // radioAllStudentInOneFile
     //
     this.radioAllStudentInOneFile.AutoSize = true;
     this.radioAllStudentInOneFile.BackColor = System.Drawing.Color.Transparent;
     this.radioAllStudentInOneFile.Location = new System.Drawing.Point(138, 323);
     this.radioAllStudentInOneFile.Name = "radioAllStudentInOneFile";
     this.radioAllStudentInOneFile.Size = new System.Drawing.Size(130, 21);
     this.radioAllStudentInOneFile.TabIndex = 1;
     this.radioAllStudentInOneFile.Tag = "2";
     this.radioAllStudentInOneFile.Text = "所有學生一個檔案";
     this.radioAllStudentInOneFile.UseVisualStyleBackColor = false;
     this.radioAllStudentInOneFile.Click += new System.EventHandler(this.radioAllStudentInOneFile_Click);
     //
     // radioOneClassInOneFile
     //
     this.radioOneClassInOneFile.AutoSize = true;
     this.radioOneClassInOneFile.BackColor = System.Drawing.Color.Transparent;
     this.radioOneClassInOneFile.Location = new System.Drawing.Point(283, 323);
     this.radioOneClassInOneFile.Name = "radioOneClassInOneFile";
     this.radioOneClassInOneFile.Size = new System.Drawing.Size(130, 21);
     this.radioOneClassInOneFile.TabIndex = 0;
     this.radioOneClassInOneFile.Tag = "1";
     this.radioOneClassInOneFile.Text = "一個班級一個檔案";
     this.radioOneClassInOneFile.UseVisualStyleBackColor = false;
     this.radioOneClassInOneFile.Click += new System.EventHandler(this.radioOneClassInOneFile_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location = new System.Drawing.Point(34, 325);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(86, 17);
     this.label1.TabIndex = 36;
     this.label1.Text = "儲存檔案方式";
     //
     // Vagrant_Export
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionAntiAlias = false;
     this.ClientSize = new System.Drawing.Size(492, 393);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.radioAllStudentInOneFile);
     this.Controls.Add(this.radioOneClassInOneFile);
     this.Controls.Add(this.nudSchoolYear);
     this.Controls.Add(this.lblSchoolYear);
     this.Controls.Add(this.circularProgress);
     this.Controls.Add(this.lblExplanation);
     this.Controls.Add(this.FieldContainer);
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.chkSelectAll);
     this.DoubleBuffered = true;
     this.Name = "Vagrant_Export";
     this.Text = "";
     this.TitleText = "匯出資料至 Excel";
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.nudSchoolYear = new System.Windows.Forms.NumericUpDown();
     this.lblSchoolYear = new DevComponents.DotNetBar.LabelX();
     this.circularProgress = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.btnPrint = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).BeginInit();
     this.SuspendLayout();
     //
     // nudSchoolYear
     //
     this.nudSchoolYear.Location = new System.Drawing.Point(103, 20);
     this.nudSchoolYear.Maximum = new decimal(new int[] {
     999,
     0,
     0,
     0});
     this.nudSchoolYear.Name = "nudSchoolYear";
     this.nudSchoolYear.Size = new System.Drawing.Size(66, 25);
     this.nudSchoolYear.TabIndex = 38;
     this.nudSchoolYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblSchoolYear
     //
     this.lblSchoolYear.AutoSize = true;
     this.lblSchoolYear.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblSchoolYear.BackgroundStyle.Class = "";
     this.lblSchoolYear.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblSchoolYear.Location = new System.Drawing.Point(26, 22);
     this.lblSchoolYear.Name = "lblSchoolYear";
     this.lblSchoolYear.Size = new System.Drawing.Size(74, 21);
     this.lblSchoolYear.TabIndex = 37;
     this.lblSchoolYear.Text = "填報學年度";
     //
     // circularProgress
     //
     this.circularProgress.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.circularProgress.BackgroundStyle.Class = "";
     this.circularProgress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.circularProgress.Location = new System.Drawing.Point(28, 75);
     this.circularProgress.Name = "circularProgress";
     this.circularProgress.Size = new System.Drawing.Size(46, 28);
     this.circularProgress.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
     this.circularProgress.TabIndex = 84;
     //
     // btnPrint
     //
     this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnPrint.AutoExpandOnClick = true;
     this.btnPrint.BackColor = System.Drawing.Color.Transparent;
     this.btnPrint.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnPrint.Location = new System.Drawing.Point(103, 75);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(72, 28);
     this.btnPrint.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnPrint.TabIndex = 83;
     this.btnPrint.Text = "列  印";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(195, 75);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(72, 28);
     this.btnExit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnExit.TabIndex = 82;
     this.btnExit.Text = "離  開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // UnApproach_Report
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(293, 114);
     this.Controls.Add(this.circularProgress);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.nudSchoolYear);
     this.Controls.Add(this.lblSchoolYear);
     this.DoubleBuffered = true;
     this.Name = "UnApproach_Report";
     this.Text = "國中華業未升學未就業學生動向";
     this.TitleText = "國中華業未升學未就業學生動向";
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #6
0
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(ObjectCatalog));

            _ListViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx();
            _AdvTree1    = new DevComponents.AdvTree.AdvTree();
            _AdvTree1.AfterNodeSelect += new DevComponents.AdvTree.AdvTreeNodeEventHandler(AdvTree1_AfterNodeSelect);
            _ImageList_RefSymbols      = new System.Windows.Forms.ImageList(components);
            _Node1              = new DevComponents.AdvTree.Node();
            _NodeConnector1     = new DevComponents.AdvTree.NodeConnector();
            _ElementStyle1      = new DevComponents.DotNetBar.ElementStyle();
            _TableLayoutPanel_2 = new System.Windows.Forms.TableLayoutPanel();
            _TableLayoutPanel_1 = new System.Windows.Forms.TableLayoutPanel();
            _LabelX_MemberInfo  = new DevComponents.DotNetBar.LabelX();
            _CircularProgress1  = new DevComponents.DotNetBar.Controls.CircularProgress();
            ((System.ComponentModel.ISupportInitialize)_AdvTree1).BeginInit();
            _TableLayoutPanel_2.SuspendLayout();
            _TableLayoutPanel_1.SuspendLayout();
            SuspendLayout();
            //
            // ListViewEx1
            //
            _ListViewEx1.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _ListViewEx1.Border.Class      = "ListViewBorder";
            _ListViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ListViewEx1.DisabledBackColor = System.Drawing.Color.Empty;
            _ListViewEx1.Dock          = System.Windows.Forms.DockStyle.Fill;
            _ListViewEx1.ForeColor     = System.Drawing.Color.Black;
            _ListViewEx1.HideSelection = false;
            _ListViewEx1.Location      = new System.Drawing.Point(400, 3);
            _ListViewEx1.Name          = "ListViewEx1";
            _ListViewEx1.Size          = new System.Drawing.Size(391, 358);
            _ListViewEx1.TabIndex      = 0;
            _ListViewEx1.UseCompatibleStateImageBehavior = false;
            //
            // AdvTree1
            //
            _AdvTree1.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
            _AdvTree1.BackColor      = System.Drawing.SystemColors.Window;
            //
            //
            //
            _AdvTree1.BackgroundStyle.Class      = "TreeBorderKey";
            _AdvTree1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _AdvTree1.Dock                    = System.Windows.Forms.DockStyle.Fill;
            _AdvTree1.DragDropEnabled         = false;
            _AdvTree1.DragDropNodeCopyEnabled = false;
            _AdvTree1.ImageList               = _ImageList_RefSymbols;
            _AdvTree1.LicenseKey              = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            _AdvTree1.Location                = new System.Drawing.Point(3, 3);
            _AdvTree1.Name                    = "AdvTree1";
            _AdvTree1.Nodes.AddRange(new DevComponents.AdvTree.Node[] { _Node1 });
            _AdvTree1.NodesConnector = _NodeConnector1;
            _AdvTree1.NodeStyle      = _ElementStyle1;
            _AdvTree1.PathSeparator  = ";";
            _AdvTree1.Size           = new System.Drawing.Size(391, 358);
            _AdvTree1.Styles.Add(_ElementStyle1);
            _AdvTree1.TabIndex = 1;
            _AdvTree1.Text     = "AdvTree1";
            //
            // ImageList_RefSymbols
            //
            _ImageList_RefSymbols.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
            _ImageList_RefSymbols.ImageSize        = new System.Drawing.Size(16, 16);
            _ImageList_RefSymbols.TransparentColor = System.Drawing.Color.Transparent;
            //
            // Node1
            //
            _Node1.Expanded = true;
            _Node1.Name     = "Node1";
            _Node1.Text     = "Node1";
            //
            // NodeConnector1
            //
            _NodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
            //
            // ElementStyle1
            //
            _ElementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ElementStyle1.Name       = "ElementStyle1";
            _ElementStyle1.TextColor  = System.Drawing.SystemColors.ControlText;
            //
            // TableLayoutPanel_2
            //
            _TableLayoutPanel_2.BackColor   = System.Drawing.Color.Transparent;
            _TableLayoutPanel_2.ColumnCount = 2;
            _TableLayoutPanel_2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0F));
            _TableLayoutPanel_2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0F));
            _TableLayoutPanel_2.Controls.Add(_AdvTree1, 0, 0);
            _TableLayoutPanel_2.Controls.Add(_ListViewEx1, 1, 0);
            _TableLayoutPanel_2.Dock     = System.Windows.Forms.DockStyle.Fill;
            _TableLayoutPanel_2.Location = new System.Drawing.Point(3, 3);
            _TableLayoutPanel_2.Name     = "TableLayoutPanel_2";
            _TableLayoutPanel_2.RowCount = 1;
            _TableLayoutPanel_2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0F));
            _TableLayoutPanel_2.Size     = new System.Drawing.Size(794, 364);
            _TableLayoutPanel_2.TabIndex = 2;
            //
            // TableLayoutPanel_1
            //
            _TableLayoutPanel_1.BackColor   = System.Drawing.Color.Transparent;
            _TableLayoutPanel_1.ColumnCount = 1;
            _TableLayoutPanel_1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0F));
            _TableLayoutPanel_1.Controls.Add(_TableLayoutPanel_2, 0, 0);
            _TableLayoutPanel_1.Controls.Add(_LabelX_MemberInfo, 0, 1);
            _TableLayoutPanel_1.Dock     = System.Windows.Forms.DockStyle.Fill;
            _TableLayoutPanel_1.Location = new System.Drawing.Point(0, 0);
            _TableLayoutPanel_1.Name     = "TableLayoutPanel_1";
            _TableLayoutPanel_1.RowCount = 2;
            _TableLayoutPanel_1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0F));
            _TableLayoutPanel_1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80.0F));
            _TableLayoutPanel_1.Size     = new System.Drawing.Size(800, 450);
            _TableLayoutPanel_1.TabIndex = 3;
            _TableLayoutPanel_1.Visible  = false;
            //
            // LabelX_MemberInfo
            //
            //
            //
            //
            _LabelX_MemberInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_MemberInfo.Dock              = System.Windows.Forms.DockStyle.Fill;
            _LabelX_MemberInfo.Location          = new System.Drawing.Point(3, 373);
            _LabelX_MemberInfo.Name              = "LabelX_MemberInfo";
            _LabelX_MemberInfo.Size              = new System.Drawing.Size(794, 74);
            _LabelX_MemberInfo.TabIndex          = 3;
            _LabelX_MemberInfo.TextLineAlignment = System.Drawing.StringAlignment.Near;
            //
            // CircularProgress1
            //
            //
            //
            //
            _CircularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CircularProgress1.Location               = new System.Drawing.Point(363, 188);
            _CircularProgress1.Name                   = "CircularProgress1";
            _CircularProgress1.ProgressBarType        = DevComponents.DotNetBar.eCircularProgressType.Dot;
            _CircularProgress1.SetVisibleStateOnStart = true;
            _CircularProgress1.SetVisibleStateOnStop  = true;
            _CircularProgress1.Size                   = new System.Drawing.Size(75, 75);
            _CircularProgress1.Style                  = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            _CircularProgress1.TabIndex               = 5;
            //
            // ObjectCatalog
            //
            AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 13.0F);
            AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            ClientSize          = new System.Drawing.Size(800, 450);
            Controls.Add(_CircularProgress1);
            Controls.Add(_TableLayoutPanel_1);
            Icon               = (System.Drawing.Icon)resources.GetObject("$this.Icon");
            Name               = "ObjectCatalog";
            StartPosition      = System.Windows.Forms.FormStartPosition.CenterScreen;
            Text               = "Object Catalog";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            ((System.ComponentModel.ISupportInitialize)_AdvTree1).EndInit();
            _TableLayoutPanel_2.ResumeLayout(false);
            _TableLayoutPanel_1.ResumeLayout(false);
            ResumeLayout(false);
        }
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(CollisionEditor));

            _TextBoxX_ColParam2              = new DevComponents.DotNetBar.Controls.TextBoxX();
            _TextBoxX_ColParam2.TextChanged += new EventHandler(ComboBox_CI_ColType_SelectedIndexChanged);
            _TextBoxX_ColParam1              = new DevComponents.DotNetBar.Controls.TextBoxX();
            _TextBoxX_ColParam1.TextChanged += new EventHandler(ComboBox_CI_ColType_SelectedIndexChanged);
            _LabelX_ColParamsTipp            = new DevComponents.DotNetBar.LabelX();
            _LabelX_Param2          = new DevComponents.DotNetBar.LabelX();
            _LabelX_Param1          = new DevComponents.DotNetBar.LabelX();
            _Button_SaveColsettings = new DevComponents.DotNetBar.ButtonX();
            _LabelX48         = new DevComponents.DotNetBar.LabelX();
            _ComboBox_ColType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            _ComboBox_ColType.SelectedIndexChanged += new EventHandler(ComboBox_CI_ColType_SelectedIndexChanged);
            _LabelX_CollisionType       = new DevComponents.DotNetBar.LabelX();
            _CheckBoxX1                 = new DevComponents.DotNetBar.Controls.CheckBoxX();
            _CheckBoxX1.CheckedChanged += new EventHandler(CheckBoxX1_CheckedChanging);
            _TextBoxX1                         = new DevComponents.DotNetBar.Controls.TextBoxX();
            _TextBoxX1.TextChanged            += new EventHandler(TextBoxX1_TextChanged);
            _ListViewEx1                       = new DevComponents.DotNetBar.Controls.ListViewEx();
            _ListViewEx1.SelectedIndexChanged += new EventHandler(ListBoxAdv_CI_Textures_ItemClick);
            _SuperTooltip1                     = new DevComponents.DotNetBar.SuperTooltip();
            _PictureBox1                       = new System.Windows.Forms.PictureBox();
            _Panel1 = new System.Windows.Forms.Panel();
            _CheckBoxX_IsNonSolid = new DevComponents.DotNetBar.Controls.CheckBoxX();
            _CheckBoxX_IsNonSolid.CheckedChanged += new EventHandler(ButtonItem_IsNonSolid_CheckedChanged);
            _CircularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
            _Panel2            = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)_PictureBox1).BeginInit();
            _Panel1.SuspendLayout();
            _Panel2.SuspendLayout();
            SuspendLayout();
            //
            // TextBoxX_ColParam2
            //
            resources.ApplyResources(_TextBoxX_ColParam2, "TextBoxX_ColParam2");
            _TextBoxX_ColParam2.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _TextBoxX_ColParam2.Border.Class      = "TextBoxBorder";
            _TextBoxX_ColParam2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX_ColParam2.DisabledBackColor = System.Drawing.Color.White;
            _TextBoxX_ColParam2.ForeColor         = System.Drawing.Color.Black;
            _TextBoxX_ColParam2.Name             = "TextBoxX_ColParam2";
            _TextBoxX_ColParam2.PreventEnterBeep = true;
            //
            // TextBoxX_ColParam1
            //
            resources.ApplyResources(_TextBoxX_ColParam1, "TextBoxX_ColParam1");
            _TextBoxX_ColParam1.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _TextBoxX_ColParam1.Border.Class      = "TextBoxBorder";
            _TextBoxX_ColParam1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX_ColParam1.DisabledBackColor = System.Drawing.Color.White;
            _TextBoxX_ColParam1.ForeColor         = System.Drawing.Color.Black;
            _TextBoxX_ColParam1.Name             = "TextBoxX_ColParam1";
            _TextBoxX_ColParam1.PreventEnterBeep = true;
            //
            // LabelX_ColParamsTipp
            //
            resources.ApplyResources(_LabelX_ColParamsTipp, "LabelX_ColParamsTipp");
            //
            //
            //
            _LabelX_ColParamsTipp.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_ColParamsTipp.Name              = "LabelX_ColParamsTipp";
            _LabelX_ColParamsTipp.Style             = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            _LabelX_ColParamsTipp.TextLineAlignment = System.Drawing.StringAlignment.Near;
            //
            // LabelX_Param2
            //
            resources.ApplyResources(_LabelX_Param2, "LabelX_Param2");
            //
            //
            //
            _LabelX_Param2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Param2.Name  = "LabelX_Param2";
            _LabelX_Param2.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // LabelX_Param1
            //
            resources.ApplyResources(_LabelX_Param1, "LabelX_Param1");
            //
            //
            //
            _LabelX_Param1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Param1.Name  = "LabelX_Param1";
            _LabelX_Param1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // Button_SaveColsettings
            //
            _Button_SaveColsettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            resources.ApplyResources(_Button_SaveColsettings, "Button_SaveColsettings");
            _Button_SaveColsettings.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_SaveColsettings.DialogResult     = System.Windows.Forms.DialogResult.OK;
            _Button_SaveColsettings.FocusCuesEnabled = false;
            _Button_SaveColsettings.Name             = "Button_SaveColsettings";
            _Button_SaveColsettings.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX48
            //
            //
            //
            //
            _LabelX48.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX48, "LabelX48");
            _LabelX48.Name  = "LabelX48";
            _LabelX48.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // ComboBox_ColType
            //
            resources.ApplyResources(_ComboBox_ColType, "ComboBox_ColType");
            _ComboBox_ColType.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            _ComboBox_ColType.DropDownHeight    = 150;
            _ComboBox_ColType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            _ComboBox_ColType.ForeColor         = System.Drawing.Color.Black;
            _ComboBox_ColType.FormattingEnabled = true;
            _ComboBox_ColType.Name  = "ComboBox_ColType";
            _ComboBox_ColType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX_CollisionType
            //
            resources.ApplyResources(_LabelX_CollisionType, "LabelX_CollisionType");
            //
            //
            //
            _LabelX_CollisionType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_CollisionType.Name  = "LabelX_CollisionType";
            _LabelX_CollisionType.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // CheckBoxX1
            //
            resources.ApplyResources(_CheckBoxX1, "CheckBoxX1");
            //
            //
            //
            _CheckBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CheckBoxX1.FocusCuesEnabled           = false;
            _CheckBoxX1.Name  = "CheckBoxX1";
            _CheckBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // TextBoxX1
            //
            resources.ApplyResources(_TextBoxX1, "TextBoxX1");
            _TextBoxX1.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _TextBoxX1.Border.Class      = "TextBoxBorder";
            _TextBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX1.DisabledBackColor = System.Drawing.Color.White;
            _TextBoxX1.ForeColor         = System.Drawing.Color.Black;
            _TextBoxX1.Name             = "TextBoxX1";
            _TextBoxX1.PreventEnterBeep = true;
            //
            // ListViewEx1
            //
            resources.ApplyResources(_ListViewEx1, "ListViewEx1");
            _ListViewEx1.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _ListViewEx1.Border.Class      = "ListViewBorder";
            _ListViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ListViewEx1.DisabledBackColor = System.Drawing.Color.Empty;
            _ListViewEx1.FocusCuesEnabled  = false;
            _ListViewEx1.ForeColor         = System.Drawing.Color.Black;
            _ListViewEx1.FullRowSelect     = true;
            _ListViewEx1.HideSelection     = false;
            _ListViewEx1.Name = "ListViewEx1";
            _ListViewEx1.UseCompatibleStateImageBehavior = false;
            //
            // SuperTooltip1
            //
            resources.ApplyResources(_SuperTooltip1, "SuperTooltip1");
            _SuperTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            //
            // PictureBox1
            //
            resources.ApplyResources(_PictureBox1, "PictureBox1");
            _PictureBox1.Name    = "PictureBox1";
            _PictureBox1.TabStop = false;
            //
            // Panel1
            //
            resources.ApplyResources(_Panel1, "Panel1");
            _Panel1.BackColor = System.Drawing.Color.Transparent;
            _Panel1.Controls.Add(_LabelX_CollisionType);
            _Panel1.Controls.Add(_ComboBox_ColType);
            _Panel1.Controls.Add(_LabelX_Param2);
            _Panel1.Controls.Add(_LabelX_ColParamsTipp);
            _Panel1.Controls.Add(_LabelX_Param1);
            _Panel1.Controls.Add(_TextBoxX_ColParam1);
            _Panel1.Controls.Add(_CheckBoxX1);
            _Panel1.Controls.Add(_TextBoxX_ColParam2);
            _Panel1.Controls.Add(_TextBoxX1);
            _Panel1.Name = "Panel1";
            //
            // CheckBoxX_IsNonSolid
            //
            resources.ApplyResources(_CheckBoxX_IsNonSolid, "CheckBoxX_IsNonSolid");
            //
            //
            //
            _CheckBoxX_IsNonSolid.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CheckBoxX_IsNonSolid.FocusCuesEnabled           = false;
            _CheckBoxX_IsNonSolid.Name  = "CheckBoxX_IsNonSolid";
            _CheckBoxX_IsNonSolid.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // CircularProgress1
            //
            resources.ApplyResources(_CircularProgress1, "CircularProgress1");
            _CircularProgress1.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            _CircularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CircularProgress1.Name = "CircularProgress1";
            _CircularProgress1.SetVisibleStateOnStart = true;
            _CircularProgress1.SetVisibleStateOnStop  = true;
            _CircularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // Panel2
            //
            _Panel2.BackColor = System.Drawing.Color.Transparent;
            _Panel2.Controls.Add(_LabelX48);
            _Panel2.Controls.Add(_CircularProgress1);
            _Panel2.Controls.Add(_Button_SaveColsettings);
            _Panel2.Controls.Add(_CheckBoxX_IsNonSolid);
            _Panel2.Controls.Add(_ListViewEx1);
            _Panel2.Controls.Add(_Panel1);
            _Panel2.Controls.Add(_PictureBox1);
            resources.ApplyResources(_Panel2, "Panel2");
            _Panel2.Name = "Panel2";
            //
            // CollisionEditor
            //
            resources.ApplyResources(this, "$this");
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            Controls.Add(_Panel2);
            MaximizeBox        = false;
            MinimizeBox        = false;
            Name               = "CollisionEditor";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            ((System.ComponentModel.ISupportInitialize)_PictureBox1).EndInit();
            _Panel1.ResumeLayout(false);
            _Panel2.ResumeLayout(false);
            ResumeLayout(false);
        }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     this.cboTagRank1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.listViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.cboRankRilter = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.listViewEx2 = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.cboExam = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.cboTagRank2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.listViewEx3 = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.cboRefExam = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.cboSchoolYear = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cboSemester = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.cboConfigure = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.panel3 = new System.Windows.Forms.Panel();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.btnSaveConfig = new DevComponents.DotNetBar.ButtonX();
     this.btnPrint = new DevComponents.DotNetBar.ButtonX();
     this.btnCancel = new DevComponents.DotNetBar.ButtonX();
     this.panel4 = new System.Windows.Forms.Panel();
     this.circularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // cboTagRank1
     //
     this.cboTagRank1.DisplayMember = "Text";
     this.cboTagRank1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboTagRank1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTagRank1.FormattingEnabled = true;
     this.cboTagRank1.ItemHeight = 19;
     this.cboTagRank1.Location = new System.Drawing.Point(95, 14);
     this.cboTagRank1.Name = "cboTagRank1";
     this.cboTagRank1.Size = new System.Drawing.Size(160, 25);
     this.cboTagRank1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboTagRank1.TabIndex = 0;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(13, 16);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(82, 21);
     this.labelX1.TabIndex = 5;
     this.labelX1.Text = "類別排名1:";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(13, 205);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(74, 21);
     this.labelX2.TabIndex = 5;
     this.labelX2.Text = "列印科目:";
     //
     // 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.Border.Class = "ListViewBorder";
     this.listViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx1.CheckBoxes = true;
     this.listViewEx1.Location = new System.Drawing.Point(13, 232);
     this.listViewEx1.Name = "listViewEx1";
     this.listViewEx1.Size = new System.Drawing.Size(366, 248);
     this.listViewEx1.TabIndex = 8;
     this.listViewEx1.UseCompatibleStateImageBehavior = false;
     this.listViewEx1.View = System.Windows.Forms.View.List;
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(13, 174);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(114, 21);
     this.labelX3.TabIndex = 5;
     this.labelX3.Text = "不排名學生類別:";
     //
     // cboRankRilter
     //
     this.cboRankRilter.DisplayMember = "Text";
     this.cboRankRilter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboRankRilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboRankRilter.FormattingEnabled = true;
     this.cboRankRilter.ItemHeight = 19;
     this.cboRankRilter.Location = new System.Drawing.Point(134, 172);
     this.cboRankRilter.Name = "cboRankRilter";
     this.cboRankRilter.Size = new System.Drawing.Size(160, 25);
     this.cboRankRilter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboRankRilter.TabIndex = 7;
     //
     // listViewEx2
     //
     this.listViewEx2.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.listViewEx2.Border.Class = "ListViewBorder";
     this.listViewEx2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx2.CheckBoxes = true;
     this.listViewEx2.Location = new System.Drawing.Point(13, 79);
     this.listViewEx2.Name = "listViewEx2";
     this.listViewEx2.Size = new System.Drawing.Size(370, 147);
     this.listViewEx2.TabIndex = 1;
     this.listViewEx2.UseCompatibleStateImageBehavior = false;
     this.listViewEx2.View = System.Windows.Forms.View.List;
     //
     // cboExam
     //
     this.cboExam.DisplayMember = "Name";
     this.cboExam.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboExam.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboExam.FormattingEnabled = true;
     this.cboExam.ItemHeight = 19;
     this.cboExam.Location = new System.Drawing.Point(120, 110);
     this.cboExam.Name = "cboExam";
     this.cboExam.Size = new System.Drawing.Size(160, 25);
     this.cboExam.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboExam.TabIndex = 5;
     this.cboExam.ValueMember = "ID";
     this.cboExam.SelectedIndexChanged += new System.EventHandler(this.ExamChanged);
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(13, 112);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(101, 21);
     this.labelX4.TabIndex = 5;
     this.labelX4.Text = "列印成績試別:";
     //
     // cboTagRank2
     //
     this.cboTagRank2.DisplayMember = "Text";
     this.cboTagRank2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboTagRank2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTagRank2.FormattingEnabled = true;
     this.cboTagRank2.ItemHeight = 19;
     this.cboTagRank2.Location = new System.Drawing.Point(95, 14);
     this.cboTagRank2.Name = "cboTagRank2";
     this.cboTagRank2.Size = new System.Drawing.Size(160, 25);
     this.cboTagRank2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboTagRank2.TabIndex = 0;
     //
     // labelX5
     //
     this.labelX5.AutoSize = true;
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(13, 16);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(82, 21);
     this.labelX5.TabIndex = 5;
     this.labelX5.Text = "類別排名2:";
     //
     // listViewEx3
     //
     this.listViewEx3.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.listViewEx3.Border.Class = "ListViewBorder";
     this.listViewEx3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx3.CheckBoxes = true;
     this.listViewEx3.Location = new System.Drawing.Point(13, 79);
     this.listViewEx3.Name = "listViewEx3";
     this.listViewEx3.Size = new System.Drawing.Size(370, 147);
     this.listViewEx3.TabIndex = 1;
     this.listViewEx3.UseCompatibleStateImageBehavior = false;
     this.listViewEx3.View = System.Windows.Forms.View.List;
     //
     // labelX7
     //
     this.labelX7.AutoSize = true;
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(13, 81);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(60, 21);
     this.labelX7.TabIndex = 5;
     this.labelX7.Text = "學年度:";
     //
     // cboRefExam
     //
     this.cboRefExam.DisplayMember = "Name";
     this.cboRefExam.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboRefExam.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboRefExam.FormattingEnabled = true;
     this.cboRefExam.ItemHeight = 19;
     this.cboRefExam.Location = new System.Drawing.Point(120, 141);
     this.cboRefExam.Name = "cboRefExam";
     this.cboRefExam.Size = new System.Drawing.Size(160, 25);
     this.cboRefExam.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboRefExam.TabIndex = 6;
     this.cboRefExam.ValueMember = "ID";
     //
     // labelX8
     //
     this.labelX8.AutoSize = true;
     this.labelX8.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(13, 143);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(101, 21);
     this.labelX8.TabIndex = 5;
     this.labelX8.Text = "參考成績試別:";
     //
     // cboSchoolYear
     //
     this.cboSchoolYear.DisplayMember = "Text";
     this.cboSchoolYear.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboSchoolYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSchoolYear.FormattingEnabled = true;
     this.cboSchoolYear.ItemHeight = 19;
     this.cboSchoolYear.Location = new System.Drawing.Point(73, 79);
     this.cboSchoolYear.Name = "cboSchoolYear";
     this.cboSchoolYear.Size = new System.Drawing.Size(54, 25);
     this.cboSchoolYear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboSchoolYear.TabIndex = 3;
     this.cboSchoolYear.TextChanged += new System.EventHandler(this.ExamChanged);
     //
     // cboSemester
     //
     this.cboSemester.DisplayMember = "Text";
     this.cboSemester.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboSemester.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSemester.FormattingEnabled = true;
     this.cboSemester.ItemHeight = 19;
     this.cboSemester.Location = new System.Drawing.Point(174, 79);
     this.cboSemester.Name = "cboSemester";
     this.cboSemester.Size = new System.Drawing.Size(54, 25);
     this.cboSemester.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboSemester.TabIndex = 4;
     this.cboSemester.TextChanged += new System.EventHandler(this.ExamChanged);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(784, 509);
     this.tableLayoutPanel1.TabIndex = 11;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cboConfigure);
     this.panel1.Controls.Add(this.linkLabel4);
     this.panel1.Controls.Add(this.linkLabel3);
     this.panel1.Controls.Add(this.linkLabel5);
     this.panel1.Controls.Add(this.linkLabel2);
     this.panel1.Controls.Add(this.linkLabel1);
     this.panel1.Controls.Add(this.listViewEx1);
     this.panel1.Controls.Add(this.labelX2);
     this.panel1.Controls.Add(this.cboRankRilter);
     this.panel1.Controls.Add(this.labelX3);
     this.panel1.Controls.Add(this.cboSemester);
     this.panel1.Controls.Add(this.labelX9);
     this.panel1.Controls.Add(this.labelX11);
     this.panel1.Controls.Add(this.labelX7);
     this.panel1.Controls.Add(this.cboSchoolYear);
     this.panel1.Controls.Add(this.labelX8);
     this.panel1.Controls.Add(this.cboRefExam);
     this.panel1.Controls.Add(this.labelX4);
     this.panel1.Controls.Add(this.cboExam);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin = new System.Windows.Forms.Padding(0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(392, 509);
     this.panel1.TabIndex = 0;
     //
     // cboConfigure
     //
     this.cboConfigure.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cboConfigure.DisplayMember = "Name";
     this.cboConfigure.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboConfigure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboConfigure.FormattingEnabled = true;
     this.cboConfigure.ItemHeight = 19;
     this.cboConfigure.Location = new System.Drawing.Point(106, 14);
     this.cboConfigure.Name = "cboConfigure";
     this.cboConfigure.Size = new System.Drawing.Size(273, 25);
     this.cboConfigure.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboConfigure.TabIndex = 0;
     this.cboConfigure.SelectedIndexChanged += new System.EventHandler(this.cboConfigure_SelectedIndexChanged);
     //
     // linkLabel4
     //
     this.linkLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(306, 50);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(73, 17);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "刪除設定檔";
     this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
     //
     // linkLabel3
     //
     this.linkLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(227, 50);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(73, 17);
     this.linkLabel3.TabIndex = 1;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "複製設定檔";
     this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
     //
     // linkLabel5
     //
     this.linkLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(267, 483);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(112, 17);
     this.linkLabel5.TabIndex = 11;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "下載合併欄位總表";
     this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(102, 483);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(86, 17);
     this.linkLabel2.TabIndex = 10;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "變更套印樣板";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // linkLabel1
     //
     this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(10, 483);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(86, 17);
     this.linkLabel1.TabIndex = 9;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "檢視套印樣板";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // labelX9
     //
     this.labelX9.AutoSize = true;
     this.labelX9.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(127, 81);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(47, 21);
     this.labelX9.TabIndex = 5;
     this.labelX9.Text = "學期:";
     //
     // labelX11
     //
     this.labelX11.AutoSize = true;
     this.labelX11.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(13, 16);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(87, 21);
     this.labelX11.TabIndex = 5;
     this.labelX11.Text = "樣板設定檔:";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel3, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.panel5, 0, 2);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(392, 0);
     this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(392, 509);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.labelX6);
     this.panel2.Controls.Add(this.labelX1);
     this.panel2.Controls.Add(this.cboTagRank1);
     this.panel2.Controls.Add(this.listViewEx2);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin = new System.Windows.Forms.Padding(0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(392, 234);
     this.panel2.TabIndex = 0;
     //
     // labelX6
     //
     this.labelX6.AutoSize = true;
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(13, 50);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(74, 21);
     this.labelX6.TabIndex = 5;
     this.labelX6.Text = "排名科目:";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.listViewEx3);
     this.panel3.Controls.Add(this.labelX10);
     this.panel3.Controls.Add(this.labelX5);
     this.panel3.Controls.Add(this.cboTagRank2);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 234);
     this.panel3.Margin = new System.Windows.Forms.Padding(0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(392, 234);
     this.panel3.TabIndex = 1;
     //
     // labelX10
     //
     this.labelX10.AutoSize = true;
     this.labelX10.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(13, 50);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(74, 21);
     this.labelX10.TabIndex = 7;
     this.labelX10.Text = "排名科目:";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.btnSaveConfig);
     this.panel5.Controls.Add(this.btnPrint);
     this.panel5.Controls.Add(this.btnCancel);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 468);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(392, 41);
     this.panel5.TabIndex = 1;
     //
     // btnSaveConfig
     //
     this.btnSaveConfig.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSaveConfig.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSaveConfig.Enabled = false;
     this.btnSaveConfig.Location = new System.Drawing.Point(146, 9);
     this.btnSaveConfig.Name = "btnSaveConfig";
     this.btnSaveConfig.Size = new System.Drawing.Size(75, 23);
     this.btnSaveConfig.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnSaveConfig.TabIndex = 0;
     this.btnSaveConfig.Text = "儲存設定";
     this.btnSaveConfig.Tooltip = "儲存當前的樣板設定。";
     this.btnSaveConfig.Click += new System.EventHandler(this.SaveTemplate);
     //
     // btnPrint
     //
     this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.BackColor = System.Drawing.Color.Transparent;
     this.btnPrint.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnPrint.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnPrint.Enabled = false;
     this.btnPrint.Location = new System.Drawing.Point(227, 9);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(75, 23);
     this.btnPrint.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnPrint.TabIndex = 1;
     this.btnPrint.Text = "確定";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BackColor = System.Drawing.Color.Transparent;
     this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(308, 9);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.Transparent;
     this.panel4.Location = new System.Drawing.Point(917, 659);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(200, 100);
     this.panel4.TabIndex = 12;
     //
     // circularProgress1
     //
     this.circularProgress1.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.circularProgress1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.circularProgress1.BackgroundStyle.Class = "";
     this.circularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.circularProgress1.FocusCuesEnabled = false;
     this.circularProgress1.Location = new System.Drawing.Point(355, 217);
     this.circularProgress1.Name = "circularProgress1";
     this.circularProgress1.ProgressBarType = DevComponents.DotNetBar.eCircularProgressType.Dot;
     this.circularProgress1.ProgressColor = System.Drawing.Color.LimeGreen;
     this.circularProgress1.ProgressTextVisible = true;
     this.circularProgress1.Size = new System.Drawing.Size(75, 75);
     this.circularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.circularProgress1.TabIndex = 13;
     //
     // ConfigForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(784, 509);
     this.Controls.Add(this.circularProgress1);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.tableLayoutPanel1);
     this.DoubleBuffered = true;
     this.MaximizeBox = true;
     this.Name = "ConfigForm";
     this.Text = "期末成績單";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #9
0
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportLevelDialog));

            _ButtonX_Import        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_Import.Click += new EventHandler(ButtonX_Import_Click);
            _LabelX_Romfile        = new DevComponents.DotNetBar.LabelX();
            _ItemListBox_Levels    = new Publics.Controls.ItemListBox();
            _ItemListBox_Levels.SelectedIndexChanged += new EventHandler(ItemListBox1_SelectedIndexChanged);
            _ItemListBox_Levels.SelectedIndexChanged += new EventHandler(ItemListBox_Levels_SelectedIndexChanged);
            _TableLayoutPanel1 = new TableLayoutPanel();
            _ItemPanel_Areas   = new DevComponents.DotNetBar.ItemPanel();
            _CircularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
            _ItemListBox_Levels.SuspendLayout();
            _TableLayoutPanel1.SuspendLayout();
            SuspendLayout();
            //
            // ButtonX_Import
            //
            _ButtonX_Import.AccessibleRole   = AccessibleRole.PushButton;
            _ButtonX_Import.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX_Import.Dock             = DockStyle.Fill;
            _ButtonX_Import.Enabled          = false;
            _ButtonX_Import.FocusCuesEnabled = false;
            _ButtonX_Import.Location         = new Point(271, 3);
            _ButtonX_Import.Name             = "ButtonX_Import";
            _ButtonX_Import.Size             = new Size(110, 23);
            _ButtonX_Import.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX_Import.TabIndex         = 2;
            _ButtonX_Import.Text             = "Import";
            //
            // LabelX_Romfile
            //
            //
            //
            //
            _LabelX_Romfile.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Romfile.Dock     = DockStyle.Fill;
            _LabelX_Romfile.Location = new Point(3, 3);
            _LabelX_Romfile.Name     = "LabelX_Romfile";
            _LabelX_Romfile.Size     = new Size(262, 23);
            _LabelX_Romfile.TabIndex = 3;
            _LabelX_Romfile.Text     = "Please open a ROM file!";
            //
            // ItemListBox_Levels
            //
            _ItemListBox_Levels.AutoScroll = true;
            //
            //
            //
            _ItemListBox_Levels.BackgroundStyle.Class            = "ItemPanel";
            _ItemListBox_Levels.BackgroundStyle.CornerType       = DevComponents.DotNetBar.eCornerType.Square;
            _ItemListBox_Levels.ContainerControlProcessDialogKey = true;
            _ItemListBox_Levels.Controls.Add(_CircularProgress1);
            _ItemListBox_Levels.Dock              = DockStyle.Fill;
            _ItemListBox_Levels.DragDropSupport   = true;
            _ItemListBox_Levels.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            _ItemListBox_Levels.LicenseKey        = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            _ItemListBox_Levels.Location          = new Point(3, 32);
            _ItemListBox_Levels.Name              = "ItemListBox_Levels";
            _ItemListBox_Levels.ReserveLeftSpace  = false;
            _ItemListBox_Levels.Size              = new Size(262, 226);
            _ItemListBox_Levels.Style             = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ItemListBox_Levels.TabIndex          = 1;
            _ItemListBox_Levels.Text              = "ItemListBox1";
            //
            // TableLayoutPanel1
            //
            _TableLayoutPanel1.BackColor   = Color.Transparent;
            _TableLayoutPanel1.ColumnCount = 2;
            _TableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 70.0F));
            _TableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 30.0F));
            _TableLayoutPanel1.Controls.Add(_ButtonX_Import, 1, 0);
            _TableLayoutPanel1.Controls.Add(_LabelX_Romfile, 0, 0);
            _TableLayoutPanel1.Controls.Add(_ItemListBox_Levels, 0, 1);
            _TableLayoutPanel1.Controls.Add(_ItemPanel_Areas, 1, 1);
            _TableLayoutPanel1.Dock     = DockStyle.Fill;
            _TableLayoutPanel1.Location = new Point(0, 0);
            _TableLayoutPanel1.Name     = "TableLayoutPanel1";
            _TableLayoutPanel1.RowCount = 2;
            _TableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 29.0F));
            _TableLayoutPanel1.RowStyles.Add(new RowStyle());
            _TableLayoutPanel1.Size     = new Size(384, 261);
            _TableLayoutPanel1.TabIndex = 4;
            //
            // ItemPanel_Areas
            //
            _ItemPanel_Areas.AutoScroll = true;
            //
            //
            //
            _ItemPanel_Areas.BackgroundStyle.Class            = "ItemPanel";
            _ItemPanel_Areas.BackgroundStyle.CornerType       = DevComponents.DotNetBar.eCornerType.Square;
            _ItemPanel_Areas.ContainerControlProcessDialogKey = true;
            _ItemPanel_Areas.Dock              = DockStyle.Fill;
            _ItemPanel_Areas.DragDropSupport   = true;
            _ItemPanel_Areas.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            _ItemPanel_Areas.LicenseKey        = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            _ItemPanel_Areas.Location          = new Point(271, 32);
            _ItemPanel_Areas.Name              = "ItemPanel_Areas";
            _ItemPanel_Areas.ReserveLeftSpace  = false;
            _ItemPanel_Areas.Size              = new Size(110, 226);
            _ItemPanel_Areas.TabIndex          = 4;
            _ItemPanel_Areas.Text              = "ItemPanel1";
            //
            // CircularProgress1
            //
            _CircularProgress1.Anchor    = AnchorStyles.None;
            _CircularProgress1.BackColor = Color.Transparent;
            //
            //
            //
            _CircularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CircularProgress1.Location               = new Point(94, 76);
            _CircularProgress1.Name                   = "CircularProgress1";
            _CircularProgress1.ProgressBarType        = DevComponents.DotNetBar.eCircularProgressType.Dot;
            _CircularProgress1.SetVisibleStateOnStart = true;
            _CircularProgress1.SetVisibleStateOnStop  = true;
            _CircularProgress1.Size                   = new Size(75, 75);
            _CircularProgress1.Style                  = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            _CircularProgress1.TabIndex               = 9;
            //
            // ImportLevelDialog
            //
            AutoScaleDimensions = new SizeF(6.0F, 13.0F);
            AutoScaleMode       = AutoScaleMode.Font;
            ClientSize          = new Size(384, 261);
            Controls.Add(_TableLayoutPanel1);
            FormBorderStyle    = FormBorderStyle.FixedSingle;
            Icon               = (Icon)resources.GetObject("$this.Icon");
            MaximizeBox        = false;
            Name               = "ImportLevelDialog";
            StartPosition      = FormStartPosition.CenterParent;
            Text               = "Import Levels";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            _ItemListBox_Levels.ResumeLayout(false);
            _TableLayoutPanel1.ResumeLayout(false);
            ResumeLayout(false);
        }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelUsuario = new DevComponents.DotNetBar.LabelX();
     this.textBoxUsuario = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxPassword = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelPassword = new DevComponents.DotNetBar.LabelX();
     this.buttonIngresar = new DevComponents.DotNetBar.ButtonX();
     this.circularProgress = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.buttonCancelar = new DevComponents.DotNetBar.ButtonX();
     this.SuspendLayout();
     //
     // labelUsuario
     //
     this.labelUsuario.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelUsuario.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelUsuario.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUsuario.ForeColor = System.Drawing.SystemColors.ControlText;
     this.labelUsuario.Location = new System.Drawing.Point(8, 8);
     this.labelUsuario.Name = "labelUsuario";
     this.labelUsuario.Size = new System.Drawing.Size(100, 29);
     this.labelUsuario.TabIndex = 0;
     this.labelUsuario.Text = "Usuario:";
     //
     // textBoxUsuario
     //
     //
     //
     //
     this.textBoxUsuario.Border.Class = "TextBoxBorder";
     this.textBoxUsuario.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxUsuario.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxUsuario.Location = new System.Drawing.Point(8, 43);
     this.textBoxUsuario.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.textBoxUsuario.MaxLength = 25;
     this.textBoxUsuario.Name = "textBoxUsuario";
     this.textBoxUsuario.PreventEnterBeep = true;
     this.textBoxUsuario.Size = new System.Drawing.Size(228, 29);
     this.textBoxUsuario.TabIndex = 1;
     this.textBoxUsuario.WatermarkText = "Usuario";
     this.textBoxUsuario.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxUsuario_KeyPress);
     //
     // textBoxPassword
     //
     //
     //
     //
     this.textBoxPassword.Border.Class = "TextBoxBorder";
     this.textBoxPassword.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxPassword.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxPassword.Location = new System.Drawing.Point(8, 120);
     this.textBoxPassword.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.textBoxPassword.MaxLength = 25;
     this.textBoxPassword.Name = "textBoxPassword";
     this.textBoxPassword.PreventEnterBeep = true;
     this.textBoxPassword.Size = new System.Drawing.Size(228, 29);
     this.textBoxPassword.TabIndex = 2;
     this.textBoxPassword.UseSystemPasswordChar = true;
     this.textBoxPassword.WatermarkText = "Contraseña";
     this.textBoxPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPassword_KeyPress);
     //
     // labelPassword
     //
     this.labelPassword.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelPassword.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelPassword.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelPassword.ForeColor = System.Drawing.SystemColors.ControlText;
     this.labelPassword.Location = new System.Drawing.Point(8, 85);
     this.labelPassword.Name = "labelPassword";
     this.labelPassword.Size = new System.Drawing.Size(100, 29);
     this.labelPassword.TabIndex = 2;
     this.labelPassword.Text = "Contraseña:";
     //
     // buttonIngresar
     //
     this.buttonIngresar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonIngresar.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonIngresar.Location = new System.Drawing.Point(8, 191);
     this.buttonIngresar.Name = "buttonIngresar";
     this.buttonIngresar.Size = new System.Drawing.Size(75, 29);
     this.buttonIngresar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonIngresar.TabIndex = 3;
     this.buttonIngresar.Text = "Ingresar";
     this.buttonIngresar.Click += new System.EventHandler(this.buttonIngresar_Click);
     //
     // circularProgress
     //
     this.circularProgress.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.circularProgress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.circularProgress.Location = new System.Drawing.Point(85, 197);
     this.circularProgress.Margin = new System.Windows.Forms.Padding(20);
     this.circularProgress.Name = "circularProgress";
     this.circularProgress.Size = new System.Drawing.Size(75, 23);
     this.circularProgress.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
     this.circularProgress.TabIndex = 6;
     //
     // buttonCancelar
     //
     this.buttonCancelar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonCancelar.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonCancelar.Location = new System.Drawing.Point(161, 191);
     this.buttonCancelar.Name = "buttonCancelar";
     this.buttonCancelar.Size = new System.Drawing.Size(75, 29);
     this.buttonCancelar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonCancelar.TabIndex = 4;
     this.buttonCancelar.Text = "Cancelar";
     this.buttonCancelar.Click += new System.EventHandler(this.buttonCancelar_Click);
     //
     // LoginControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.buttonCancelar);
     this.Controls.Add(this.circularProgress);
     this.Controls.Add(this.buttonIngresar);
     this.Controls.Add(this.textBoxPassword);
     this.Controls.Add(this.labelPassword);
     this.Controls.Add(this.textBoxUsuario);
     this.Controls.Add(this.labelUsuario);
     this.MinimumSize = new System.Drawing.Size(245, 230);
     this.Name = "LoginControl";
     this.Padding = new System.Windows.Forms.Padding(5);
     this.Size = new System.Drawing.Size(245, 230);
     this.Load += new System.EventHandler(this.LoginControl_Load);
     this.ResumeLayout(false);
 }
Пример #11
0
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
     this.paneLogin = new System.Windows.Forms.Panel();
     this.cpbConectando = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnIngresar = new System.Windows.Forms.Button();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txtPassword = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.txtUser = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.valLogin = new DevComponents.DotNetBar.Validator.SuperValidator();
     this.valPasswordReq = new DevComponents.DotNetBar.Validator.RequiredFieldValidator("Debe ingresar una contraseña");
     this.valPasswordLength = new DevComponents.DotNetBar.Validator.RegularExpressionValidator();
     this.valUsuarioReq = new DevComponents.DotNetBar.Validator.RequiredFieldValidator("Debe Ingresar un Usuario");
     this.valUsuarioLenght = new DevComponents.DotNetBar.Validator.RegularExpressionValidator();
     this.valError = new System.Windows.Forms.ErrorProvider(this.components);
     this.valHighlighter = new DevComponents.DotNetBar.Validator.Highlighter();
     this.paneLogin.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.valError)).BeginInit();
     this.SuspendLayout();
     //
     // paneLogin
     //
     this.paneLogin.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.paneLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.paneLogin.Controls.Add(this.cpbConectando);
     this.paneLogin.Controls.Add(this.pictureBox1);
     this.paneLogin.Controls.Add(this.btnCancelar);
     this.paneLogin.Controls.Add(this.btnIngresar);
     this.paneLogin.Controls.Add(this.labelX3);
     this.paneLogin.Controls.Add(this.txtPassword);
     this.paneLogin.Controls.Add(this.labelX2);
     this.paneLogin.Controls.Add(this.txtUser);
     this.paneLogin.Controls.Add(this.labelX1);
     this.paneLogin.Location = new System.Drawing.Point(12, 12);
     this.paneLogin.Name = "paneLogin";
     this.paneLogin.Size = new System.Drawing.Size(500, 360);
     this.paneLogin.TabIndex = 0;
     //
     // cpbConectando
     //
     this.cpbConectando.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.cpbConectando.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.cpbConectando.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cpbConectando.Location = new System.Drawing.Point(221, 308);
     this.cpbConectando.Name = "cpbConectando";
     this.cpbConectando.ProgressColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.cpbConectando.Size = new System.Drawing.Size(74, 40);
     this.cpbConectando.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
     this.cpbConectando.TabIndex = 16;
     this.cpbConectando.TabStop = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = global::Sistema_De_Administracion_De_Servicios.Properties.Resources.User_blue_icon;
     this.pictureBox1.Location = new System.Drawing.Point(40, 22);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(20);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(100, 110);
     this.pictureBox1.TabIndex = 15;
     this.pictureBox1.TabStop = false;
     //
     // btnCancelar
     //
     this.btnCancelar.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.btnCancelar.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancelar.Location = new System.Drawing.Point(272, 266);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(90, 35);
     this.btnCancelar.TabIndex = 14;
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // btnIngresar
     //
     this.btnIngresar.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.btnIngresar.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnIngresar.Location = new System.Drawing.Point(156, 266);
     this.btnIngresar.Name = "btnIngresar";
     this.btnIngresar.Size = new System.Drawing.Size(90, 35);
     this.btnIngresar.TabIndex = 13;
     this.btnIngresar.Text = "Ingresar";
     this.btnIngresar.UseVisualStyleBackColor = true;
     this.btnIngresar.Click += new System.EventHandler(this.btnIngresar_Click);
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Segoe UI", 32F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(69)))), ((int)(((byte)(77)))));
     this.labelX3.Location = new System.Drawing.Point(153, 62);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(264, 57);
     this.labelX3.TabIndex = 12;
     this.labelX3.Text = "Iniciar Sesión";
     //
     // txtPassword
     //
     this.txtPassword.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txtPassword.Border.Class = "TextBoxBorder";
     this.txtPassword.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtPassword.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(205)))), ((int)(((byte)(255)))));
     this.txtPassword.FocusHighlightEnabled = true;
     this.txtPassword.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.ForeColor = System.Drawing.Color.Black;
     this.txtPassword.Location = new System.Drawing.Point(207, 203);
     this.txtPassword.Margin = new System.Windows.Forms.Padding(10);
     this.txtPassword.MaxLength = 15;
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(200, 29);
     this.txtPassword.TabIndex = 9;
     this.valLogin.SetValidator1(this.txtPassword, this.valPasswordReq);
     this.valLogin.SetValidator2(this.txtPassword, this.valPasswordLength);
     this.txtPassword.Enter += new System.EventHandler(this.txtPassword_Enter);
     this.txtPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPassword_KeyPress);
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(69)))), ((int)(((byte)(77)))));
     this.labelX2.Location = new System.Drawing.Point(94, 204);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(100, 23);
     this.labelX2.TabIndex = 8;
     this.labelX2.Text = "Contraseña:";
     //
     // txtUser
     //
     this.txtUser.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.txtUser.Border.Class = "TextBoxBorder";
     this.txtUser.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtUser.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(205)))), ((int)(((byte)(255)))));
     this.txtUser.FocusHighlightEnabled = true;
     this.txtUser.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUser.ForeColor = System.Drawing.Color.Black;
     this.txtUser.Location = new System.Drawing.Point(207, 154);
     this.txtUser.Margin = new System.Windows.Forms.Padding(10);
     this.txtUser.MaxLength = 15;
     this.txtUser.Name = "txtUser";
     this.txtUser.Size = new System.Drawing.Size(200, 29);
     this.txtUser.TabIndex = 7;
     this.valLogin.SetValidator1(this.txtUser, this.valUsuarioReq);
     this.valLogin.SetValidator2(this.txtUser, this.valUsuarioLenght);
     this.txtUser.Enter += new System.EventHandler(this.txtUser_Enter);
     this.txtUser.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUser_KeyPress);
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(69)))), ((int)(((byte)(77)))));
     this.labelX1.Location = new System.Drawing.Point(94, 155);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(100, 23);
     this.labelX1.TabIndex = 6;
     this.labelX1.Text = "Usuario:";
     //
     // valLogin
     //
     this.valLogin.ContainerControl = this;
     this.valLogin.ErrorProvider = this.valError;
     this.valLogin.Highlighter = this.valHighlighter;
     //
     // valPasswordReq
     //
     this.valPasswordReq.ErrorMessage = "Debe ingresar una contraseña";
     this.valPasswordReq.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // valPasswordLength
     //
     this.valPasswordLength.ErrorMessage = "Contraseña demasiado corta";
     this.valPasswordLength.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.valPasswordLength.ValidationExpression = "\\S{3,3}";
     //
     // valUsuarioReq
     //
     this.valUsuarioReq.ErrorMessage = "Debe Ingresar un Usuario";
     this.valUsuarioReq.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     //
     // valUsuarioLenght
     //
     this.valUsuarioLenght.ErrorMessage = "Nombre de usuario demasiado corto";
     this.valUsuarioLenght.HighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
     this.valUsuarioLenght.ValidationExpression = "\\S{3,3}";
     //
     // valError
     //
     this.valError.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.valError.ContainerControl = this;
     this.valError.Icon = ((System.Drawing.Icon)(resources.GetObject("valError.Icon")));
     //
     // valHighlighter
     //
     this.valHighlighter.ContainerControl = this;
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.BackgroundImage = global::Sistema_De_Administracion_De_Servicios.Properties.Resources.form_background;
     this.ClientSize = new System.Drawing.Size(524, 384);
     this.Controls.Add(this.paneLogin);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Login";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Login";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.paneLogin.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.valError)).EndInit();
     this.ResumeLayout(false);
 }