本文整理汇总了C#中DevComponents.DotNetBar.LabelX类的典型用法代码示例。如果您正苦于以下问题:C# DevComponents.DotNetBar.LabelX类的具体用法?C# DevComponents.DotNetBar.LabelX怎么用?C# DevComponents.DotNetBar.LabelX使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
DevComponents.DotNetBar.LabelX类属于命名空间,在下文中一共展示了DevComponents.DotNetBar.LabelX类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的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();
}
开发者ID:jungfengpaulwang,项目名称:EMBACore,代码行数:94,代码来源:Student_CourseList.designer.cs
示例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;
}
开发者ID:AgentWord,项目名称:DataConverV2.0,代码行数:8,代码来源:DataConverTool.cs
示例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);
}
开发者ID:eduardo-salazar,项目名称:sag,代码行数:59,代码来源:Departamentos.designer.cs
示例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();
}
开发者ID:jungfengpaulwang,项目名称:EMBAAgent,代码行数:55,代码来源:DoWork.designer.cs
示例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 = "�������ּܵ���;";
//.........这里部分代码省略.........
开发者ID:callme119,项目名称:civil,代码行数:101,代码来源:FrmScaffoldRecommendSelect.designer.cs
示例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);
//.........这里部分代码省略.........
开发者ID:ChunTaiChen,项目名称:Counsel_System,代码行数:101,代码来源:StudQuizDataForm.designer.cs
示例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;
//.........这里部分代码省略.........
开发者ID:divyang4481,项目名称:dotnetabt,代码行数:101,代码来源:_frmNewFile.designer.cs
示例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,
//.........这里部分代码省略.........
开发者ID:dexonhud,项目名称:pharmacykimhoang,代码行数:101,代码来源:frmKhachHang.designer.cs
示例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;
//.........这里部分代码省略.........
开发者ID:jungfengpaulwang,项目名称:KHJHGraduateSurvey,代码行数:101,代码来源:Vagrant_Export.designer.cs
示例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;
//.........这里部分代码省略.........
开发者ID:dexonhud,项目名称:pharmacykimhoang,代码行数:101,代码来源:frmNSX.designer.cs
示例12: InitializeComponent
-
六六分期app的软件客服如何联系?不知道吗?加qq群【895510560】即可!标题:六六分期
阅读:19201|2023-10-27
-
今天小编告诉大家如何处理win10系统火狐flash插件总是崩溃的问题,可能很多用户都不知
阅读:9990|2022-11-06
-
今天小编告诉大家如何对win10系统删除桌面回收站图标进行设置,可能很多用户都不知道
阅读:8329|2022-11-06
-
今天小编告诉大家如何对win10系统电脑设置节能降温的设置方法,想必大家都遇到过需要
阅读:8698|2022-11-06
-
我们在使用xp系统的过程中,经常需要对xp系统无线网络安装向导设置进行设置,可能很多
阅读:8641|2022-11-06
-
今天小编告诉大家如何处理win7系统玩cf老是与主机连接不稳定的问题,可能很多用户都不
阅读:9660|2022-11-06
-
电脑对日常生活的重要性小编就不多说了,可是一旦碰到win7系统设置cf烟雾头的问题,很
阅读:8626|2022-11-06
-
我们在日常使用电脑的时候,有的小伙伴们可能在打开应用的时候会遇见提示应用程序无法
阅读:8001|2022-11-06
-
今天小编告诉大家如何对win7系统打开vcf文件进行设置,可能很多用户都不知道怎么对win
阅读:8658|2022-11-06
-
今天小编告诉大家如何对win10系统s4开启USB调试模式进行设置,可能很多用户都不知道怎
阅读:7537|2022-11-06
|
请发表评论