当前位置: 首页>>代码示例>>C#>>正文


C# DotNetBar.ButtonX类代码示例

本文整理汇总了C#中DevComponents.DotNetBar.ButtonX的典型用法代码示例。如果您正苦于以下问题:C# DevComponents.DotNetBar.ButtonX类的具体用法?C# DevComponents.DotNetBar.ButtonX怎么用?C# DevComponents.DotNetBar.ButtonX使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


DevComponents.DotNetBar.ButtonX类属于命名空间,在下文中一共展示了DevComponents.DotNetBar.ButtonX类的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();
 }
开发者ID:jungfengpaulwang,项目名称:EMBACore,代码行数:94,代码来源:Student_CourseList.designer.cs

示例2: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnOK = new DevComponents.DotNetBar.ButtonX();
     this.btnCancel = new DevComponents.DotNetBar.ButtonX();
     this.txtMessage = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnOK.BackColor = System.Drawing.Color.Transparent;
     this.btnOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location = new System.Drawing.Point(68, 47);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(60, 20);
     this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnOK.TabIndex = 0;
     this.btnOK.Text = "確定";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCancel.BackColor = System.Drawing.Color.Transparent;
     this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(134, 47);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(60, 20);
     this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // txtMessage
     //
     //
     //
     //
     this.txtMessage.Border.Class = "TextBoxBorder";
     this.txtMessage.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtMessage.Location = new System.Drawing.Point(12, 12);
     this.txtMessage.Name = "txtMessage";
     this.txtMessage.Size = new System.Drawing.Size(181, 25);
     this.txtMessage.TabIndex = 2;
     //
     // frmInputBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(210, 80);
     this.Controls.Add(this.txtMessage);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "frmInputBox";
     this.Text = "frmInputBox";
     this.ResumeLayout(false);
 }
开发者ID:KunHsiang,项目名称:ischedulePlus,代码行数:64,代码来源:frmInputBox.designer.cs

示例3: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtInput = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.btnConfirm = new DevComponents.DotNetBar.ButtonX();
     this.btnCancel = new DevComponents.DotNetBar.ButtonX();
     this.SuspendLayout();
     //
     // txtInput
     //
     //
     //
     //
     this.txtInput.Border.Class = "TextBoxBorder";
     this.txtInput.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtInput.Location = new System.Drawing.Point(12, 12);
     this.txtInput.Name = "txtInput";
     this.txtInput.Size = new System.Drawing.Size(484, 25);
     this.txtInput.TabIndex = 0;
     //
     // btnConfirm
     //
     this.btnConfirm.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnConfirm.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnConfirm.Location = new System.Drawing.Point(421, 47);
     this.btnConfirm.Name = "btnConfirm";
     this.btnConfirm.Size = new System.Drawing.Size(75, 23);
     this.btnConfirm.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnConfirm.TabIndex = 1;
     this.btnConfirm.Text = "確定";
     this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(340, 47);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // InputBox
     //
     this.AcceptButton = this.btnConfirm;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(504, 82);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnConfirm);
     this.Controls.Add(this.txtInput);
     this.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Name = "InputBox";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "InputBox";
     this.ResumeLayout(false);
 }
开发者ID:KunHsiang,项目名称:KHJHCentralOffice,代码行数:63,代码来源:InputBox.designer.cs

示例4: 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

示例5: InitializeComponent

        private void InitializeComponent()
        {
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
            this.SuspendLayout();
            // 
            // listBox1
            // 
            foreach (INuGenCounter item in log.Items)
            {
                listBox1.Items.Add(item.CategoryName + " -> " + item.CounterName);
            }
            this.listBox1.FormattingEnabled = true;
            this.listBox1.Location = new System.Drawing.Point(12, 12);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(229, 173);
            this.listBox1.TabIndex = 0;
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.Location = new System.Drawing.Point(12, 191);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(75, 23);
            this.buttonX1.TabIndex = 1;
            this.buttonX1.Text = "Remove";
            this.buttonX1.Click += new EventHandler(buttonX1_Click);
            // 
            // buttonX2
            // 
            this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX2.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.buttonX2.Location = new System.Drawing.Point(182, 207);
            this.buttonX2.Name = "buttonX2";
            this.buttonX2.Size = new System.Drawing.Size(75, 23);
            this.buttonX2.TabIndex = 1;
            this.buttonX2.Text = "OK";
            // 
            // NuGenLogViewerDialog
            // 
            this.ClientSize = new System.Drawing.Size(269, 242);
            this.Controls.Add(this.buttonX2);
            this.Controls.Add(this.buttonX1);
            this.Controls.Add(this.listBox1);
            this.Name = "NuGenLogViewerDialog";
            this.Text = "Counters Being Logged";
            this.ResumeLayout(false);
            this.MaximumSize = this.Size;
            this.MinimumSize = this.Size;

        }
开发者ID:xuchuansheng,项目名称:GenXSource,代码行数:52,代码来源:NuGenLogViewerDialog.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.btnNext = new DevComponents.DotNetBar.ButtonX();
     this.btnPrevious = new DevComponents.DotNetBar.ButtonX();
     this.SuspendLayout();
     //
     // btnNext
     //
     this.btnNext.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNext.AutoSize = true;
     this.btnNext.BackColor = System.Drawing.Color.Transparent;
     this.btnNext.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnNext.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnNext.Location = new System.Drawing.Point(405, 329);
     this.btnNext.Name = "btnNext";
     this.btnNext.Size = new System.Drawing.Size(75, 25);
     this.btnNext.TabIndex = 1;
     this.btnNext.Text = "下一步";
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // btnPrevious
     //
     this.btnPrevious.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrevious.AutoSize = true;
     this.btnPrevious.BackColor = System.Drawing.Color.Transparent;
     this.btnPrevious.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnPrevious.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnPrevious.Location = new System.Drawing.Point(320, 329);
     this.btnPrevious.Name = "btnPrevious";
     this.btnPrevious.Size = new System.Drawing.Size(75, 25);
     this.btnPrevious.TabIndex = 0;
     this.btnPrevious.Text = "上一步";
     this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
     //
     // WizardForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(492, 366);
     this.Controls.Add(this.btnPrevious);
     this.Controls.Add(this.btnNext);
     this.Name = "WizardForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "WizardForm";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:jungfengpaulwang,项目名称:EMBAImport,代码行数:52,代码来源:WizardForm.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()
 {
     this.webBrowser1 = new System.Windows.Forms.WebBrowser();
     this.btnClose = new DevComponents.DotNetBar.ButtonX();
     this.SuspendLayout();
     //
     // webBrowser1
     //
     this.webBrowser1.Location = new System.Drawing.Point(12, 12);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name = "webBrowser1";
     this.webBrowser1.Size = new System.Drawing.Size(768, 507);
     this.webBrowser1.TabIndex = 2;
     //
     // btnClose
     //
     this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnClose.BackColor = System.Drawing.Color.Transparent;
     this.btnClose.Location = new System.Drawing.Point(705, 531);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 40;
     this.btnClose.Text = "關閉";
     //
     // XmlViewForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.webBrowser1);
     this.MaximizeBox = true;
     this.Name = "XmlViewForm";
     this.Text = "驗證規則檢視器";
     this.ResumeLayout(false);
 }
开发者ID:jungfengpaulwang,项目名称:EMBAImport,代码行数:40,代码来源:XmlViewForm.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.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

示例9: 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;
//.........这里部分代码省略.........
开发者ID:jungfengpaulwang,项目名称:EMBATagging,代码行数:101,代码来源:ImportCourseV2.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()
 {
     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

示例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.nudSchoolYear = new System.Windows.Forms.NumericUpDown();
     this.lblSchoolYear = new DevComponents.DotNetBar.LabelX();
     this.circularProgress = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.btnPrint = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).BeginInit();
     this.SuspendLayout();
     //
     // nudSchoolYear
     //
     this.nudSchoolYear.Location = new System.Drawing.Point(103, 20);
     this.nudSchoolYear.Maximum = new decimal(new int[] {
     999,
     0,
     0,
     0});
     this.nudSchoolYear.Name = "nudSchoolYear";
     this.nudSchoolYear.Size = new System.Drawing.Size(66, 25);
     this.nudSchoolYear.TabIndex = 38;
     this.nudSchoolYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblSchoolYear
     //
     this.lblSchoolYear.AutoSize = true;
     this.lblSchoolYear.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblSchoolYear.BackgroundStyle.Class = "";
     this.lblSchoolYear.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblSchoolYear.Location = new System.Drawing.Point(26, 22);
     this.lblSchoolYear.Name = "lblSchoolYear";
     this.lblSchoolYear.Size = new System.Drawing.Size(74, 21);
     this.lblSchoolYear.TabIndex = 37;
     this.lblSchoolYear.Text = "填報學年度";
     //
     // circularProgress
     //
     this.circularProgress.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.circularProgress.BackgroundStyle.Class = "";
     this.circularProgress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.circularProgress.Location = new System.Drawing.Point(28, 75);
     this.circularProgress.Name = "circularProgress";
     this.circularProgress.Size = new System.Drawing.Size(46, 28);
     this.circularProgress.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
     this.circularProgress.TabIndex = 84;
     //
     // btnPrint
     //
     this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnPrint.AutoExpandOnClick = true;
     this.btnPrint.BackColor = System.Drawing.Color.Transparent;
     this.btnPrint.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnPrint.Location = new System.Drawing.Point(103, 75);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(72, 28);
     this.btnPrint.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnPrint.TabIndex = 83;
     this.btnPrint.Text = "列  印";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(195, 75);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(72, 28);
     this.btnExit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnExit.TabIndex = 82;
     this.btnExit.Text = "離  開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // UnApproach_Report
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(293, 114);
     this.Controls.Add(this.circularProgress);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.nudSchoolYear);
     this.Controls.Add(this.lblSchoolYear);
     this.DoubleBuffered = true;
     this.Name = "UnApproach_Report";
     this.Text = "國中華業未升學未就業學生動向";
     this.TitleText = "國中華業未升學未就業學生動向";
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
//.........这里部分代码省略.........
开发者ID:ischool-desktop,项目名称:KHJH_CentralOffice,代码行数:101,代码来源:UnApproach_Report.designer.cs

示例12: 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();
     this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
     this.btnOk = new DevComponents.DotNetBar.ButtonX();
     this.btnCancel = new DevComponents.DotNetBar.ButtonX();
     this.panel1 = new System.Windows.Forms.Panel();
     this.tbTester = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.panel = new System.Windows.Forms.Panel();
     this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
     this.btnReadBack = new DevComponents.DotNetBar.ButtonX();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue;
     //
     // btnOk
     //
     this.btnOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnOk.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnOk.Location = new System.Drawing.Point(499, 120);
     this.btnOk.Name = "btnOk";
     this.btnOk.Size = new System.Drawing.Size(75, 23);
     this.btnOk.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnOk.TabIndex = 2;
     this.btnOk.Text = "确定";
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(615, 120);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.tbTester);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(5, 35);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(685, 27);
     this.panel1.TabIndex = 9;
     //
     // tbTester
     //
     this.tbTester.Location = new System.Drawing.Point(78, 1);
     this.tbTester.Name = "tbTester";
     this.tbTester.Size = new System.Drawing.Size(160, 21);
     this.tbTester.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "测试人:";
     //
     // panel
     //
     this.panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel.Location = new System.Drawing.Point(5, 77);
     this.panel.Name = "panel";
     this.panel.Size = new System.Drawing.Size(685, 27);
     this.panel.TabIndex = 8;
     //
     // ribbonControl1
     //
     this.ribbonControl1.AutoSize = true;
     //
     //
     //
     this.ribbonControl1.BackgroundStyle.Class = "";
     this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonControl1.CaptionVisible = true;
     this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.ribbonControl1.Location = new System.Drawing.Point(5, 1);
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
     this.ribbonControl1.Size = new System.Drawing.Size(685, 40);
     this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonControl1.TabGroupHeight = 14;
     this.ribbonControl1.TabIndex = 0;
//.........这里部分代码省略.........
开发者ID:marlonnn,项目名称:TSP_FCT,代码行数:101,代码来源:FormTestConfig.designer.cs

示例13: InitializeComponent

 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.comboBox1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBox2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.button1 = new DevComponents.DotNetBar.ButtonX();
     this.button2 = new DevComponents.DotNetBar.ButtonX();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location = new System.Drawing.Point(28, 40);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "项目名称";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location = new System.Drawing.Point(52, 72);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "条件";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(84, 100);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(212, 21);
     this.textBox1.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location = new System.Drawing.Point(40, 104);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 3;
     this.label3.Text = "关键字";
     //
     // comboBox1
     //
     this.comboBox1.DisplayMember = "Text";
     this.comboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "车牌",
     "Sim卡号",
     "终端序列号",
     "反控密码",
     "终端型号",
     "车辆品牌",
     "车辆类型",
     "车身颜色",
     "安装地点",
     "安装人员",
     "业务人员",
     "入网日期",
     "服务日期",
     "车辆信息备注",
     "车主1",
     "车主1电话",
     "车主1手机",
     "车主2",
     "车主2电话",
     "车主2手机",
     "登陆密码",
     "家庭地址",
     "办公室电话",
     "车主公司",
     "购车日期",
     "特殊要求",
     "用户信息备注"});
     this.comboBox1.Location = new System.Drawing.Point(84, 36);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(212, 22);
     this.comboBox1.TabIndex = 4;
     //
     // comboBox2
     //
     this.comboBox2.DisplayMember = "Text";
     this.comboBox2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
     "包含关键字",
//.........这里部分代码省略.........
开发者ID:suwadee2015,项目名称:GPS,代码行数:101,代码来源:FormQueryCondition.designer.cs

示例14: InitializeComponent

 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDeclareList));
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.button1 = new DevComponents.DotNetBar.ButtonX();
     this.button2 = new DevComponents.DotNetBar.ButtonX();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3});
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.Location = new System.Drawing.Point(12, 32);
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(564, 293);
     this.listView1.SmallImageList = this.imageList1;
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "单号";
     this.columnHeader1.Width = 66;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "投诉时间";
     this.columnHeader2.Width = 117;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "投诉内容";
     this.columnHeader3.Width = 374;
     //
     // button1
     //
     this.button1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(351, 331);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(102, 23);
     this.button1.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.button1.TabIndex = 42;
     this.button1.Text = "处  理";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.button2.Location = new System.Drawing.Point(474, 331);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(102, 23);
     this.button2.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.button2.TabIndex = 43;
     this.button2.Text = "关  闭";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth16Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(1, 14);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // FormDeclareList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::YTGPS_Client.Properties.Resources.fbk2;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(588, 366);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.button1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FormDeclareList";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "待处理投诉、故障列表";
     this.Controls.SetChildIndex(this.button1, 0);
     this.Controls.SetChildIndex(this.listView1, 0);
     this.Controls.SetChildIndex(this.button2, 0);
//.........这里部分代码省略.........
开发者ID:suwadee2015,项目名称:GPS,代码行数:101,代码来源:FormDeclareList.designer.cs

示例15: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label3 = new System.Windows.Forms.Label();
     this.cb_tipo = new System.Windows.Forms.ComboBox();
     this.btn_gr = new DevComponents.DotNetBar.ButtonX();
     this.crv = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(18, 21);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(84, 13);
     this.label3.TabIndex = 38;
     this.label3.Text = "Tipo de Reporte";
     //
     // cb_tipo
     //
     this.cb_tipo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb_tipo.FormattingEnabled = true;
     this.cb_tipo.Items.AddRange(new object[] {
     "Texto",
     "Gráfica",
     "Ambos"});
     this.cb_tipo.Location = new System.Drawing.Point(108, 18);
     this.cb_tipo.Name = "cb_tipo";
     this.cb_tipo.Size = new System.Drawing.Size(139, 21);
     this.cb_tipo.TabIndex = 37;
     //
     // btn_gr
     //
     this.btn_gr.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btn_gr.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btn_gr.Location = new System.Drawing.Point(849, 18);
     this.btn_gr.Name = "btn_gr";
     this.btn_gr.Size = new System.Drawing.Size(123, 30);
     this.btn_gr.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btn_gr.TabIndex = 36;
     this.btn_gr.Text = "Generar reporte";
     this.btn_gr.Click += new System.EventHandler(this.btn_gr_Click);
     //
     // crv
     //
     this.crv.ActiveViewIndex = -1;
     this.crv.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crv.Cursor = System.Windows.Forms.Cursors.Default;
     this.crv.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.crv.Location = new System.Drawing.Point(15, 61);
     this.crv.Name = "crv";
     this.crv.Size = new System.Drawing.Size(957, 625);
     this.crv.TabIndex = 39;
     this.crv.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
     //
     // FPorcentaje_MPA
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(987, 701);
     this.Controls.Add(this.crv);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cb_tipo);
     this.Controls.Add(this.btn_gr);
     this.Name = "FPorcentaje_MPA";
     this.Padding = new System.Windows.Forms.Padding(15);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Porcentaje de materia prima en almacén";
     this.Load += new System.EventHandler(this.FPorcentaje_MPA_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:jluisacosta,项目名称:ICS,代码行数:76,代码来源:FPorcentaje_MPA.designer.cs


注:本文中的DevComponents.DotNetBar.ButtonX类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。