本文整理汇总了C#中DevComponents.DotNetBar.LabelX类的典型用法代码示例。如果您正苦于以下问题:C# DevComponents.DotNetBar.LabelX类的具体用法?C# DevComponents.DotNetBar.LabelX怎么用?C# DevComponents.DotNetBar.LabelX使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
DevComponents.DotNetBar.LabelX类属于命名空间,在下文中一共展示了DevComponents.DotNetBar.LabelX类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.chkSelect = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.listView = new DevComponents.DotNetBar.Controls.ListViewEx();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.btnPrint = new DevComponents.DotNetBar.ButtonX();
this.SuspendLayout();
//
// chkSelect
//
this.chkSelect.AutoSize = true;
this.chkSelect.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.chkSelect.BackgroundStyle.Class = "";
this.chkSelect.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.chkSelect.Checked = true;
this.chkSelect.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkSelect.CheckValue = "Y";
this.chkSelect.Location = new System.Drawing.Point(34, 317);
this.chkSelect.Name = "chkSelect";
this.chkSelect.Size = new System.Drawing.Size(54, 21);
this.chkSelect.TabIndex = 3;
this.chkSelect.Text = "全選";
this.chkSelect.Click += new System.EventHandler(this.chkSelect_CheckedChanged);
//
// listView
//
//
//
//
this.listView.Border.Class = "ListViewBorder";
this.listView.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.listView.CheckBoxes = true;
this.listView.FullRowSelect = true;
this.listView.Location = new System.Drawing.Point(34, 53);
this.listView.Name = "listView";
this.listView.ShowItemToolTips = true;
this.listView.Size = new System.Drawing.Size(424, 258);
this.listView.TabIndex = 2;
this.listView.UseCompatibleStateImageBehavior = false;
this.listView.View = System.Windows.Forms.View.List;
//
// 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(23, 13);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(141, 21);
this.labelX1.TabIndex = 31;
this.labelX1.Text = "請勾選報表顯示欄位。";
//
// 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.AutoSize = true;
this.btnPrint.BackColor = System.Drawing.Color.Transparent;
this.btnPrint.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnPrint.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnPrint.Location = new System.Drawing.Point(383, 329);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(75, 25);
this.btnPrint.TabIndex = 32;
this.btnPrint.Text = "列 印";
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click_1);
//
// Student_CourseList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(492, 366);
this.Controls.Add(this.btnPrint);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.chkSelect);
this.Controls.Add(this.listView);
this.DoubleBuffered = true;
this.Name = "Student_CourseList";
this.Text = "";
this.TitleText = "選課名單";
this.ResumeLayout(false);
this.PerformLayout();
}
示例2: DataConverTool
public DataConverTool(DevComponents.DotNetBar.LabelX lab_progress, DevComponents.DotNetBar.LabelX lb, DevExpress.XtraEditors.MarqueeProgressBarControl progressBar, DevComponents.DotNetBar.Controls.RichTextBoxEx MessageShow,AxMapControl axMap)
{
this.axMapControl = axMap;
this.lb = lb;
this.lab_progress = lab_progress;
this.progressBar = progressBar;
this.MessageShow = MessageShow;
}
示例3: InitializeComponent
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido del método con el editor de código.
/// </summary>
private void InitializeComponent()
{
this.labelX9 = new DevComponents.DotNetBar.LabelX();
this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.SuspendLayout();
//
// labelX9
//
//
//
//
this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX9.Location = new System.Drawing.Point(23, 26);
this.labelX9.Name = "labelX9";
this.labelX9.Size = new System.Drawing.Size(121, 23);
this.labelX9.TabIndex = 18;
this.labelX9.Text = "Nombre Departamento :";
//
// textBoxX7
//
this.textBoxX7.BackColor = System.Drawing.Color.White;
//
//
//
this.textBoxX7.Border.Class = "TextBoxBorder";
this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.textBoxX7.ForeColor = System.Drawing.Color.Black;
this.textBoxX7.Location = new System.Drawing.Point(150, 29);
this.textBoxX7.Name = "textBoxX7";
this.textBoxX7.Size = new System.Drawing.Size(200, 20);
this.textBoxX7.TabIndex = 19;
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.buttonX1.Location = new System.Drawing.Point(206, 55);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(125, 23);
this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonX1.TabIndex = 20;
this.buttonX1.Text = "Agregar Departamento";
//
// Departamentos
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.buttonX1);
this.Controls.Add(this.textBoxX7);
this.Controls.Add(this.labelX9);
this.Name = "Departamentos";
this.Size = new System.Drawing.Size(391, 103);
this.ResumeLayout(false);
}
示例4: InitializeComponent
/// <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();
}
示例5: InitializeComponent
/// <summary>
/// �����֧������ķ��� - ��Ҫ
/// ʹ�ô���༭���Ĵ˷��������ݡ�
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmScaffoldRecommendSelect));
this.Btn_TjBzsgsj = new DevComponents.DotNetBar.ButtonX();
this.Lb_TjDsyt = new DevComponents.DotNetBar.LabelX();
this.Lb_TjDsgd = new DevComponents.DotNetBar.LabelX();
this.DbInput_TjDsgd = new DevComponents.Editors.DoubleInput();
this.comboItem2 = new DevComponents.Editors.ComboItem();
this.comboItem1 = new DevComponents.Editors.ComboItem();
this.Cbx_TjDsyt = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.Lb7_Tj = new DevComponents.DotNetBar.LabelX();
this.Lb6_Tj = new DevComponents.DotNetBar.LabelX();
this.Lb5_Tj = new DevComponents.DotNetBar.LabelX();
this.Lb4_Tj = new DevComponents.DotNetBar.LabelX();
this.Lb3_Tj = new DevComponents.DotNetBar.LabelX();
this.Lb2_Tj = new DevComponents.DotNetBar.LabelX();
this.Lb1_Tj = new DevComponents.DotNetBar.LabelX();
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.tabControlPanel6 = new DevComponents.DotNetBar.TabControlPanel();
this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.tabControlPanel7 = new DevComponents.DotNetBar.TabControlPanel();
this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.tabControlPanel8 = new DevComponents.DotNetBar.TabControlPanel();
this.tabControl_Tj = new DevComponents.DotNetBar.TabControl();
this.tcPanel_Tj5 = new DevComponents.DotNetBar.TabControlPanel();
this.TJtabItem5 = new DevComponents.DotNetBar.TabItem(this.components);
this.tcPanel_Tj1 = new DevComponents.DotNetBar.TabControlPanel();
this.TJtabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
this.tcPanel_Tj2 = new DevComponents.DotNetBar.TabControlPanel();
this.TJtabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
this.tcPanel_Tj7 = new DevComponents.DotNetBar.TabControlPanel();
this.TJtabItem7 = new DevComponents.DotNetBar.TabItem(this.components);
this.tcPanel_Tj6 = new DevComponents.DotNetBar.TabControlPanel();
this.TJtabItem6 = new DevComponents.DotNetBar.TabItem(this.components);
this.tcPanel_Tj4 = new DevComponents.DotNetBar.TabControlPanel();
this.TJtabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
this.tcPanel_Tj3 = new DevComponents.DotNetBar.TabControlPanel();
this.TJtabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel16 = new DevComponents.DotNetBar.TabControlPanel();
this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
((System.ComponentModel.ISupportInitialize)(this.DbInput_TjDsgd)).BeginInit();
this.groupPanel1.SuspendLayout();
this.panelEx1.SuspendLayout();
this.groupPanel2.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
this.tabControlPanel4.SuspendLayout();
this.tabControlPanel3.SuspendLayout();
this.tabControlPanel2.SuspendLayout();
this.tabControlPanel5.SuspendLayout();
this.tabControlPanel6.SuspendLayout();
this.tabControlPanel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tabControl_Tj)).BeginInit();
this.tabControl_Tj.SuspendLayout();
this.panelEx2.SuspendLayout();
this.SuspendLayout();
//
// Btn_TjBzsgsj
//
this.Btn_TjBzsgsj.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.Btn_TjBzsgsj.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.Btn_TjBzsgsj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Btn_TjBzsgsj.Location = new System.Drawing.Point(240, 2);
this.Btn_TjBzsgsj.Name = "Btn_TjBzsgsj";
this.Btn_TjBzsgsj.Size = new System.Drawing.Size(122, 36);
this.Btn_TjBzsgsj.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.Btn_TjBzsgsj.TabIndex = 0;
this.Btn_TjBzsgsj.Text = "����ר��ʩ������ ";
this.Btn_TjBzsgsj.Click += new System.EventHandler(this.Btn_TjBzsgsj_Click);
//
// Lb_TjDsyt
//
this.Lb_TjDsyt.AutoSize = true;
//
//
//
this.Lb_TjDsyt.BackgroundStyle.Class = "";
this.Lb_TjDsyt.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.Lb_TjDsyt.Location = new System.Drawing.Point(9, 27);
this.Lb_TjDsyt.Name = "Lb_TjDsyt";
this.Lb_TjDsyt.Size = new System.Drawing.Size(118, 18);
this.Lb_TjDsyt.TabIndex = 48;
this.Lb_TjDsyt.Text = "�������ּܵ���;";
//.........这里部分代码省略.........
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.cbxQuizName = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.btnRun = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.rbClassSeatNo = new System.Windows.Forms.RadioButton();
this.rbStudentNumber = new System.Windows.Forms.RadioButton();
this.groupPanel1.SuspendLayout();
this.SuspendLayout();
//
// labelX1
//
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(14, 14);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(63, 30);
this.labelX1.TabIndex = 0;
this.labelX1.Text = "測驗名稱";
//
// cbxQuizName
//
this.cbxQuizName.DisplayMember = "Text";
this.cbxQuizName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cbxQuizName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxQuizName.FormattingEnabled = true;
this.cbxQuizName.ItemHeight = 19;
this.cbxQuizName.Location = new System.Drawing.Point(81, 17);
this.cbxQuizName.Name = "cbxQuizName";
this.cbxQuizName.Size = new System.Drawing.Size(327, 25);
this.cbxQuizName.TabIndex = 1;
//
// btnRun
//
this.btnRun.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRun.BackColor = System.Drawing.Color.Transparent;
this.btnRun.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnRun.Location = new System.Drawing.Point(261, 88);
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(67, 23);
this.btnRun.TabIndex = 2;
this.btnRun.Text = "確定";
this.btnRun.Click += new System.EventHandler(this.btnRun_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(340, 88);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(67, 23);
this.btnExit.TabIndex = 3;
this.btnExit.Text = "離開";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// groupPanel1
//
this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.rbClassSeatNo);
this.groupPanel1.Controls.Add(this.rbStudentNumber);
this.groupPanel1.Location = new System.Drawing.Point(10, 52);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(200, 59);
//
//
//
this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.Class = "";
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel1.StyleMouseDown.Class = "";
//.........这里部分代码省略.........
开发者ID:ChunTaiChen,项目名称:Counsel_System,代码行数:101,代码来源:ImportStudQuizDataSelectQuizNameForm.designer.cs
示例7: InitializeComponent
/// <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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.lblImpName = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.dgQuizData = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.colDataField = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDataValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnSave = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.dtImplementationDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.dtAnalysisDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.cbxQuizName = new DevComponents.DotNetBar.Controls.ComboBoxEx();
((System.ComponentModel.ISupportInitialize)(this.dgQuizData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtImplementationDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtAnalysisDate)).BeginInit();
this.SuspendLayout();
//
// lblImpName
//
this.lblImpName.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblImpName.BackgroundStyle.Class = "";
this.lblImpName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblImpName.Location = new System.Drawing.Point(13, 54);
this.lblImpName.Name = "lblImpName";
this.lblImpName.Size = new System.Drawing.Size(58, 23);
this.lblImpName.TabIndex = 1;
this.lblImpName.Text = "實施日期";
//
// labelX3
//
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(272, 54);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(70, 23);
this.labelX3.TabIndex = 3;
this.labelX3.Text = "解析日期";
//
// dgQuizData
//
this.dgQuizData.AllowUserToAddRows = false;
this.dgQuizData.AllowUserToDeleteRows = false;
this.dgQuizData.BackgroundColor = System.Drawing.Color.White;
this.dgQuizData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgQuizData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colDataField,
this.colDataValue});
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgQuizData.DefaultCellStyle = dataGridViewCellStyle1;
this.dgQuizData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
this.dgQuizData.Location = new System.Drawing.Point(13, 91);
this.dgQuizData.Name = "dgQuizData";
this.dgQuizData.RowTemplate.Height = 24;
this.dgQuizData.Size = new System.Drawing.Size(448, 183);
this.dgQuizData.TabIndex = 3;
this.dgQuizData.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgQuizData_CurrentCellDirtyStateChanged);
//
// colDataField
//
this.colDataField.HeaderText = "項目名稱";
this.colDataField.Name = "colDataField";
this.colDataField.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// colDataValue
//
this.colDataValue.HeaderText = "測驗結果";
this.colDataValue.Name = "colDataValue";
this.colDataValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.colDataValue.Width = 300;
//
// btnSave
//
this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnSave.Location = new System.Drawing.Point(302, 282);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 4;
this.btnSave.Text = "儲存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//.........这里部分代码省略.........
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(_frmNewFile));
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.textBoxName = new System.Windows.Forms.TextBox();
this.comboBoxType = new System.Windows.Forms.ComboBox();
this.lbTieuDe = new DevComponents.DotNetBar.Controls.ReflectionLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this._btAdd = new System.Windows.Forms.Button();
this._btCancal = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.Class = "";
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelX1.ForeColor = System.Drawing.SystemColors.Highlight;
this.labelX1.Location = new System.Drawing.Point(166, 109);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(75, 23);
this.labelX1.TabIndex = 0;
this.labelX1.Text = "Name";
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.Class = "";
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelX2.ForeColor = System.Drawing.SystemColors.Highlight;
this.labelX2.Location = new System.Drawing.Point(166, 141);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(62, 23);
this.labelX2.TabIndex = 1;
this.labelX2.Text = "Type";
//
// textBoxName
//
this.textBoxName.AcceptsTab = true;
this.textBoxName.Location = new System.Drawing.Point(232, 111);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(245, 20);
this.textBoxName.TabIndex = 10;
//
// comboBoxType
//
this.comboBoxType.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxType.Enabled = false;
this.comboBoxType.FormattingEnabled = true;
this.comboBoxType.Items.AddRange(new object[] {
"xls",
"txt"});
this.comboBoxType.Location = new System.Drawing.Point(234, 143);
this.comboBoxType.Name = "comboBoxType";
this.comboBoxType.Size = new System.Drawing.Size(126, 21);
this.comboBoxType.TabIndex = 11;
//
// lbTieuDe
//
//
//
//
this.lbTieuDe.BackgroundStyle.Class = "";
this.lbTieuDe.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lbTieuDe.Location = new System.Drawing.Point(216, 14);
this.lbTieuDe.Margin = new System.Windows.Forms.Padding(4);
this.lbTieuDe.Name = "lbTieuDe";
this.lbTieuDe.Size = new System.Drawing.Size(175, 68);
this.lbTieuDe.TabIndex = 39;
this.lbTieuDe.Text = "<b><font size=\'26\' color=\'#00B7EF\'>New File</font></b>";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(17, 43);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(118, 121);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 40;
this.pictureBox1.TabStop = false;
//
// _btAdd
//
this._btAdd.BackColor = System.Drawing.SystemColors.MenuHighlight;
this._btAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this._btAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this._btAdd.ForeColor = System.Drawing.Color.White;
//.........这里部分代码省略.........
示例9: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.txtMST = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtdienthoai = new DevComponents.DotNetBar.Controls.TextBoxX();
this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.txt_capdo = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txt_codekh = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.btnNhomKH = new DevComponents.DotNetBar.ButtonX();
this.panel5 = new System.Windows.Forms.Panel();
this.cmdInDS = new DevComponents.DotNetBar.ButtonX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.cmb_nhom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem3 = new DevComponents.Editors.ComboItem();
this.comboItem4 = new DevComponents.Editors.ComboItem();
this.cmdTinhThanh = new DevComponents.DotNetBar.ButtonX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX27 = new DevComponents.DotNetBar.LabelX();
this.txt_diachi = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txt_tenkh = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX26 = new DevComponents.DotNetBar.LabelX();
this.cmb_tinhthanh = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem1 = new DevComponents.Editors.ComboItem();
this.comboItem2 = new DevComponents.Editors.ComboItem();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.txtHanNo = new DevComponents.Editors.IntegerInput();
this.groupPanel1.SuspendLayout();
this.groupPanel2.SuspendLayout();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtHanNo)).BeginInit();
this.SuspendLayout();
//
// groupPanel1
//
this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.lvhanghoa);
this.groupPanel1.Location = new System.Drawing.Point(5, 301);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(877, 255);
//
//
//
this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanel1.TabIndex = 75;
this.groupPanel1.Text = "DANH SÁCH KHÁCH HÀNG";
//
// lvhanghoa
//
//
//
//
this.lvhanghoa.Border.Class = "ListViewBorder";
this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader7,
this.columnHeader2,
this.columnHeader9,
//.........这里部分代码省略.........
示例10: InitializeComponent
/// <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;
//.........这里部分代码省略.........
示例11: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.cmb_QG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem3 = new DevComponents.Editors.ComboItem();
this.comboItem4 = new DevComponents.Editors.ComboItem();
this.txtDienThoai = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.panel5 = new System.Windows.Forms.Panel();
this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
this.txttennsx = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX26 = new DevComponents.DotNetBar.LabelX();
this.groupPanel1.SuspendLayout();
this.groupPanel2.SuspendLayout();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// groupPanel1
//
this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.lvhanghoa);
this.groupPanel1.Location = new System.Drawing.Point(34, 214);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(555, 217);
//
//
//
this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanel1.TabIndex = 75;
this.groupPanel1.Text = "DANH SÁCH NHÀ SẢN XUẤT";
//
// lvhanghoa
//
//
//
//
this.lvhanghoa.Border.Class = "ListViewBorder";
this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader7,
this.columnHeader2,
this.columnHeader1,
this.columnHeader3,
this.columnHeader4});
this.lvhanghoa.FullRowSelect = true;
this.lvhanghoa.GridLines = true;
this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
this.lvhanghoa.Name = "lvhanghoa";
this.lvhanghoa.Size = new System.Drawing.Size(531, 177);
this.lvhanghoa.TabIndex = 71;
this.lvhanghoa.UseCompatibleStateImageBehavior = false;
this.lvhanghoa.View = System.Windows.Forms.View.Details;
this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
//
// columnHeader7
//
this.columnHeader7.Text = "STT";
this.columnHeader7.Width = 46;
//
// columnHeader2
//
this.columnHeader2.Text = "Tên NSX";
this.columnHeader2.Width = 190;
//
// columnHeader1
//
this.columnHeader1.Text = "MÃ QG";
this.columnHeader1.Width = 106;
//.........这里部分代码省略.........
示例12: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(add_sys_user));
this.formFrameSkinner1 = new Elegant.Ui.FormFrameSkinner();
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.switchButton1 = new DevComponents.DotNetBar.Controls.SwitchButton();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.groupPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// formFrameSkinner1
//
this.formFrameSkinner1.Form = this;
//
// groupPanel1
//
this.groupPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.textBoxX3);
this.groupPanel1.Controls.Add(this.labelX5);
this.groupPanel1.Controls.Add(this.buttonX2);
this.groupPanel1.Controls.Add(this.buttonX1);
this.groupPanel1.Controls.Add(this.maskedTextBox1);
this.groupPanel1.Controls.Add(this.textBoxX2);
this.groupPanel1.Controls.Add(this.textBoxX1);
this.groupPanel1.Controls.Add(this.switchButton1);
this.groupPanel1.Controls.Add(this.labelX4);
this.groupPanel1.Controls.Add(this.labelX3);
this.groupPanel1.Controls.Add(this.labelX2);
this.groupPanel1.Controls.Add(this.labelX1);
this.groupPanel1.Controls.Add(this.pictureBox1);
this.groupPanel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupPanel1.Location = new System.Drawing.Point(12, 7);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(333, 435);
//
//
//
this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.Class = "";
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel1.StyleMouseDown.Class = "";
this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanel1.StyleMouseOver.Class = "";
this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanel1.TabIndex = 2;
this.groupPanel1.Text = "إضافه مستخدم";
//
// textBoxX3
//
//
//
//
this.textBoxX3.Border.Class = "TextBoxBorder";
this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.textBoxX3.Location = new System.Drawing.Point(14, 240);
this.textBoxX3.Name = "textBoxX3";
this.textBoxX3.Size = new System.Drawing.Size(213, 22);
this.textBoxX3.TabIndex = 12;
//
// labelX5
//.........这里部分代码省略.........
示例13: InitializeComponent
/// <summary>
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
///
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportClassV2));
this.wizard1 = new DevComponents.DotNetBar.Wizard();
this.wizardPage1 = new DevComponents.DotNetBar.WizardPage();
this.chkTrim = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.lblReqFields = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.txtFile = new DevComponents.DotNetBar.Controls.TextBoxX();
this.wizardPage2 = new DevComponents.DotNetBar.WizardPage();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.listView1 = new System.Windows.Forms.ListView();
this.wizardPage3 = new DevComponents.DotNetBar.WizardPage();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.lblErrCount = new DevComponents.DotNetBar.LabelX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.lblWarningCount = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.progressBarX1 = new DevComponents.DotNetBar.Controls.ProgressBarX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.SelectSourceFileDialog = new System.Windows.Forms.OpenFileDialog();
this.errorFile = new System.Windows.Forms.ErrorProvider(this.components);
this.errorKey = new System.Windows.Forms.ErrorProvider(this.components);
this.wizard1.SuspendLayout();
this.wizardPage1.SuspendLayout();
this.wizardPage2.SuspendLayout();
this.wizardPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorFile)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorKey)).BeginInit();
this.SuspendLayout();
//
// wizard1
//
this.wizard1.BackButtonText = "上一步";
this.wizard1.BackColor = System.Drawing.Color.Transparent;
this.wizard1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("wizard1.BackgroundImage")));
this.wizard1.ButtonStyle = DevComponents.DotNetBar.eWizardStyle.Office2007;
this.wizard1.CancelButtonText = "關閉";
this.wizard1.Cursor = System.Windows.Forms.Cursors.Default;
this.wizard1.Dock = System.Windows.Forms.DockStyle.Fill;
this.wizard1.FinishButtonTabIndex = 3;
this.wizard1.FinishButtonText = "開始匯入";
this.wizard1.FooterHeight = 33;
//
//
//
this.wizard1.FooterStyle.BackColor = System.Drawing.Color.Transparent;
this.wizard1.FooterStyle.Class = "";
this.wizard1.FooterStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.wizard1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(57)))), ((int)(((byte)(129)))));
this.wizard1.HeaderCaptionFont = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.wizard1.HeaderDescriptionFont = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.wizard1.HeaderDescriptionIndent = 16;
this.wizard1.HeaderImage = ((System.Drawing.Image)(resources.GetObject("wizard1.HeaderImage")));
//
//
//
this.wizard1.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(215)))), ((int)(((byte)(243)))));
this.wizard1.HeaderStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(241)))), ((int)(((byte)(254)))));
this.wizard1.HeaderStyle.BackColorGradientAngle = 90;
this.wizard1.HeaderStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.wizard1.HeaderStyle.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(157)))), ((int)(((byte)(182)))));
this.wizard1.HeaderStyle.BorderBottomWidth = 1;
this.wizard1.HeaderStyle.BorderColor = System.Drawing.SystemColors.Control;
this.wizard1.HeaderStyle.BorderLeftWidth = 1;
this.wizard1.HeaderStyle.BorderRightWidth = 1;
this.wizard1.HeaderStyle.BorderTopWidth = 1;
this.wizard1.HeaderStyle.Class = "";
this.wizard1.HeaderStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.wizard1.HeaderStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.wizard1.HeaderStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.wizard1.HelpButtonVisible = false;
this.wizard1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.wizard1.Location = new System.Drawing.Point(0, 0);
this.wizard1.Name = "wizard1";
this.wizard1.NextButtonText = "下一步";
this.wizard1.Size = new System.Drawing.Size(464, 323);
this.wizard1.TabIndex = 0;
this.wizard1.WizardPages.AddRange(new DevComponents.DotNetBar.WizardPage[] {
this.wizardPage1,
this.wizardPage2,
this.wizardPage3});
this.wizard1.WizardPageChanged += new DevComponents.DotNetBar.WizardPageChangeEventHandler(this.wizard1_WizardPageChanged);
//
// wizardPage1
//
this.wizardPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.wizardPage1.AntiAlias = false;
this.wizardPage1.BackButtonVisible = DevComponents.DotNetBar.eWizardButtonState.False;
this.wizardPage1.BackColor = System.Drawing.Color.Transparent;
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <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(FormMain));
this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
this.ribbonControl = new DevComponents.DotNetBar.RibbonControl();
this.selfRibbonPanel = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar9 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer10 = new DevComponents.DotNetBar.ItemContainer();
this.btnSelfDialog = new DevComponents.DotNetBar.ButtonItem();
this.ribbonBar10 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer11 = new DevComponents.DotNetBar.ItemContainer();
this.btnSelfTest = new DevComponents.DotNetBar.ButtonItem();
this.genneralRibbonPanel = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer7 = new DevComponents.DotNetBar.ItemContainer();
this.itemContainer17 = new DevComponents.DotNetBar.ItemContainer();
this.btnGeneralReport = new DevComponents.DotNetBar.ButtonItem();
this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer6 = new DevComponents.DotNetBar.ItemContainer();
this.btnGeneralSearch = new DevComponents.DotNetBar.ButtonItem();
this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer5 = new DevComponents.DotNetBar.ItemContainer();
this.btnGeneralStart = new DevComponents.DotNetBar.ButtonItem();
this.itemContainer16 = new DevComponents.DotNetBar.ItemContainer();
this.btnGeneralFinish = new DevComponents.DotNetBar.ButtonItem();
this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer15 = new DevComponents.DotNetBar.ItemContainer();
this.btnGeneralSN = new DevComponents.DotNetBar.ButtonItem();
this.fctRibbonPanel = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer4 = new DevComponents.DotNetBar.ItemContainer();
this.itemContainer14 = new DevComponents.DotNetBar.ItemContainer();
this.btnFCTReport = new DevComponents.DotNetBar.ButtonItem();
this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer8 = new DevComponents.DotNetBar.ItemContainer();
this.btnFCTSearch = new DevComponents.DotNetBar.ButtonItem();
this.ribbonBar7 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer9 = new DevComponents.DotNetBar.ItemContainer();
this.btnFCTStart = new DevComponents.DotNetBar.ButtonItem();
this.itemContainer13 = new DevComponents.DotNetBar.ItemContainer();
this.btnFCTFinish = new DevComponents.DotNetBar.ButtonItem();
this.ribbonBar8 = new DevComponents.DotNetBar.RibbonBar();
this.itemContainer12 = new DevComponents.DotNetBar.ItemContainer();
this.btnFCTSN = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar11 = new DevComponents.DotNetBar.RibbonBar();
this.btnHelp = new DevComponents.DotNetBar.ButtonItem();
this.btnAbout = new DevComponents.DotNetBar.ButtonItem();
this.selfRibbonTabItem = new DevComponents.DotNetBar.RibbonTabItem();
this.fctRibbonTabItem = new DevComponents.DotNetBar.RibbonTabItem();
this.genneralRibbonTabItem = new DevComponents.DotNetBar.RibbonTabItem();
this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem();
this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton();
this.lblStatus = new DevComponents.DotNetBar.LabelX();
this.lblRunningTime = new DevComponents.DotNetBar.LabelX();
this.mainTimer = new System.Windows.Forms.Timer(this.components);
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
this.lblRemainTime = new DevComponents.DotNetBar.LabelX();
this.tabControl = new DevComponents.DotNetBar.TabControl();
this.selfTabControlPanel = new DevComponents.DotNetBar.TabControlPanel();
this.selfLogList = new Summer.UI.Forms.LogListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.cabinetTreeView = new System.Windows.Forms.TreeView();
this.selfTabItem = new DevComponents.DotNetBar.TabItem(this.components);
this.genneralTabControlPanel = new DevComponents.DotNetBar.TabControlPanel();
this.tabControlGeneralView = new DevComponents.DotNetBar.TabControl();
this.tabControlGeneralPanel = new DevComponents.DotNetBar.TabControlPanel();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
this.generalCheckBoxTree = new Summer.UI.Forms.CheckBoxTree();
this.generalLogList = new Summer.UI.Forms.LogListView();
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.fctTabItem = new DevComponents.DotNetBar.TabItem(this.components);
this.fctTabControlPanel = new DevComponents.DotNetBar.TabControlPanel();
this.fctCheckBoxTree = new Summer.UI.Forms.CheckBoxTree();
this.fctLogList = new Summer.UI.Forms.LogListView();
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.genneralTabItem = new DevComponents.DotNetBar.TabItem(this.components);
this.statusTimer = new System.Windows.Forms.Timer(this.components);
this.styleManager2 = new DevComponents.DotNetBar.StyleManager(this.components);
this.styleManager3 = new DevComponents.DotNetBar.StyleManager(this.components);
this.judgeMatrixView = new VPITest.UI.JudgeMatrixView();
this.componentSummaryViewGeneral = new VPITest.UI.ComponentSummaryView();
this.componentSummaryView = new VPITest.UI.ComponentSummaryView();
this.ribbonControl.SuspendLayout();
this.selfRibbonPanel.SuspendLayout();
this.genneralRibbonPanel.SuspendLayout();
this.fctRibbonPanel.SuspendLayout();
this.ribbonPanel1.SuspendLayout();
//.........这里部分代码省略.........
示例15: InitializeComponent
/// <summary>
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
///
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.cmbSemester = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.dteEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.dteStart = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.cmbSchoolYear = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.btnCancel = new DevComponents.DotNetBar.ButtonX();
this.btnSave = new DevComponents.DotNetBar.ButtonX();
this.lblName = new DevComponents.DotNetBar.LabelX();
this.errorNameDuplicate = new System.Windows.Forms.ErrorProvider(this.components);
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dteEnd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dteStart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorNameDuplicate)).BeginInit();
this.SuspendLayout();
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.panelEx1.Controls.Add(this.cmbSemester);
this.panelEx1.Controls.Add(this.labelX3);
this.panelEx1.Controls.Add(this.labelX2);
this.panelEx1.Controls.Add(this.dteEnd);
this.panelEx1.Controls.Add(this.dteStart);
this.panelEx1.Controls.Add(this.labelX1);
this.panelEx1.Controls.Add(this.cmbSchoolYear);
this.panelEx1.Controls.Add(this.btnCancel);
this.panelEx1.Controls.Add(this.btnSave);
this.panelEx1.Controls.Add(this.lblName);
this.panelEx1.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.panelEx1.Location = new System.Drawing.Point(3, 3);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(245, 177);
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelEx1.Style.GradientAngle = 90;
this.panelEx1.TabIndex = 0;
//
// cmbSemester
//
this.cmbSemester.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbSemester.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbSemester.DisplayMember = "Text";
this.cmbSemester.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbSemester.FormattingEnabled = true;
this.cmbSemester.ItemHeight = 19;
this.cmbSemester.Location = new System.Drawing.Point(86, 45);
this.cmbSemester.Name = "cmbSemester";
this.cmbSemester.Size = new System.Drawing.Size(145, 25);
this.cmbSemester.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.cmbSemester.TabIndex = 10;
//
// labelX3
//
this.labelX3.AutoSize = true;
//
//
//
this.labelX3.BackgroundStyle.Class = "";
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Location = new System.Drawing.Point(11, 107);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(60, 21);
this.labelX3.TabIndex = 9;
this.labelX3.Text = "結束日期";
//
// labelX2
//
this.labelX2.AutoSize = true;
//
//
//
this.labelX2.BackgroundStyle.Class = "";
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Location = new System.Drawing.Point(11, 76);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(60, 21);
this.labelX2.TabIndex = 8;
this.labelX2.Text = "開始日期";
//
// dteEnd
//
//
//
//
this.dteEnd.BackgroundStyle.Class = "DateTimeInputBackground";
//.........这里部分代码省略.........