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


C# XtraEditors.CheckEdit类代码示例

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


DevExpress.XtraEditors.CheckEdit类属于命名空间,在下文中一共展示了DevExpress.XtraEditors.CheckEdit类的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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditServerForm));
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.displayNameTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.urlTextBox = new DevExpress.XtraEditors.TextEdit();
     this.displayNameLabel = new DevExpress.XtraEditors.LabelControl();
     this.urlLabel = new DevExpress.XtraEditors.LabelControl();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.validateButton = new DevExpress.XtraEditors.SimpleButton();
     this.cancelButton = new DevExpress.XtraEditors.SimpleButton();
     this.authenticationCheckBox = new DevExpress.XtraEditors.CheckEdit();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.usernameTextBox = new DevExpress.XtraEditors.TextEdit();
     this.passwordTextBox = new DevExpress.XtraEditors.TextEdit();
     this.passwordLabel = new DevExpress.XtraEditors.LabelControl();
     this.usernameLabel = new DevExpress.XtraEditors.LabelControl();
     this.ignoreUntrustedCertificateCheckBox = new DevExpress.XtraEditors.CheckEdit();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.displayNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.urlTextBox.Properties)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.authenticationCheckBox.Properties)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.usernameTextBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.passwordTextBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ignoreUntrustedCertificateCheckBox.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.displayNameTextEdit, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.urlTextBox, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.displayNameLabel, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.urlLabel, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.authenticationCheckBox, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.ignoreUntrustedCertificateCheckBox, 0, 5);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // displayNameTextEdit
     //
     resources.ApplyResources(this.displayNameTextEdit, "displayNameTextEdit");
     this.displayNameTextEdit.Name = "displayNameTextEdit";
     //
     // urlTextBox
     //
     resources.ApplyResources(this.urlTextBox, "urlTextBox");
     this.urlTextBox.Name = "urlTextBox";
     this.urlTextBox.Leave += new System.EventHandler(this.urlTextBox_Leave);
     //
     // displayNameLabel
     //
     this.displayNameLabel.Appearance.Options.UseTextOptions = true;
     this.displayNameLabel.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     resources.ApplyResources(this.displayNameLabel, "displayNameLabel");
     this.displayNameLabel.Name = "displayNameLabel";
     //
     // urlLabel
     //
     this.urlLabel.Appearance.Options.UseTextOptions = true;
     this.urlLabel.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     resources.ApplyResources(this.urlLabel, "urlLabel");
     this.urlLabel.Name = "urlLabel";
     //
     // tableLayoutPanel2
     //
     resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
     this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 2);
     this.tableLayoutPanel2.Controls.Add(this.validateButton, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.cancelButton, 2, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     //
     // validateButton
     //
     this.validateButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.validateButton, "validateButton");
     this.validateButton.Name = "validateButton";
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.cancelButton, "cancelButton");
     this.cancelButton.Name = "cancelButton";
     //
     // authenticationCheckBox
     //
     this.tableLayoutPanel1.SetColumnSpan(this.authenticationCheckBox, 2);
     resources.ApplyResources(this.authenticationCheckBox, "authenticationCheckBox");
     this.authenticationCheckBox.Name = "authenticationCheckBox";
     this.authenticationCheckBox.Properties.AutoWidth = true;
     this.authenticationCheckBox.Properties.Caption = resources.GetString("authenticationCheckBox.Properties.Caption");
     this.authenticationCheckBox.CheckStateChanged += new System.EventHandler(this.authenticationCheckBox_CheckStateChanged);
     //
//.........这里部分代码省略.........
开发者ID:brandonaut,项目名称:jenkins-tray,代码行数:101,代码来源:EditServerForm.designer.cs

示例2: InitializeComponent

 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(277, 309);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(66, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text = "确定";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(358, 309);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(66, 23);
     this.simpleButton2.TabIndex = 1;
     this.simpleButton2.Text = "取消";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(12, 309);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "全选";
     this.checkEdit1.Size = new System.Drawing.Size(75, 19);
     this.checkEdit1.TabIndex = 2;
     this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.comboBox1);
     this.panelControl1.Controls.Add(this.checkEdit1);
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Controls.Add(this.gridControl1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(462, 344);
     this.panelControl1.TabIndex = 0;
     this.panelControl1.Text = "panelControl1";
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(46, 12);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(404, 20);
     this.comboBox1.Sorted = true;
     this.comboBox1.TabIndex = 5;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // gridControl1
     //
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location = new System.Drawing.Point(3, 3);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemRadioGroup1});
     this.gridControl1.Size = new System.Drawing.Size(456, 293);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
//.........这里部分代码省略.........
开发者ID:EdgarEDT,项目名称:myitoppsp,代码行数:101,代码来源:frmDeviceList.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UsersFrm));
     this.groupControlInsert = new DevExpress.XtraEditors.GroupControl();
     this.CEAddActive = new DevExpress.XtraEditors.CheckEdit();
     this.BtnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.TxtAddItem = new DevExpress.XtraEditors.TextEdit();
     this.TxtAddPass2 = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.TxtAddPass1 = new DevExpress.XtraEditors.TextEdit();
     this.groupControlUpdate = new DevExpress.XtraEditors.GroupControl();
     this.CEEditActive = new DevExpress.XtraEditors.CheckEdit();
     this.BtnUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.TxtEditPass2 = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.TxtEditPass1 = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.TxtEditItem = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.groupControlSelect = new DevExpress.XtraEditors.GroupControl();
     this.BtnDelete = new DevExpress.XtraEditors.SimpleButton();
     this.LUEItems = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.BtnRefresh = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlInsert)).BeginInit();
     this.groupControlInsert.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEAddActive.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtAddItem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtAddPass2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtAddPass1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlUpdate)).BeginInit();
     this.groupControlUpdate.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEEditActive.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtEditPass2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtEditPass1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtEditItem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).BeginInit();
     this.groupControlSelect.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlInsert
     //
     this.groupControlInsert.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.groupControlInsert.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlInsert.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlInsert.Controls.Add(this.CEAddActive);
     this.groupControlInsert.Controls.Add(this.BtnAdd);
     this.groupControlInsert.Controls.Add(this.TxtAddItem);
     this.groupControlInsert.Controls.Add(this.TxtAddPass2);
     this.groupControlInsert.Controls.Add(this.labelControl3);
     this.groupControlInsert.Controls.Add(this.labelControl7);
     this.groupControlInsert.Controls.Add(this.labelControl6);
     this.groupControlInsert.Controls.Add(this.TxtAddPass1);
     this.groupControlInsert.Location = new System.Drawing.Point(9, 239);
     this.groupControlInsert.Name = "groupControlInsert";
     this.groupControlInsert.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupControlInsert.Size = new System.Drawing.Size(341, 153);
     this.groupControlInsert.TabIndex = 7;
     this.groupControlInsert.Text = "اضافة مستخدم جديد";
     //
     // CEAddActive
     //
     this.CEAddActive.EditValue = true;
     this.CEAddActive.Location = new System.Drawing.Point(143, 99);
     this.CEAddActive.Name = "CEAddActive";
     this.CEAddActive.Properties.Caption = "متاح";
     this.CEAddActive.Size = new System.Drawing.Size(62, 19);
     this.CEAddActive.TabIndex = 10;
     //
     // BtnAdd
     //
     this.BtnAdd.Enabled = false;
     this.BtnAdd.Location = new System.Drawing.Point(95, 124);
     this.BtnAdd.Name = "BtnAdd";
     this.BtnAdd.Size = new System.Drawing.Size(110, 23);
     this.BtnAdd.TabIndex = 11;
     this.BtnAdd.Text = "اضافه";
     this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
     //
     // TxtAddItem
     //
     this.TxtAddItem.Location = new System.Drawing.Point(32, 24);
     this.TxtAddItem.Name = "TxtAddItem";
     this.TxtAddItem.Properties.MaxLength = 25;
     this.TxtAddItem.Properties.NullValuePrompt = "ادخل اسم";
     this.TxtAddItem.Size = new System.Drawing.Size(173, 19);
     this.TxtAddItem.TabIndex = 7;
     this.TxtAddItem.EditValueChanged += new System.EventHandler(this.TxtNewItem_EditValueChanged);
     //
     // TxtAddPass2
     //
     this.TxtAddPass2.Location = new System.Drawing.Point(32, 74);
     this.TxtAddPass2.Name = "TxtAddPass2";
//.........这里部分代码省略.........
开发者ID:EgyFalseX-EESoft-WinForm,项目名称:Fellowship,代码行数:101,代码来源:UsersFrm.designer.cs

示例4: InitializeComponent

 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.treeList1);
     this.panelControl1.Controls.Add(this.checkEdit1);
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(462, 344);
     this.panelControl1.TabIndex = 0;
     this.panelControl1.Text = "panelControl1";
     //
     // treeList1
     //
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn2,
     this.treeListColumn3});
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Top;
     this.treeList1.KeyFieldName = "A";
     this.treeList1.Location = new System.Drawing.Point(3, 3);
     this.treeList1.Name = "treeList1";
     this.treeList1.ParentFieldName = "D";
     this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.treeList1.Size = new System.Drawing.Size(456, 300);
     this.treeList1.TabIndex = 3;
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption = "名称";
     this.treeListColumn2.FieldName = "B";
     this.treeListColumn2.Name = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit = false;
     this.treeListColumn2.VisibleIndex = 0;
     this.treeListColumn2.Width = 96;
     //
     // treeListColumn3
     //
     this.treeListColumn3.Caption = "是否选择";
     this.treeListColumn3.ColumnEdit = this.repositoryItemCheckEdit1;
     this.treeListColumn3.FieldName = "C";
     this.treeListColumn3.Name = "treeListColumn3";
     this.treeListColumn3.VisibleIndex = 1;
     this.treeListColumn3.Width = 96;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(12, 309);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "全选";
     this.checkEdit1.Size = new System.Drawing.Size(75, 19);
     this.checkEdit1.TabIndex = 2;
     this.checkEdit1.Visible = false;
     this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(358, 309);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(66, 23);
     this.simpleButton2.TabIndex = 1;
     this.simpleButton2.Text = "取消";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(277, 309);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(66, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text = "确定";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
//.........这里部分代码省略.........
开发者ID:EdgarEDT,项目名称:myitoppsp,代码行数:101,代码来源:FrmPicTreeSelect.designer.cs

示例5: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditForgetCard = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.lkpEdtMemberPackage = new DevExpress.XtraEditors.LookUpEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.ucMemberID1 = new ACMS.ucMemberID();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditForgetCard.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMemberPackage.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.ucMemberID1);
     this.panelControl1.Controls.Add(this.checkEditForgetCard);
     this.panelControl1.Controls.Add(this.simpleButtonCancel);
     this.panelControl1.Controls.Add(this.simpleButtonOK);
     this.panelControl1.Controls.Add(this.lkpEdtMemberPackage);
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Controls.Add(this.label1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(360, 148);
     this.panelControl1.TabIndex = 0;
     //
     // checkEditForgetCard
     //
     this.checkEditForgetCard.Location = new System.Drawing.Point(134, 74);
     this.checkEditForgetCard.Name = "checkEditForgetCard";
     this.checkEditForgetCard.Properties.Caption = "Forget Card?";
     this.checkEditForgetCard.Size = new System.Drawing.Size(124, 19);
     this.checkEditForgetCard.TabIndex = 43;
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location = new System.Drawing.Point(192, 116);
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.Size = new System.Drawing.Size(75, 23);
     this.simpleButtonCancel.TabIndex = 42;
     this.simpleButtonCancel.Text = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location = new System.Drawing.Point(88, 116);
     this.simpleButtonOK.Name = "simpleButtonOK";
     this.simpleButtonOK.Size = new System.Drawing.Size(75, 23);
     this.simpleButtonOK.TabIndex = 41;
     this.simpleButtonOK.Text = "OK";
     this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // lkpEdtMemberPackage
     //
     this.lkpEdtMemberPackage.Location = new System.Drawing.Point(136, 42);
     this.lkpEdtMemberPackage.Name = "lkpEdtMemberPackage";
     this.lkpEdtMemberPackage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtMemberPackage.Size = new System.Drawing.Size(204, 20);
     this.lkpEdtMemberPackage.TabIndex = 3;
     this.lkpEdtMemberPackage.EditValueChanged += new System.EventHandler(this.lkpEdtMemberPackage_EditValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 42);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Member Package";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "Member ID";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location = new System.Drawing.Point(134, 10);
     this.ucMemberID1.Name = "ucMemberID1";
     this.ucMemberID1.Size = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode = null;
     this.ucMemberID1.TabIndex = 44;
     this.ucMemberID1.Load += new System.EventHandler(this.ucMemberID1_Load);
     //
//.........这里部分代码省略.........
开发者ID:kimykunjun,项目名称:test,代码行数:101,代码来源:FormNewClassAttendance.cs

示例6: CreatSearchControl


//.........这里部分代码省略.........
                                                }
                                                else
                                                {
                                                    cbx.SelectedIndex = -1;
                                                }
                                            }
                                            //用Tag来存储查询类型
                                            cbx.Tag = dr[iControl]["sColumnFieldName"].ToString() + " " + dr[iControl]["sSearchType"].ToString();
                                            grbFilter.Controls.Add(cbx);
                                            break;
                                        }
                                    //日期型
                                    case "D":
                                        {
                                            DevExpress.XtraEditors.DateEdit det = new DevExpress.XtraEditors.DateEdit();
                                            det.Size = new Size(120, 21);
                                            det.Name = "det" + dr[iControl]["sColumnFieldName"].ToString() + iControl.ToString();
                                            det.Location = new Point(10 + (80 + 120 + iControlSpace) * i + 80, 28 + (21 + 10) * j);
                                            det.Tag = dr[iControl]["sColumnFieldName"].ToString() + " " + dr[iControl]["sSearchType"].ToString();
                                            if (oColumnDefaultValue.ToString() != "")
                                            {
                                                det.DateTime = Convert.ToDateTime(oColumnDefaultValue);
                                            }
                                            else
                                            {
                                                det.EditValue = null;
                                            }
                                            grbFilter.Controls.Add(det);
                                            break;
                                        }
                                    //复选框
                                    case "K":
                                        {
                                            DevExpress.XtraEditors.CheckEdit chk = new DevExpress.XtraEditors.CheckEdit();
                                            chk.Size = new Size(120, 21);
                                            chk.Name = "chk" + dr[iControl]["sColumnFieldName"].ToString() + iControl.ToString();
                                            chk.Location = new Point(10 + (80 + 120 + iControlSpace) * i + 80, 28 + (21 + 10) * j);
                                            //CheckBox过滤条件特殊处理
                                            string sReturnValue = "";
                                            if (dr[iControl]["sSearchType"].ToString().Contains("LIKE"))
                                            {
                                                sReturnValue = " '%" + dr[iControl]["sReturnValue"].ToString() + "%'";
                                            }
                                            else
                                            {
                                                sReturnValue = " '" + dr[iControl]["sReturnValue"].ToString() + "'";
                                            }
                                            chk.Tag = dr[iControl]["sColumnFieldName"].ToString() + " " + dr[iControl]["sSearchType"].ToString() + sReturnValue;
                                            if (oColumnDefaultValue.ToString() != "")
                                            {
                                                chk.Checked = Convert.ToBoolean(oColumnDefaultValue);
                                            }
                                            else
                                            {
                                                chk.CheckState = CheckState.Unchecked;
                                            }
                                            chk.Text = dr[iControl]["sColumnCaption"].ToString();
                                            grbFilter.Controls.Add(chk);
                                            break;
                                        }

                                }
                                iControl++;
                                //当计数大于等于要创建的控件数量时则退出循环
                                if (iControl >= dr.Length)
                                {
开发者ID:ViniciusConsultor,项目名称:belself-wang,代码行数:67,代码来源:frmsysQueryReport.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.components = new System.ComponentModel.Container();
     this.patientDocBgWorker = new System.ComponentModel.BackgroundWorker();
     this.searchTimer = new System.Windows.Forms.Timer(this.components);
     this.postCodeTimer = new System.Windows.Forms.Timer(this.components);
     this.postCodeBgWorker = new System.ComponentModel.BackgroundWorker();
     this.loadBarTimer = new System.Windows.Forms.Timer(this.components);
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.commentTextBox = new System.Windows.Forms.TextBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.removeClaimantBtn = new DevExpress.XtraEditors.SimpleButton();
     this.addClaimantBtn = new DevExpress.XtraEditors.SimpleButton();
     this.claimantListBox = new System.Windows.Forms.ListBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.MedicalConditionsComboBoxEdit = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.SmokerNoCheckEdit = new DevExpress.XtraEditors.CheckEdit();
     this.SmokerYesCheckEdit = new DevExpress.XtraEditors.CheckEdit();
     this.patientDetailsGroupBox = new System.Windows.Forms.GroupBox();
     this.claimNoTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.physioComboBox = new System.Windows.Forms.ComboBox();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.dvaTextBox = new DevExpress.XtraEditors.TextEdit();
     this.findPostCodeBtn = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.TitleComboBox = new System.Windows.Forms.ComboBox();
     this.postCodeTextBox = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.stateTextBox = new DevExpress.XtraEditors.TextEdit();
     this.genderFemaleTickBox = new DevExpress.XtraEditors.CheckEdit();
     this.genderMaleTickBox = new DevExpress.XtraEditors.CheckEdit();
     this.suburbComboBox = new System.Windows.Forms.ComboBox();
     this.addressTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.doBDateEdit = new DevExpress.XtraEditors.DateEdit();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.givenNameTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.surnameTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.applyBtn = new DevExpress.XtraEditors.SimpleButton();
     this.searchResultProgressBar = new System.Windows.Forms.ProgressBar();
     this.newPatientBtn = new DevExpress.XtraEditors.SimpleButton();
     this.cancelBtn = new DevExpress.XtraEditors.SimpleButton();
     this.okBtn = new DevExpress.XtraEditors.SimpleButton();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.displayGridControl = new DevExpress.XtraGrid.GridControl();
     this.displayGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.goBtn = new DevExpress.XtraEditors.SimpleButton();
     this.searchFieldTextBox = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.homePhoneTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.mobileTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.workPhoneTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.emailTextEdit = new DevExpress.XtraEditors.TextEdit();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MedicalConditionsComboBoxEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmokerNoCheckEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmokerYesCheckEdit.Properties)).BeginInit();
     this.patientDetailsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.claimNoTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dvaTextBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.postCodeTextBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stateTextBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.genderFemaleTickBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.genderMaleTickBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.addressTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.doBDateEdit.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.doBDateEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.givenNameTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.surnameTextEdit.Properties)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.displayGridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.displayGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.homePhoneTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mobileTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.workPhoneTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emailTextEdit.Properties)).BeginInit();
     this.SuspendLayout();
     //
//.........这里部分代码省略.........
开发者ID:Rillanon,项目名称:FP-PMS,代码行数:101,代码来源:patientViewForm.designer.cs

示例8: checkEdit_CheckedChanged

 private void checkEdit_CheckedChanged(object sender, EventArgs e)
 {
     var target = (sender as DevExpress.XtraEditors.CheckEdit);
     if (target.Checked)
     {
         if (currentCheckEdit != null)
             currentCheckEdit.Checked = false;
         currentCheckEdit = target;
     }
 }
开发者ID:supergfox,项目名称:SPC,代码行数:10,代码来源:StandardizationConfigControl.cs

示例9: StandardizationConfigControl

 public StandardizationConfigControl()
 {
     InitializeComponent();
     currentCheckEdit = this.checkEdit1;
 }
开发者ID:supergfox,项目名称:SPC,代码行数:5,代码来源:StandardizationConfigControl.cs

示例10: InitializeComponent


//.........这里部分代码省略.........
     this.HourFeeLab2 = new System.Windows.Forms.Label();
     this.HourFeeLab1 = new System.Windows.Forms.Label();
     this.LimitAccLab = new System.Windows.Forms.Label();
     this.FreeTimeLab6 = new System.Windows.Forms.Label();
     this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
     this.btnbigCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnMiCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnTimeCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnSmallCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnMoCar = new DevExpress.XtraEditors.SimpleButton();
     this.grpParam = new DevExpress.XtraEditors.GroupControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.dbDev = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl9 = new DevExpress.XtraEditors.PanelControl();
     this.btnAddDev = new DevExpress.XtraEditors.SimpleButton();
     this.btnDelDev = new DevExpress.XtraEditors.SimpleButton();
     this.btnSaveDev = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
     this.grpbChannel = new System.Windows.Forms.GroupBox();
     this.plCarType = new System.Windows.Forms.Panel();
     this.checkEdit13 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit14 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit15 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit16 = new DevExpress.XtraEditors.CheckEdit();
     this.plCardType = new System.Windows.Forms.Panel();
     this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
     this.checkBox5 = new System.Windows.Forms.CheckBox();
     this.radChannelCard = new System.Windows.Forms.RadioButton();
     this.radChannelCar = new System.Windows.Forms.RadioButton();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.grpbCardType = new System.Windows.Forms.GroupBox();
     this.checkBox17 = new DevExpress.XtraEditors.CheckEdit();
     this.GbkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.CzkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.LskChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.SdkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.MfkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.LmkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.QkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
开发者ID:BillyWu,项目名称:Granitypark,代码行数:67,代码来源:FrmParkStallSet.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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReception));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     this.gcShowColumns = new DevExpress.XtraEditors.GroupControl();
     this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
     this.panel7 = new System.Windows.Forms.Panel();
     this.paDelete = new System.Windows.Forms.Panel();
     this.tbResidue = new DevExpress.XtraEditors.SpinEdit();
     this.tbAmortization = new DevExpress.XtraEditors.SpinEdit();
     this.panel5 = new System.Windows.Forms.Panel();
     this.tbTotalIgv = new DevExpress.XtraEditors.SpinEdit();
     this.tbTotalAmount = new DevExpress.XtraEditors.SpinEdit();
     this.tbSubTotalAmount = new DevExpress.XtraEditors.SpinEdit();
     this.label7 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.gcReception = new DevExpress.XtraGrid.GridControl();
     this.gvReception = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcRec_idrecep_sample_detail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_OrderSample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Description = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repDescription = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.gcRec_Idmr_detail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Type_Sample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Procedence = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repProcedence = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gcRec_Code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Cod_interno = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_NameSample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Flag_envelope_sealed = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repEnvelope_sealed = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gcRec_CantKg = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Reject = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Counter_Sample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Days = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcRec_Cost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repSelect = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gcDyn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDyn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Cod_interno = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Date = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Hour = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Cod_matrix = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Cod_campo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_NameSample = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Ubigeo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_UTM = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Num_bottle_plastic = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Num_bottle_glass = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcAgua_Volumen = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repResult = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repSendReport = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repLink = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repDesLink = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repSample = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.tbFax = new DevExpress.XtraEditors.TextEdit();
     this.tbClientPhone = new DevExpress.XtraEditors.TextEdit();
     this.tbClientRuc = new DevExpress.XtraEditors.TextEdit();
     this.tbClientDomicile = new DevExpress.XtraEditors.TextEdit();
     this.label9 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.cbCompany = new LimsProject.MyLookUpEdit();
     this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
//.........这里部分代码省略.........
开发者ID:khoattn,项目名称:LimsProject,代码行数:101,代码来源:FormReception.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.groupControlInfo = new DevExpress.XtraEditors.GroupControl();
     this.ceWarasaExtra = new DevExpress.XtraEditors.CheckEdit();
     this.btnImport = new DevExpress.XtraEditors.SimpleButton();
     this.ceWarasa = new DevExpress.XtraEditors.CheckEdit();
     this.ceExtra = new DevExpress.XtraEditors.CheckEdit();
     this.lblCounter = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.groupControlOp = new DevExpress.XtraEditors.GroupControl();
     this.pbc = new DevExpress.XtraEditors.ProgressBarControl();
     this.dsdatam = new RetirementCenter.DataSources.dsdatam();
     this.replyTableAdapter = new RetirementCenter.DataSources.dsdatamTableAdapters.replyTableAdapter();
     this.reply_wTableAdapter = new RetirementCenter.DataSources.dsdatamTableAdapters.reply_wTableAdapter();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.ceUpdateNIDWarasa = new DevExpress.XtraEditors.CheckEdit();
     this.ceUpdateNIDMember = new DevExpress.XtraEditors.CheckEdit();
     this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.lblWebWarasaCounter = new DevExpress.XtraEditors.LabelControl();
     this.lblWebMemberCounter = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.tblmemberTableAdapter = new RetirementCenter.DataSources.dsWebDataTableAdapters.tblmemberTableAdapter();
     this.dsWebData = new RetirementCenter.DataSources.dsWebData();
     this.tblwarasasonTableAdapter = new RetirementCenter.DataSources.dsWebDataTableAdapters.tblwarasasonTableAdapter();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.btnImportAccess = new DevExpress.XtraEditors.SimpleButton();
     this.ceImportAccsess = new DevExpress.XtraEditors.CheckEdit();
     this.lblAccessCount = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.dsRetirementCenter = new RetirementCenter.DataSources.dsRetirementCenter();
     this.tblMashatTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.TBLMashatTableAdapter();
     this.tblmRemarksTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.TBLMRemarksTableAdapter();
     this.tblMashatTablebindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tblEdafatTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.TBLEdafatTableAdapter();
     this.tblWarasaTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.TBLWarasaTableAdapter();
     this.tblEdafatWarsaTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.TBLEdafatWarsaTableAdapter();
     this.fromAccessTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.FromAccessTableAdapter();
     this.accsessTableAdapter = new RetirementCenter.DataSources.dsdatamTableAdapters.accsessTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlInfo)).BeginInit();
     this.groupControlInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ceWarasaExtra.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceWarasa.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceExtra.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlOp)).BeginInit();
     this.groupControlOp.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsdatam)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ceUpdateNIDWarasa.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceUpdateNIDMember.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsWebData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ceImportAccsess.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsRetirementCenter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblMashatTablebindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlInfo
     //
     this.groupControlInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControlInfo.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlInfo.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.groupControlInfo.Controls.Add(this.ceWarasaExtra);
     this.groupControlInfo.Controls.Add(this.btnImport);
     this.groupControlInfo.Controls.Add(this.ceWarasa);
     this.groupControlInfo.Controls.Add(this.ceExtra);
     this.groupControlInfo.Controls.Add(this.lblCounter);
     this.groupControlInfo.Controls.Add(this.labelControl1);
     this.groupControlInfo.Location = new System.Drawing.Point(345, 12);
     this.groupControlInfo.Name = "groupControlInfo";
     this.groupControlInfo.Size = new System.Drawing.Size(327, 100);
     this.groupControlInfo.TabIndex = 0;
     this.groupControlInfo.Text = "استيراد بيانات";
     //
     // ceWarasaExtra
     //
     this.ceWarasaExtra.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ceWarasaExtra.Enabled = false;
     this.ceWarasaExtra.Location = new System.Drawing.Point(23, 76);
     this.ceWarasaExtra.Name = "ceWarasaExtra";
     this.ceWarasaExtra.Properties.Caption = "الحاق اضافات الورثة";
     this.ceWarasaExtra.Size = new System.Drawing.Size(114, 19);
     this.ceWarasaExtra.TabIndex = 1;
     //
     // btnImport
     //
     this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImport.Location = new System.Drawing.Point(5, 24);
     this.btnImport.Name = "btnImport";
     this.btnImport.Size = new System.Drawing.Size(100, 23);
     this.btnImport.TabIndex = 0;
//.........这里部分代码省略.........
开发者ID:EgyFalseX-EESoft-WinForm,项目名称:RetirementCenter,代码行数:101,代码来源:ImportFromAccessFrm.designer.cs

示例13: InitializeComponent

 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.GC_Robot = new DevExpress.XtraEditors.GroupControl();
     this.CE_Link = new DevExpress.XtraEditors.CheckEdit();
     this.TE_Remark = new DevExpress.XtraEditors.TextEdit();
     this.LL_Remark = new DevExpress.XtraEditors.LabelControl();
     this.TE_Prog = new DevExpress.XtraEditors.TextEdit();
     this.LL_Prog = new DevExpress.XtraEditors.LabelControl();
     this.TE_Ip = new DevExpress.XtraEditors.TextEdit();
     this.LL_IP = new DevExpress.XtraEditors.LabelControl();
     this.LL_ID = new DevExpress.XtraEditors.LabelControl();
     this.CE_Server = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.GC_Robot)).BeginInit();
     this.GC_Robot.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CE_Link.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TE_Remark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TE_Prog.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TE_Ip.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // GC_Robot
     //
     this.GC_Robot.Controls.Add(this.CE_Server);
     this.GC_Robot.Controls.Add(this.CE_Link);
     this.GC_Robot.Controls.Add(this.TE_Remark);
     this.GC_Robot.Controls.Add(this.LL_Remark);
     this.GC_Robot.Controls.Add(this.TE_Prog);
     this.GC_Robot.Controls.Add(this.LL_Prog);
     this.GC_Robot.Controls.Add(this.TE_Ip);
     this.GC_Robot.Controls.Add(this.LL_IP);
     this.GC_Robot.Controls.Add(this.LL_ID);
     this.GC_Robot.Location = new System.Drawing.Point(0, 2);
     this.GC_Robot.Name = "GC_Robot";
     this.GC_Robot.Size = new System.Drawing.Size(360, 218);
     this.GC_Robot.TabIndex = 6;
     this.GC_Robot.Text = "机器人信息";
     this.GC_Robot.Paint += new System.Windows.Forms.PaintEventHandler(this.GC_Robot_Paint);
     //
     // CE_Link
     //
     this.CE_Link.Location = new System.Drawing.Point(163, 26);
     this.CE_Link.Name = "CE_Link";
     this.CE_Link.Properties.Caption = "链接";
     this.CE_Link.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.CE_Link.Size = new System.Drawing.Size(75, 19);
     this.CE_Link.TabIndex = 13;
     //
     // TE_Remark
     //
     this.TE_Remark.Location = new System.Drawing.Point(70, 148);
     this.TE_Remark.Name = "TE_Remark";
     this.TE_Remark.Size = new System.Drawing.Size(252, 20);
     this.TE_Remark.TabIndex = 12;
     //
     // LL_Remark
     //
     this.LL_Remark.Location = new System.Drawing.Point(12, 150);
     this.LL_Remark.Name = "LL_Remark";
     this.LL_Remark.Size = new System.Drawing.Size(28, 13);
     this.LL_Remark.TabIndex = 11;
     this.LL_Remark.Text = "备注:";
     //
     // TE_Prog
     //
     this.TE_Prog.Location = new System.Drawing.Point(70, 103);
     this.TE_Prog.Name = "TE_Prog";
     this.TE_Prog.Size = new System.Drawing.Size(252, 20);
     this.TE_Prog.TabIndex = 8;
     //
     // LL_Prog
     //
     this.LL_Prog.Location = new System.Drawing.Point(12, 106);
     this.LL_Prog.Name = "LL_Prog";
     this.LL_Prog.Size = new System.Drawing.Size(48, 13);
     this.LL_Prog.TabIndex = 7;
     this.LL_Prog.Text = "程序名:";
     //
     // TE_Ip
     //
     this.TE_Ip.Location = new System.Drawing.Point(70, 58);
     this.TE_Ip.Name = "TE_Ip";
     this.TE_Ip.Size = new System.Drawing.Size(252, 20);
     this.TE_Ip.TabIndex = 6;
     //
     // LL_IP
     //
     this.LL_IP.Location = new System.Drawing.Point(12, 62);
     this.LL_IP.Name = "LL_IP";
     this.LL_IP.Size = new System.Drawing.Size(50, 13);
     this.LL_IP.TabIndex = 1;
     this.LL_IP.Text = "控制器IP:";
     //
     // LL_ID
     //
     this.LL_ID.Location = new System.Drawing.Point(12, 29);
     this.LL_ID.Name = "LL_ID";
//.........这里部分代码省略.........
开发者ID:shumaojie,项目名称:Packaging,代码行数:101,代码来源:UC_SysConfig.designer.cs

示例14: 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(Login));
     this.lblError = new DevExpress.XtraEditors.LabelControl();
     this.pnlTitle = new DevExpress.XtraEditors.PanelControl();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnLogin = new System.Windows.Forms.Button();
     this.ckRemeberPwd = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.pnlCaption = new DevExpress.XtraEditors.PanelControl();
     this.lblSysName = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.pnlTitle)).BeginInit();
     this.pnlTitle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckRemeberPwd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCaption)).BeginInit();
     this.pnlCaption.SuspendLayout();
     this.SuspendLayout();
     //
     // lblError
     //
     this.lblError.Appearance.Font = new System.Drawing.Font("宋体", 9F);
     this.lblError.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblError.Location = new System.Drawing.Point(300, 262);
     this.lblError.Name = "lblError";
     this.lblError.Size = new System.Drawing.Size(96, 12);
     this.lblError.TabIndex = 12;
     this.lblError.Text = "用户名或密码错误";
     //
     // pnlTitle
     //
     this.pnlTitle.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
     this.pnlTitle.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.pnlTitle.Appearance.Options.UseBorderColor = true;
     this.pnlTitle.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.pnlTitle.ContentImageAlignment = System.Drawing.ContentAlignment.TopCenter;
     this.pnlTitle.Controls.Add(this.txtPassword);
     this.pnlTitle.Controls.Add(this.txtUserName);
     this.pnlTitle.Controls.Add(this.btnExit);
     this.pnlTitle.Controls.Add(this.btnLogin);
     this.pnlTitle.Controls.Add(this.ckRemeberPwd);
     this.pnlTitle.Controls.Add(this.lblError);
     this.pnlTitle.Controls.Add(this.labelControl2);
     this.pnlTitle.Controls.Add(this.labelControl1);
     this.pnlTitle.Controls.Add(this.pnlCaption);
     this.pnlTitle.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlTitle.Location = new System.Drawing.Point(0, 0);
     this.pnlTitle.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.pnlTitle.LookAndFeel.UseDefaultLookAndFeel = false;
     this.pnlTitle.Margin = new System.Windows.Forms.Padding(0);
     this.pnlTitle.Name = "pnlTitle";
     this.pnlTitle.Size = new System.Drawing.Size(521, 347);
     this.pnlTitle.TabIndex = 13;
     //
     // txtPassword
     //
     this.txtPassword.Location = new System.Drawing.Point(167, 210);
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(229, 22);
     this.txtPassword.TabIndex = 2;
     this.txtPassword.UseSystemPasswordChar = true;
     //
     // txtUserName
     //
     this.txtUserName.Location = new System.Drawing.Point(167, 170);
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(229, 22);
     this.txtUserName.TabIndex = 1;
     //
     // btnExit
     //
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ForeColor = System.Drawing.Color.Black;
     this.btnExit.Location = new System.Drawing.Point(321, 300);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(75, 23);
     this.btnExit.TabIndex = 5;
     this.btnExit.Text = "退出";
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnLogin
     //
     this.btnLogin.BackColor = System.Drawing.Color.Transparent;
     this.btnLogin.ForeColor = System.Drawing.Color.Black;
     this.btnLogin.Location = new System.Drawing.Point(167, 300);
     this.btnLogin.Name = "btnLogin";
     this.btnLogin.Size = new System.Drawing.Size(75, 23);
     this.btnLogin.TabIndex = 4;
     this.btnLogin.Text = "登录";
     this.btnLogin.UseVisualStyleBackColor = true;
     this.btnLogin.Click += new System.EventHandler(this.UserLogin);
     //
//.........这里部分代码省略.........
开发者ID:chliam,项目名称:dam,代码行数:101,代码来源:Login.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.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.Printing.DailyPrintStyle dailyPrintStyle1 = new DevExpress.XtraScheduler.Printing.DailyPrintStyle();
     DevExpress.XtraScheduler.Printing.WeeklyPrintStyle weeklyPrintStyle1 = new DevExpress.XtraScheduler.Printing.WeeklyPrintStyle();
     DevExpress.XtraScheduler.Printing.MonthlyPrintStyle monthlyPrintStyle1 = new DevExpress.XtraScheduler.Printing.MonthlyPrintStyle();
     DevExpress.XtraScheduler.Printing.TriFoldPrintStyle triFoldPrintStyle1 = new DevExpress.XtraScheduler.Printing.TriFoldPrintStyle();
     DevExpress.XtraScheduler.Printing.CalendarDetailsPrintStyle calendarDetailsPrintStyle1 = new DevExpress.XtraScheduler.Printing.CalendarDetailsPrintStyle();
     DevExpress.XtraScheduler.Printing.MemoPrintStyle memoPrintStyle1 = new DevExpress.XtraScheduler.Printing.MemoPrintStyle();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCalendar));
     this.StartDatePickerTop = new System.Windows.Forms.DateTimePicker();
     this.schedulerStorage1 = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.pnlBody = new System.Windows.Forms.Panel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.pnlCalendar = new System.Windows.Forms.Panel();
     this.schedulerControl1 = new DevExpress.XtraScheduler.SchedulerControl();
     this.pnlFilter = new System.Windows.Forms.Panel();
     this.chkHideWeekends = new DevExpress.XtraEditors.CheckEdit();
     this.lblMonth = new System.Windows.Forms.Label();
     this.lblYear = new System.Windows.Forms.Label();
     this.EndDatePickerTop = new System.Windows.Forms.DateTimePicker();
     this.btnClearFilters = new System.Windows.Forms.Button();
     this.cmbClass = new System.Windows.Forms.ComboBox();
     this.lblClass = new System.Windows.Forms.Label();
     this.cmbProgram = new System.Windows.Forms.ComboBox();
     this.lblProgram = new System.Windows.Forms.Label();
     this.cmbInstructor = new System.Windows.Forms.ComboBox();
     this.lblInstructor = new System.Windows.Forms.Label();
     this.cmbClient = new System.Windows.Forms.ComboBox();
     this.lblClient = new System.Windows.Forms.Label();
     this.pnlDateNavigator = new System.Windows.Forms.Panel();
     this.dateNavigator1 = new DevExpress.XtraScheduler.DateNavigator();
     this.imgContext = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.pnlCalendar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     this.pnlFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkHideWeekends.Properties)).BeginInit();
     this.pnlDateNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     this.SuspendLayout();
     //
     // StartDatePickerTop
     //
     this.StartDatePickerTop.Checked = false;
     this.StartDatePickerTop.CustomFormat = "MM/dd/yyyy";
     this.StartDatePickerTop.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.StartDatePickerTop.Location = new System.Drawing.Point(85, 7);
     this.StartDatePickerTop.Name = "StartDatePickerTop";
     this.StartDatePickerTop.Size = new System.Drawing.Size(93, 27);
     this.StartDatePickerTop.TabIndex = 15;
     this.StartDatePickerTop.ValueChanged += new System.EventHandler(this.datePickerTop_ValueChanged);
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.Mappings.Description = "Status";
     this.schedulerStorage1.Appointments.Mappings.End = "ENDDATETIME";
     this.schedulerStorage1.Appointments.Mappings.Label = "CEID";
     this.schedulerStorage1.Appointments.Mappings.Start = "STARTDATETIME";
     this.schedulerStorage1.Appointments.Mappings.Subject = "TASKDESC";
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.splitter1);
     this.pnlBody.Controls.Add(this.pnlCalendar);
     this.pnlBody.Controls.Add(this.pnlDateNavigator);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(976, 622);
     this.pnlBody.TabIndex = 0;
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(676, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(5, 622);
     this.splitter1.TabIndex = 6;
     this.splitter1.TabStop = false;
     //
     // pnlCalendar
     //
     this.pnlCalendar.Controls.Add(this.schedulerControl1);
     this.pnlCalendar.Controls.Add(this.pnlFilter);
     this.pnlCalendar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlCalendar.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlCalendar.Location = new System.Drawing.Point(0, 0);
     this.pnlCalendar.Name = "pnlCalendar";
     this.pnlCalendar.Size = new System.Drawing.Size(681, 622);
     this.pnlCalendar.TabIndex = 2;
     //
     // schedulerControl1
//.........这里部分代码省略.........
开发者ID:gregggdavis,项目名称:schedww2,代码行数:101,代码来源:frmCalendar.cs


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