• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

C# DXErrorProvider.ConditionValidationRule类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

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



DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule类属于命名空间,在下文中一共展示了DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。

示例1: InitializeComponent

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
            this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
            this.pnlMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
            this.pnlFill.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
            this.pnlBottom.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(282, 5);
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(197, 6);
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // pnlFill
            // 
            this.pnlFill.Controls.Add(this.memoEdit1);
            // 
            // memoEdit1
            // 
            this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.memoEdit1.Location = new System.Drawing.Point(2, 2);
            this.memoEdit1.Name = "memoEdit1";
            this.memoEdit1.Size = new System.Drawing.Size(375, 185);
            this.memoEdit1.TabIndex = 0;
            conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
            conditionValidationRule1.ErrorText = "必填";
            this.dxValidationProvider1.SetValidationRule(this.memoEdit1, conditionValidationRule1);
            // 
            // InvRemark
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(379, 235);
            this.Name = "InvRemark";
            this.Text = "作废原因";
            ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
            this.pnlMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
            this.pnlFill.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
            this.pnlBottom.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
            this.ResumeLayout(false);

        }
开发者ID:ZixiangBoy,项目名称:FAS,代码行数:62,代码来源:InvRemarkView.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.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule4 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            this.validationProvider = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
            this.txtCode = new DevExpress.XtraEditors.TextEdit();
            this.spinEditOrderID = new DevExpress.XtraEditors.SpinEdit();
            this.txtControlType = new DevExpress.XtraEditors.TextEdit();
            this.txtFunctionName = new DevExpress.XtraEditors.TextEdit();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.btnSave = new DevExpress.XtraEditors.SimpleButton();
            this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
            this.cheSave = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.cheExport = new DevExpress.XtraEditors.CheckEdit();
            this.cheImport = new DevExpress.XtraEditors.CheckEdit();
            this.chePrint = new DevExpress.XtraEditors.CheckEdit();
            this.cheDelete = new DevExpress.XtraEditors.CheckEdit();
            this.cheUpdate = new DevExpress.XtraEditors.CheckEdit();
            this.cheInsert = new DevExpress.XtraEditors.CheckEdit();
            this.cheQuery = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            ((System.ComponentModel.ISupportInitialize)(this.validationProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEditOrderID.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtControlType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFunctionName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cheSave.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cheExport.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cheImport.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chePrint.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cheDelete.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cheUpdate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cheInsert.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cheQuery.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // txtCode
            // 
            this.txtCode.Location = new System.Drawing.Point(220, 9);
            this.txtCode.Name = "txtCode";
            this.txtCode.Size = new System.Drawing.Size(128, 20);
            this.txtCode.TabIndex = 21;
            conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
            conditionValidationRule1.ErrorText = "编码不能为空";
            conditionValidationRule1.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Warning;
            this.validationProvider.SetValidationRule(this.txtCode, conditionValidationRule1);
            // 
            // spinEditOrderID
            // 
            this.spinEditOrderID.EditValue = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.spinEditOrderID.Location = new System.Drawing.Point(220, 38);
            this.spinEditOrderID.Name = "spinEditOrderID";
            this.spinEditOrderID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEditOrderID.Properties.IsFloatValue = false;
            this.spinEditOrderID.Properties.Mask.EditMask = "N00";
            this.spinEditOrderID.Properties.MaxLength = 1;
            this.spinEditOrderID.Properties.MaxValue = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.spinEditOrderID.Size = new System.Drawing.Size(128, 20);
            this.spinEditOrderID.TabIndex = 23;
            conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
            conditionValidationRule2.ErrorText = "排序不能为空";
            conditionValidationRule2.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Warning;
            this.validationProvider.SetValidationRule(this.spinEditOrderID, conditionValidationRule2);
            // 
            // txtControlType
            // 
            this.txtControlType.Location = new System.Drawing.Point(42, 38);
            this.txtControlType.Name = "txtControlType";
            this.txtControlType.Size = new System.Drawing.Size(132, 20);
            this.txtControlType.TabIndex = 22;
            conditionValidationRule3.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
            conditionValidationRule3.ErrorText = "路径不能为空";
            conditionValidationRule3.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Warning;
            this.validationProvider.SetValidationRule(this.txtControlType, conditionValidationRule3);
            // 
            // txtFunctionName
            // 
            this.txtFunctionName.Location = new System.Drawing.Point(42, 9);
            this.txtFunctionName.Name = "txtFunctionName";
//.........这里部分代码省略.........
开发者ID:haiming929,项目名称:LDL,代码行数:101,代码来源:FrmFunctionEdit.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.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.btnClose = new DevExpress.XtraEditors.SimpleButton();
            this.btnSave = new DevExpress.XtraEditors.SimpleButton();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtpGeneral = new DevExpress.XtraTab.XtraTabPage();
            this.ceYasref = new DevExpress.XtraEditors.CheckEdit();
            this.lueMMashatId = new DevExpress.XtraEditors.GridLookUpEdit();
            this.LSMSMMashatId = new DevExpress.Data.Linq.LinqServerModeSource();
            this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colMMashatName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colsarfnumber1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSubCommitte1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSyndicate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colyasref = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMashHala = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tbmemo = new DevExpress.XtraEditors.MemoEdit();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.deDocDate = new DevExpress.XtraEditors.DateEdit();
            this.dsRetirementCenter = new RetirementCenter.DataSources.dsRetirementCenter();
            this.colMonthName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colYearName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMonthName1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tblProofDocTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.TBLProofDocTableAdapter();
            this.tblMashatTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.TBLMashatTableAdapter();
            this.dxValidationProviderMain = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtpGeneral.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ceYasref.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lueMMashatId.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.LSMSMMashatId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbmemo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDocDate.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.deDocDate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsRetirementCenter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxValidationProviderMain)).BeginInit();
            this.SuspendLayout();
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
            this.labelControl2.Location = new System.Drawing.Point(419, 108);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(41, 19);
            this.labelControl2.TabIndex = 0;
            this.labelControl2.Text = "التاريخ";
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
            this.labelControl4.Location = new System.Drawing.Point(412, 141);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(50, 19);
            this.labelControl4.TabIndex = 0;
            this.labelControl4.Text = "ملاحظة";
            // 
            // panelControl1
            // 
            this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
            this.panelControl1.Controls.Add(this.btnClose);
            this.panelControl1.Location = new System.Drawing.Point(5, 370);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(520, 44);
            this.panelControl1.TabIndex = 1;
            // 
            // btnClose
            // 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Image = global::RetirementCenter.Properties.Resources.Delete;
            this.btnClose.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
            this.btnClose.Location = new System.Drawing.Point(7, 7);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(90, 30);
            this.btnClose.TabIndex = 0;
            this.btnClose.Text = "اغلاق";
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnSave
            // 
            this.btnSave.Image = global::RetirementCenter.Properties.Resources.Save;
            this.btnSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
            this.btnSave.Location = new System.Drawing.Point(312, 265);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(150, 30);
            this.btnSave.TabIndex = 4;
//.........这里部分代码省略.........
开发者ID:EgyFalseX,项目名称:Winform,代码行数:101,代码来源:TBLProofDocWFrm.designer.cs


示例4: InitializeComponent

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TypeEditorForm));
            this.gcTypeInfo = new DevExpress.XtraEditors.GroupControl();
            this.txtDescription = new DevExpress.XtraEditors.MemoEdit();
            this.lblDescription = new DevExpress.XtraEditors.LabelControl();
            this.txtName = new DevExpress.XtraEditors.TextEdit();
            this.lblName = new DevExpress.XtraEditors.LabelControl();
            this.valName = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
            this.valDescription = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.gcTypeInfo)).BeginInit();
            this.gcTypeInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescription.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.valName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.valDescription)).BeginInit();
            this.SuspendLayout();
            // 
            // gcTypeInfo
            // 
            this.gcTypeInfo.Controls.Add(this.txtDescription);
            this.gcTypeInfo.Controls.Add(this.lblDescription);
            this.gcTypeInfo.Controls.Add(this.txtName);
            this.gcTypeInfo.Controls.Add(this.lblName);
            this.gcTypeInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcTypeInfo.Location = new System.Drawing.Point(0, 0);
            this.gcTypeInfo.Name = "gcTypeInfo";
            this.gcTypeInfo.Size = new System.Drawing.Size(481, 136);
            this.gcTypeInfo.TabIndex = 3;
            this.gcTypeInfo.Text = "Informasi Tipe";
            // 
            // txtDescription
            // 
            this.txtDescription.Location = new System.Drawing.Point(128, 55);
            this.txtDescription.Name = "txtDescription";
            this.txtDescription.Size = new System.Drawing.Size(237, 58);
            this.txtDescription.TabIndex = 3;
            conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
            conditionValidationRule1.ErrorText = "Deskripsi harus diisi";
            this.valDescription.SetValidationRule(this.txtDescription, conditionValidationRule1);
            // 
            // lblDescription
            // 
            this.lblDescription.Location = new System.Drawing.Point(12, 60);
            this.lblDescription.Name = "lblDescription";
            this.lblDescription.Size = new System.Drawing.Size(42, 13);
            this.lblDescription.TabIndex = 2;
            this.lblDescription.Text = "Deskripsi";
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(128, 29);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(187, 20);
            this.txtName.TabIndex = 1;
            conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
            conditionValidationRule2.ErrorText = "Nama harus diisi";
            this.valName.SetValidationRule(this.txtName, conditionValidationRule2);
            // 
            // lblName
            // 
            this.lblName.Location = new System.Drawing.Point(12, 30);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(27, 13);
            this.lblName.TabIndex = 0;
            this.lblName.Text = "Nama";
            // 
            // valName
            // 
            this.valName.ValidationMode = DevExpress.XtraEditors.DXErrorProvider.ValidationMode.Manual;
            // 
            // valDescription
            // 
            this.valDescription.ValidationMode = DevExpress.XtraEditors.DXErrorProvider.ValidationMode.Manual;
            // 
            // TypeEditorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(481, 185);
            this.Controls.Add(this.gcTypeInfo);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "TypeEditorForm";
            this.Text = "Tipe Editor";
            this.Controls.SetChildIndex(this.gcTypeInfo, 0);
            ((System.ComponentModel.ISupportInitialize)(this.gcTypeInfo)).EndInit();
            this.gcTypeInfo.ResumeLayout(false);
            this.gcTypeInfo.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescription.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.valName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.valDescription)).EndInit();
            this.ResumeLayout(false);
//.........这里部分代码省略.........
开发者ID:edwinsyarief,项目名称:Brawijaya-Workshop-Solution,代码行数:101,代码来源:TypeEditorForm.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.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule4 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule5 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule6 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule7 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule8 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule9 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule10 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule11 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupControlOther = new DevExpress.XtraEditors.GroupControl();
            this.txtRemark = new DevExpress.XtraEditors.TextEdit();
            this.labelControl41 = new DevExpress.XtraEditors.LabelControl();
            this.txtDispatchReceiptAddress = new DevExpress.XtraEditors.TextEdit();
            this.ceReceiptFlag = new DevExpress.XtraEditors.CheckEdit();
            this.txtReceiptCode = new DevExpress.XtraEditors.TextEdit();
            this.txtDispatchAttachment = new DevExpress.XtraEditors.TextEdit();
            this.txtDispatchEntrancePermit = new DevExpress.XtraEditors.TextEdit();
            this.txtDispatchUnifiedNum = new DevExpress.XtraEditors.TextEdit();
            this.labelControl40 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl39 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl38 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl37 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl36 = new DevExpress.XtraEditors.LabelControl();
            this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
            this.controlNavigator = new DevExpress.XtraEditors.ControlNavigator();
            this.gridGoods = new DevExpress.XtraGrid.GridControl();
            this.gvGoods = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colGoods = new DevExpress.XtraGrid.Columns.GridColumn();
            this.rilueGoods = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.colPack = new DevExpress.XtraGrid.Columns.GridColumn();
            this.riluePack = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.colNumber = new DevExpress.XtraGrid.Columns.GridColumn();
            this.riSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.colVolume = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.colVolumeWeight = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colWeight = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemSpinEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.colRealWeight = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colArbitariec = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemSpinEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.colDispatchFee = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemSpinEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.colSum = new DevExpress.XtraGrid.Columns.GridColumn();
            this.groupControlConsignee = new DevExpress.XtraEditors.GroupControl();
            this.memoConsigneeAddress = new DevExpress.XtraEditors.MemoEdit();
            this.cbxConsignee = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtConsigneeLinkMan = new DevExpress.XtraEditors.TextEdit();
            this.txtConsigneeTel = new DevExpress.XtraEditors.TextEdit();
            this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
            this.btneDestination = new DevExpress.XtraEditors.ButtonEdit();
            this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
            this.btneDestinationSite = new DevExpress.XtraEditors.ButtonEdit();
            this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
            this.groupControlConsignor = new DevExpress.XtraEditors.GroupControl();
            this.lnkCode = new System.Windows.Forms.LinkLabel();
            this.btneConsignor = new DevExpress.XtraEditors.ButtonEdit();
            this.lueSettlementType = new DevExpress.XtraEditors.LookUpEdit();
            this.lueDispatchType = new DevExpress.XtraEditors.LookUpEdit();
            this.lueLogisticsType = new DevExpress.XtraEditors.LookUpEdit();
            this.lueServiceEmployee = new DevExpress.XtraEditors.LookUpEdit();
            this.lueSalesmanEmployee = new DevExpress.XtraEditors.LookUpEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
            this.txtConsignorPhone = new DevExpress.XtraEditors.TextEdit();
            this.txtCustomersType = new DevExpress.XtraEditors.TextEdit();
            this.txtConsignorAddress = new DevExpress.XtraEditors.TextEdit();
            this.txtConsignorTel = new DevExpress.XtraEditors.TextEdit();
            this.txtConsignorLinkMan = new DevExpress.XtraEditors.TextEdit();
            this.txtCode = new DevExpress.XtraEditors.TextEdit();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.groupControlFee = new DevExpress.XtraEditors.GroupControl();
            this.cePaymentFlag = new DevExpress.XtraEditors.CheckEdit();
            this.sePaidAmount = new DevExpress.XtraEditors.SpinEdit();
            this.seReceivableAmount = new DevExpress.XtraEditors.SpinEdit();
//.........这里部分代码省略.........
开发者ID:haiming929,项目名称:LDL,代码行数:101,代码来源:UCWaybillEdit.Designer.cs


示例6: InitializeComponent

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChooseDriverFeesReport));
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.cbMonth = new DevExpress.XtraScheduler.UI.MonthEdit();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.btnCancel = new WCButtons.Black.ButtonCancelBlack();
            this.btnGenerate = new WCButtons.Black.ButtonSettingsBlack();
            this.cbDriver = new DevExpress.XtraEditors.SearchLookUpEdit();
            this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.cbYear = new DevExpress.XtraEditors.ComboBoxEdit();
            this.colid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colfull_name = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colcpf = new DevExpress.XtraGrid.Columns.GridColumn();
            this.validator = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
            this.bdgDrivers = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.cbMonth.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbDriver.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbYear.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.validator)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bdgDrivers)).BeginInit();
            this.SuspendLayout();
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(11, 27);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(49, 13);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "Motorista:";
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(11, 56);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(23, 13);
            this.labelControl2.TabIndex = 0;
            this.labelControl2.Text = "Mês:";
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(197, 56);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(23, 13);
            this.labelControl3.TabIndex = 0;
            this.labelControl3.Text = "Ano:";
            // 
            // cbMonth
            // 
            this.cbMonth.Location = new System.Drawing.Point(66, 53);
            this.cbMonth.Name = "cbMonth";
            this.cbMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbMonth.Size = new System.Drawing.Size(125, 20);
            this.cbMonth.TabIndex = 2;
            conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.Greater;
            conditionValidationRule1.ErrorText = "Informe o Mês";
            conditionValidationRule1.Value1 = 0;
            this.validator.SetValidationRule(this.cbMonth, conditionValidationRule1);
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.cbYear);
            this.groupControl1.Controls.Add(this.cbDriver);
            this.groupControl1.Controls.Add(this.btnGenerate);
            this.groupControl1.Controls.Add(this.btnCancel);
            this.groupControl1.Controls.Add(this.labelControl1);
            this.groupControl1.Controls.Add(this.cbMonth);
            this.groupControl1.Controls.Add(this.labelControl2);
            this.groupControl1.Controls.Add(this.labelControl3);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl1.Location = new System.Drawing.Point(0, 0);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(357, 131);
            this.groupControl1.TabIndex = 4;
            this.groupControl1.Text = "Relatório de Honorários";
            // 
            // btnCancel
            // 
            this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(117)))), ((int)(((byte)(199)))));
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("Segoe UI Light", 12F);
            this.btnCancel.ForeColor = System.Drawing.Color.White;
            this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
            this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnCancel.Location = new System.Drawing.Point(238, 91);
            this.btnCancel.Name = "btnCancel";
//.........这里部分代码省略.........
开发者ID:cadore,项目名称:TruckSystem,代码行数:101,代码来源:ChooseDriverFeesReport.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.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JointNewEditXtraForm));
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            this.jointNumber = new DevExpress.XtraEditors.TextEdit();
            this.newJointLayoutControl = new DevExpress.XtraLayout.LayoutControl();
            this.searchButton = new DevExpress.XtraEditors.SimpleButton();
            this.searchNumber = new DevExpress.XtraEditors.TextEdit();
            this.jointStatus = new DevExpress.XtraEditors.TextEdit();
            this.saveAndCreateButton = new DevExpress.XtraEditors.SimpleButton();
            this.repairOperations = new DevExpress.XtraGrid.GridControl();
            this.repairOperationsView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.repairTypeGridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repairOperationsLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.repairDateGridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repairDateEdit = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.completedGridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.CompletedCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.weldersGridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.weldersPopupContainerEdit = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
            this.saveButton = new DevExpress.XtraEditors.SimpleButton();
            this.attachmentsButton = new DevExpress.XtraEditors.SimpleButton();
            this.deactivated = new DevExpress.XtraEditors.CheckEdit();
            this.distanceFromPK = new DevExpress.XtraEditors.TextEdit();
            this.PKNumber = new DevExpress.XtraEditors.TextEdit();
            this.PKLabel = new DevExpress.XtraEditors.LabelControl();
            this.GPSLabel = new DevExpress.XtraEditors.LabelControl();
            this.seaLevel = new DevExpress.XtraEditors.TextEdit();
            this.GPSLat = new DevExpress.XtraEditors.TextEdit();
            this.GPSLong = new DevExpress.XtraEditors.TextEdit();
            this.controlOperations = new DevExpress.XtraGrid.GridControl();
            this.controlOperationsView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.controlTypeGridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ControlOperationLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.resultGridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.resultStatusLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.controlDateGridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.operationDateEdit = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.inspectorsGridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.inspectorsPopupContainerEdit = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
            this.valueGridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ResultValueTextEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.inspectionsGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.secondJointElement = new DevExpress.XtraEditors.LookUpEdit();
            this.firstJointElement = new DevExpress.XtraEditors.LookUpEdit();
            this.loweringDate = new DevExpress.XtraEditors.DateEdit();
            this.newJointLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
            this.loweringLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
            this.GPSLatLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.GPSLongLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.elevationLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.GPSLabelLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.loweringDateLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.PKLabelLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.PKNumberLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.distanceFromPKLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.loweringDateEmptySpace = new DevExpress.XtraLayout.EmptySpaceItem();
            this.jointParametersLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
            this.jointNumberLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.firstJointElementLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.secondJointElementLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.jointNumberEmptySpace = new DevExpress.XtraLayout.EmptySpaceItem();
            this.jointStatusLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.extraFilesLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.deactivatedLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.saveButtonLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.saveButtonEmptySpace = new DevExpress.XtraLayout.EmptySpaceItem();
            this.saveAndCreateLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.repairOperationLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.controlOperationsLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.searchLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
            this.searchNumberLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.searchButtonLayout = new DevExpress.XtraLayout.LayoutControlItem();
            this.jointNewEditBindingSoure = new System.Windows.Forms.BindingSource(this.components);
            this.pipelinePiecesBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.inspectorsDataSource = new System.Windows.Forms.BindingSource(this.components);
            this.weldersDataSource = new System.Windows.Forms.BindingSource(this.components);
            this.dxValidationProvider = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.jointNumber.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.newJointLayoutControl)).BeginInit();
            this.newJointLayoutControl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.searchNumber.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.jointStatus.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repairOperations)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repairOperationsView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repairOperationsLookUpEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repairDateEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repairDateEdit.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CompletedCheckEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.weldersPopupContainerEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.deactivated.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.distanceFromPK.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PKNumber.Properties)).BeginInit();
//.........这里部分代码省略.........
开发者ID:AleksMorozova,项目名称:prizm,代码行数:101,代码来源:JointNewEditXtraForm.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()
        {
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
            this.layoutMain = new DevExpress.XtraLayout.LayoutControl();
            this.txtDescription = new DevExpress.XtraEditors.MemoEdit();
            this.txtOnDate = new DevExpress.XtraEditors.DateEdit();
            this.ddlState = new DevExpress.XtraEditors.LookUpEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.validationProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutMain)).BeginInit();
            this.layoutMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescription.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOnDate.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOnDate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlState.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutMain
            // 
            this.layoutMain.Controls.Add(this.txtDescription);
            this.layoutMain.Controls.Add(this.txtOnDate);
            this.layoutMain.Controls.Add(this.ddlState);
            this.layoutMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutMain.Location = new System.Drawing.Point(0, 0);
            this.layoutMain.Name = "layoutMain";
            this.layoutMain.Root = this.layoutControlGroup1;
            this.layoutMain.Size = new System.Drawing.Size(384, 179);
            this.layoutMain.TabIndex = 1;
            this.layoutMain.Text = "layoutControl2";
            // 
            // txtDescription
            // 
            this.txtDescription.Location = new System.Drawing.Point(12, 76);
            this.txtDescription.Name = "txtDescription";
            this.txtDescription.Size = new System.Drawing.Size(360, 91);
            this.txtDescription.StyleController = this.layoutMain;
            this.txtDescription.TabIndex = 6;
            conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
            conditionValidationRule1.ErrorText = "Вкажіть примітку";
            this.validationProvider.SetValidationRule(this.txtDescription, conditionValidationRule1);
            // 
            // txtOnDate
            // 
            this.txtOnDate.EditValue = null;
            this.txtOnDate.Enabled = false;
            this.txtOnDate.Location = new System.Drawing.Point(78, 12);
            this.txtOnDate.Name = "txtOnDate";
            this.txtOnDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtOnDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtOnDate.Properties.CalendarTimeProperties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
            this.txtOnDate.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
            th 

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
C# XtraEditors.DateEdit类代码示例发布时间:2022-05-24
下一篇:
C# XtraEditors.CheckEdit类代码示例发布时间:2022-05-24
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap