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

C# XtraEditors.SimpleButton类代码示例

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

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



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

示例1: Build

        protected override void Build(XOTableContext AppItemContext)
        {
            base.Build(AppItemContext);

            _searchButton = new DevExpress.XtraEditors.SimpleButton() { Name = "searchButton", Text = "Искать" };

            this.AddControl(_searchButton, _searchButton.Name, "Поиск");
        }
开发者ID:data-avail,项目名称:DataAvail.WinForms,代码行数:8,代码来源:XtraSearchContainer.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();
     this.tmrCloseWindow = new System.Windows.Forms.Timer(this.components);
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // tmrCloseWindow
     //
     this.tmrCloseWindow.Interval = 5000;
     this.tmrCloseWindow.Tick += new System.EventHandler(this.tmrCloseWindow_Tick);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(86, 92);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(71, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Registered To:";
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(307, 148);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text = "Close [X]";
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(226, 148);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 2;
     this.simpleButton2.Text = "Register";
     //
     // frmSplash
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(394, 183);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.labelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmSplash";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmSplash";
     this.TopMost = true;
     this.Load += new System.EventHandler(this.frmSplash_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:SmartSimTech,项目名称:SSTCP,代码行数:60,代码来源:frmSplash.Designer+(Tyler+Reed's+conflicted+copy+2010-12-18).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.sBtnNewLocker = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnReturnLocker = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnExtendLocker = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // sBtnNewLocker
     //
     this.sBtnNewLocker.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.sBtnNewLocker.Appearance.Options.UseFont = true;
     this.sBtnNewLocker.Location = new System.Drawing.Point(12, 24);
     this.sBtnNewLocker.Name = "sBtnNewLocker";
     this.sBtnNewLocker.Size = new System.Drawing.Size(144, 48);
     this.sBtnNewLocker.TabIndex = 0;
     this.sBtnNewLocker.Text = "New Locker(s)";
     this.sBtnNewLocker.Click += new System.EventHandler(this.sBtnNew_ExtendLocker_Click);
     //
     // sBtnReturnLocker
     //
     this.sBtnReturnLocker.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.sBtnReturnLocker.Appearance.Options.UseFont = true;
     this.sBtnReturnLocker.Location = new System.Drawing.Point(330, 24);
     this.sBtnReturnLocker.Name = "sBtnReturnLocker";
     this.sBtnReturnLocker.Size = new System.Drawing.Size(160, 48);
     this.sBtnReturnLocker.TabIndex = 1;
     this.sBtnReturnLocker.Text = "Return Locker(s)";
     this.sBtnReturnLocker.Click += new System.EventHandler(this.sBtnReturnLocker_Click);
     //
     // sBtnExtendLocker
     //
     this.sBtnExtendLocker.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.sBtnExtendLocker.Appearance.Options.UseFont = true;
     this.sBtnExtendLocker.Location = new System.Drawing.Point(164, 24);
     this.sBtnExtendLocker.Name = "sBtnExtendLocker";
     this.sBtnExtendLocker.Size = new System.Drawing.Size(160, 48);
     this.sBtnExtendLocker.TabIndex = 2;
     this.sBtnExtendLocker.Text = "Extend Locker(s)";
     this.sBtnExtendLocker.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // FormLockerAction
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(500, 94);
     this.Controls.Add(this.sBtnExtendLocker);
     this.Controls.Add(this.sBtnReturnLocker);
     this.Controls.Add(this.sBtnNewLocker);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormLockerAction";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Locker Action";
     this.ResumeLayout(false);
 }
开发者ID:kimykunjun,项目名称:test,代码行数:60,代码来源:FormLockerAction.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.label1 = new System.Windows.Forms.Label();
     this.newFileNameTxt = new DevExpress.XtraEditors.TextEdit();
     this.acceptNewNameBtn = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.newFileNameTxt.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(23, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "label1";
     //
     // newFileNameTxt
     //
     this.newFileNameTxt.Location = new System.Drawing.Point(12, 29);
     this.newFileNameTxt.Name = "newFileNameTxt";
     this.newFileNameTxt.Size = new System.Drawing.Size(268, 20);
     this.newFileNameTxt.TabIndex = 1;
     //
     // acceptNewNameBtn
     //
     this.acceptNewNameBtn.Location = new System.Drawing.Point(106, 55);
     this.acceptNewNameBtn.Name = "acceptNewNameBtn";
     this.acceptNewNameBtn.Size = new System.Drawing.Size(75, 23);
     this.acceptNewNameBtn.TabIndex = 2;
     this.acceptNewNameBtn.Text = "OK";
     //
     // renameObjectForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(292, 67);
     this.ControlBox = false;
     this.Controls.Add(this.acceptNewNameBtn);
     this.Controls.Add(this.newFileNameTxt);
     this.Controls.Add(this.label1);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(300, 75);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(300, 75);
     this.Name = "renameObjectForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.TopMost = true;
     ((System.ComponentModel.ISupportInitialize)(this.newFileNameTxt.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:Rukhlov,项目名称:DataStudio,代码行数:57,代码来源:renameObjectForm.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.sBtn_ForgetCardRefund = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnNew_ForgetCardDeposit = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // sBtn_ForgetCardRefund
     //
     this.sBtn_ForgetCardRefund.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.sBtn_ForgetCardRefund.Appearance.Options.UseFont = true;
     this.sBtn_ForgetCardRefund.Location = new System.Drawing.Point(307, 23);
     this.sBtn_ForgetCardRefund.Name = "sBtn_ForgetCardRefund";
     this.sBtn_ForgetCardRefund.Size = new System.Drawing.Size(186, 48);
     this.sBtn_ForgetCardRefund.TabIndex = 3;
     this.sBtn_ForgetCardRefund.Text = "Forget Card Refund";
     this.sBtn_ForgetCardRefund.Click += new System.EventHandler(this.sBtn_ForgetCardRefund_Click);
     //
     // sBtnNew_ForgetCardDeposit
     //
     this.sBtnNew_ForgetCardDeposit.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnNew_ForgetCardDeposit.Appearance.Options.UseFont = true;
     this.sBtnNew_ForgetCardDeposit.Location = new System.Drawing.Point(51, 23);
     this.sBtnNew_ForgetCardDeposit.Name = "sBtnNew_ForgetCardDeposit";
     this.sBtnNew_ForgetCardDeposit.Size = new System.Drawing.Size(208, 48);
     this.sBtnNew_ForgetCardDeposit.TabIndex = 2;
     this.sBtnNew_ForgetCardDeposit.Text = "Forget Card Deposit";
     this.sBtnNew_ForgetCardDeposit.Click += new System.EventHandler(this.sBtnNew_ForgetCardDeposit_Click);
     //
     // FormForgetCardAction
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(544, 94);
     this.Controls.Add(this.sBtn_ForgetCardRefund);
     this.Controls.Add(this.sBtnNew_ForgetCardDeposit);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormForgetCardAction";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Forget Card Action";
     this.ResumeLayout(false);
 }
开发者ID:kimykunjun,项目名称:test,代码行数:47,代码来源:FormForgetCardAction.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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormNewMemberCreditPackageUsage));
     this.lkpEdtPackageCode = new DevExpress.XtraEditors.LookUpEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.label3 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // lkpEdtPackageCode
     //
     this.lkpEdtPackageCode.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lkpEdtPackageCode.Anchor")));
     this.lkpEdtPackageCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lkpEdtPackageCode.BackgroundImage")));
     this.lkpEdtPackageCode.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lkpEdtPackageCode.Dock")));
     this.lkpEdtPackageCode.EditValue = ((object)(resources.GetObject("lkpEdtPackageCode.EditValue")));
     this.lkpEdtPackageCode.Enabled = ((bool)(resources.GetObject("lkpEdtPackageCode.Enabled")));
     this.lkpEdtPackageCode.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lkpEdtPackageCode.ImeMode")));
     this.lkpEdtPackageCode.Location = ((System.Drawing.Point)(resources.GetObject("lkpEdtPackageCode.Location")));
     this.lkpEdtPackageCode.Name = "lkpEdtPackageCode";
     //
     // lkpEdtPackageCode.Properties
     //
     this.lkpEdtPackageCode.Properties.AccessibleDescription = resources.GetString("lkpEdtPackageCode.Properties.AccessibleDescription");
     this.lkpEdtPackageCode.Properties.AccessibleName = resources.GetString("lkpEdtPackageCode.Properties.AccessibleName");
     this.lkpEdtPackageCode.Properties.AutoHeight = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.AutoHeight")));
     this.lkpEdtPackageCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                               new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtPackageCode.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.AutoComplete")));
     this.lkpEdtPackageCode.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.BeepOnError")));
     this.lkpEdtPackageCode.Properties.Mask.EditMask = resources.GetString("lkpEdtPackageCode.Properties.Mask.EditMask");
     this.lkpEdtPackageCode.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.IgnoreMaskBlank")));
     this.lkpEdtPackageCode.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.MaskType")));
     this.lkpEdtPackageCode.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.PlaceHolder")));
     this.lkpEdtPackageCode.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.SaveLiteral")));
     this.lkpEdtPackageCode.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.ShowPlaceHolders")));
     this.lkpEdtPackageCode.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.UseMaskAsDisplayFormat")));
     this.lkpEdtPackageCode.Properties.NullText = resources.GetString("lkpEdtPackageCode.Properties.NullText");
     this.lkpEdtPackageCode.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lkpEdtPackageCode.RightToLeft")));
     this.lkpEdtPackageCode.Size = ((System.Drawing.Size)(resources.GetObject("lkpEdtPackageCode.Size")));
     this.lkpEdtPackageCode.TabIndex = ((int)(resources.GetObject("lkpEdtPackageCode.TabIndex")));
     this.lkpEdtPackageCode.ToolTip = resources.GetString("lkpEdtPackageCode.ToolTip");
     this.lkpEdtPackageCode.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("lkpEdtPackageCode.ToolTipIconType")));
     this.lkpEdtPackageCode.ToolTipTitle = resources.GetString("lkpEdtPackageCode.ToolTipTitle");
     this.lkpEdtPackageCode.Visible = ((bool)(resources.GetObject("lkpEdtPackageCode.Visible")));
     this.lkpEdtPackageCode.EditValueChanged += new System.EventHandler(this.lkpEdtPackageCode_EditValueChanged);
     //
     // label1
     //
     this.label1.AccessibleDescription = resources.GetString("label1.AccessibleDescription");
     this.label1.AccessibleName = resources.GetString("label1.AccessibleName");
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label1.Anchor")));
     this.label1.AutoSize = ((bool)(resources.GetObject("label1.AutoSize")));
     this.label1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("label1.Dock")));
     this.label1.Enabled = ((bool)(resources.GetObject("label1.Enabled")));
     this.label1.Font = ((System.Drawing.Font)(resources.GetObject("label1.Font")));
     this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label1.ImageAlign")));
     this.label1.ImageIndex = ((int)(resources.GetObject("label1.ImageIndex")));
     this.label1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("label1.ImeMode")));
     this.label1.Location = ((System.Drawing.Point)(resources.GetObject("label1.Location")));
     this.label1.Name = "label1";
     this.label1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label1.RightToLeft")));
     this.label1.Size = ((System.Drawing.Size)(resources.GetObject("label1.Size")));
     this.label1.TabIndex = ((int)(resources.GetObject("label1.TabIndex")));
     this.label1.Text = resources.GetString("label1.Text");
     this.label1.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label1.TextAlign")));
     this.label1.Visible = ((bool)(resources.GetObject("label1.Visible")));
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.AccessibleDescription = resources.GetString("simpleButtonCancel.AccessibleDescription");
     this.simpleButtonCancel.AccessibleName = resources.GetString("simpleButtonCancel.AccessibleName");
     this.simpleButtonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("simpleButtonCancel.Anchor")));
     this.simpleButtonCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("simpleButtonCancel.BackgroundImage")));
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("simpleButtonCancel.Dock")));
     this.simpleButtonCancel.Enabled = ((bool)(resources.GetObject("simpleButtonCancel.Enabled")));
     this.simpleButtonCancel.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("simpleButtonCancel.ImeMode")));
     this.simpleButtonCancel.Location = ((System.Drawing.Point)(resources.GetObject("simpleButtonCancel.Location")));
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("simpleButtonCancel.RightToLeft")));
     this.simpleButtonCancel.Size = ((System.Drawing.Size)(resources.GetObject("simpleButtonCancel.Size")));
     this.simpleButtonCancel.TabIndex = ((int)(resources.GetObject("simpleButtonCancel.TabIndex")));
     this.simpleButtonCancel.Text = resources.GetString("simpleButtonCancel.Text");
     this.simpleButtonCancel.ToolTip = resources.GetString("simpleButtonCancel.ToolTip");
     this.simpleButtonCancel.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("simpleButtonCancel.ToolTipIconType")));
     this.simpleButtonCancel.ToolTipTitle = resources.GetString("simpleButtonCancel.ToolTipTitle");
     this.simpleButtonCancel.Visible = ((bool)(resources.GetObject("simpleButtonCancel.Visible")));
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.AccessibleDescription = resources.GetString("simpleButtonOK.AccessibleDescription");
     this.simpleButtonOK.AccessibleName = resources.GetString("simpleButtonOK.AccessibleName");
     this.simpleButtonOK.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("simpleButtonOK.Anchor")));
//.........这里部分代码省略.........
开发者ID:kimykunjun,项目名称:test,代码行数:101,代码来源:FormNewMemberCreditPackageUsage.cs


示例7: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditorUserInRoleFrm));
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.TxtNote = new System.Windows.Forms.TextBox();
     this.CLSCRole = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.BtnUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.LUEItems = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.BtnRefresh = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CLSCRole)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.TxtNote);
     this.groupControl2.Controls.Add(this.CLSCRole);
     this.groupControl2.Controls.Add(this.BtnUpdate);
     this.groupControl2.Controls.Add(this.labelControl2);
     this.groupControl2.Location = new System.Drawing.Point(9, 75);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(379, 272);
     this.groupControl2.TabIndex = 8;
     this.groupControl2.Text = "تعديل سماحيات المستخدم";
     //
     // TxtNote
     //
     this.TxtNote.BackColor = System.Drawing.SystemColors.ControlLight;
     this.TxtNote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TxtNote.ForeColor = System.Drawing.Color.Green;
     this.TxtNote.Location = new System.Drawing.Point(5, 24);
     this.TxtNote.Multiline = true;
     this.TxtNote.Name = "TxtNote";
     this.TxtNote.ReadOnly = true;
     this.TxtNote.Size = new System.Drawing.Size(140, 207);
     this.TxtNote.TabIndex = 7;
     this.TxtNote.Text = ".";
     //
     // CLSCRole
     //
     this.CLSCRole.Location = new System.Drawing.Point(151, 24);
     this.CLSCRole.Name = "CLSCRole";
     this.CLSCRole.Size = new System.Drawing.Size(155, 207);
     this.CLSCRole.TabIndex = 4;
     this.CLSCRole.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.CLSCRole_ItemCheck);
     this.CLSCRole.SelectedIndexChanged += new System.EventHandler(this.CLSCRole_SelectedIndexChanged);
     //
     // BtnUpdate
     //
     this.BtnUpdate.Enabled = false;
     this.BtnUpdate.Location = new System.Drawing.Point(196, 237);
     this.BtnUpdate.Name = "BtnUpdate";
     this.BtnUpdate.Size = new System.Drawing.Size(110, 23);
     this.BtnUpdate.TabIndex = 3;
     this.BtnUpdate.Text = "تعديل";
     this.BtnUpdate.Click += new System.EventHandler(this.BtnUpdate_Click);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(312, 24);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(62, 13);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text = "السماحيات";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.LUEItems);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Location = new System.Drawing.Point(9, 10);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(379, 59);
     this.groupControl1.TabIndex = 7;
     this.groupControl1.Text = "جميع المستخدمين";
     //
     // LUEItems
     //
     this.LUEItems.Location = new System.Drawing.Point(61, 28);
     this.LUEItems.Name = "LUEItems";
     this.LUEItems.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LUEItems.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("UserName", "User Name")});
     this.LUEItems.Properties.NullText = "";
     this.LUEItems.Size = new System.Drawing.Size(173, 19);
     this.LUEItems.TabIndex = 0;
     this.LUEItems.EditValueChanged += new System.EventHandler(this.LUEItems_EditValueChanged);
     //
     // labelControl1
//.........这里部分代码省略.........
开发者ID:EgyFalseX-EESoft-WinForm,项目名称:BookStore,代码行数:101,代码来源:EditorUserInRoleFrm.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()
 {
     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();
     this.gridControlData = new DevExpress.XtraGrid.GridControl();
     this.sp001BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.gridViewData = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTotal = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEditn2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colBankMoney = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAmantaMoney = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMMashatId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colpersonName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSyndicate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubCommitte = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.ccbeSarfType = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.cDSarfTypeedadBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.ccbeDof = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.tBLDofatSarfBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.btnPrintExport = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tBLDofatSarfTableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.TBLDofatSarfTableAdapter();
     this.dxvp = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.sp_001TableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.sp_001TableAdapter();
     this.cDSarfTypeedadTableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.CDSarfTypeedadTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sp001BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditn2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccbeSarfType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cDSarfTypeedadBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccbeDof.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tBLDofatSarfBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxvp)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlData
     //
     this.gridControlData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControlData.DataSource = this.sp001BindingSource;
     this.gridControlData.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridControlData.EmbeddedNavigator.TextStringFormat = "صف {0} من {1}";
     this.gridControlData.Location = new System.Drawing.Point(12, 38);
     this.gridControlData.MainView = this.gridViewData;
     this.gridControlData.Name = "gridControlData";
     this.gridControlData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEditn2});
     this.gridControlData.Size = new System.Drawing.Size(914, 523);
     this.gridControlData.TabIndex = 1;
     this.gridControlData.UseEmbeddedNavigator = true;
     this.gridControlData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewData});
     //
     // sp001BindingSource
     //
     this.sp001BindingSource.DataMember = "sp_001";
     this.sp001BindingSource.DataSource = this.dsQueries;
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridViewData
     //
     this.gridViewData.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gridViewData.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gridViewData.Appearance.ColumnFilterButton.Options.UseForeColor = true;
//.........这里部分代码省略.........
开发者ID:EgyFalseX-EESoft-WinForm,项目名称:RetirementCenter,代码行数:101,代码来源:Qry101Frm.designer.cs


示例9: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_help_gridproducto_cm));
     this.cbo_criterios = new System.Windows.Forms.ComboBox();
     this.txt_busqueda = new System.Windows.Forms.TextBox();
     this.gridgeneral = new System.Windows.Forms.DataGridView();
     this.label8 = new System.Windows.Forms.Label();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnSeleccion = new DevExpress.XtraEditors.SimpleButton();
     this.btnbuscar = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.gridgeneral)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // cbo_criterios
     //
     this.cbo_criterios.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_criterios.FormattingEnabled = true;
     this.cbo_criterios.Location = new System.Drawing.Point(97, 9);
     this.cbo_criterios.Name = "cbo_criterios";
     this.cbo_criterios.Size = new System.Drawing.Size(136, 21);
     this.cbo_criterios.TabIndex = 13;
     //
     // txt_busqueda
     //
     this.txt_busqueda.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_busqueda.Location = new System.Drawing.Point(237, 9);
     this.txt_busqueda.Name = "txt_busqueda";
     this.txt_busqueda.Size = new System.Drawing.Size(309, 20);
     this.txt_busqueda.TabIndex = 1;
     this.txt_busqueda.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_busqueda_KeyUp);
     //
     // gridgeneral
     //
     this.gridgeneral.AllowUserToAddRows = false;
     this.gridgeneral.AllowUserToDeleteRows = false;
     this.gridgeneral.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
     this.gridgeneral.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridgeneral.Location = new System.Drawing.Point(0, 45);
     this.gridgeneral.MultiSelect = false;
     this.gridgeneral.Name = "gridgeneral";
     this.gridgeneral.Size = new System.Drawing.Size(781, 278);
     this.gridgeneral.TabIndex = 42;
     this.gridgeneral.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gridgeneral_RowHeaderMouseClick);
     this.gridgeneral.DoubleClick += new System.EventHandler(this.gridgeneral_DoubleClick);
     this.gridgeneral.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridgeneral_KeyDown);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(15, 13);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(72, 13);
     this.label8.TabIndex = 28;
     this.label8.Text = "Buscar por:";
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor = System.Drawing.Color.Teal;
     this.panelControl1.Appearance.BackColor2 = System.Drawing.Color.White;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.cbo_criterios);
     this.panelControl1.Controls.Add(this.txt_busqueda);
     this.panelControl1.Controls.Add(this.label8);
     this.panelControl1.Location = new System.Drawing.Point(0, 4);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(578, 38);
     this.panelControl1.TabIndex = 45;
     //
     // btnSeleccion
     //
     this.btnSeleccion.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnSeleccion.Image = ((System.Drawing.Image)(resources.GetObject("btnSeleccion.Image")));
     this.btnSeleccion.Location = new System.Drawing.Point(667, 4);
     this.btnSeleccion.Name = "btnSeleccion";
     this.btnSeleccion.Size = new System.Drawing.Size(113, 38);
     this.btnSeleccion.TabIndex = 52;
     this.btnSeleccion.Text = "&Seleccionar";
     this.btnSeleccion.Click += new System.EventHandler(this.btnSeleccion_Click);
     //
     // btnbuscar
     //
     this.btnbuscar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnbuscar.Image = ((System.Drawing.Image)(resources.GetObject("btnbuscar.Image")));
     this.btnbuscar.Location = new System.Drawing.Point(582, 4);
     this.btnbuscar.Name = "btnbuscar";
     this.btnbuscar.Size = new System.Drawing.Size(81, 38);
     this.btnbuscar.TabIndex = 51;
     this.btnbuscar.Text = "&Buscar";
     this.btnbuscar.Click += new System.EventHandler(this.btnbuscar_Click);
     //
//.........这里部分代码省略.........
开发者ID:njmube,项目名称:ErpBapSoftNet_Producion,代码行数:101,代码来源:Form_help_gridproducto_cm.designer.cs


示例10: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_catplanilla));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btn_busqueda = new DevExpress.XtraEditors.SimpleButton();
     this.dgb_catplanilla = new System.Windows.Forms.DataGridView();
     this.label5 = new System.Windows.Forms.Label();
     this.txtbusqueda = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.txtcatplanillaid = new System.Windows.Forms.TextBox();
     this.txtcatplanillaname = new System.Windows.Forms.TextBox();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.cateplanid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cateplanname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_catplanilla)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.Botonera.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btn_busqueda);
     this.groupBox2.Controls.Add(this.dgb_catplanilla);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.txtbusqueda);
     this.groupBox2.Location = new System.Drawing.Point(5, 122);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(445, 254);
     this.groupBox2.TabIndex = 115;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "»» Busqueda";
     //
     // btn_busqueda
     //
     this.btn_busqueda.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btn_busqueda.Appearance.Options.UseFont = true;
     this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_busqueda.Image = ((System.Drawing.Image)(resources.GetObject("btn_busqueda.Image")));
     this.btn_busqueda.Location = new System.Drawing.Point(357, 18);
     this.btn_busqueda.Name = "btn_busqueda";
     this.btn_busqueda.Size = new System.Drawing.Size(73, 22);
     this.btn_busqueda.TabIndex = 115;
     this.btn_busqueda.Text = "&Buscar";
     this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click);
     //
     // dgb_catplanilla
     //
     this.dgb_catplanilla.AllowUserToAddRows = false;
     this.dgb_catplanilla.AllowUserToDeleteRows = false;
     this.dgb_catplanilla.AllowUserToResizeColumns = false;
     this.dgb_catplanilla.AllowUserToResizeRows = false;
     this.dgb_catplanilla.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgb_catplanilla.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.dgb_catplanilla.ColumnHeadersHeight = 20;
     this.dgb_catplanilla.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.cateplanid,
     this.cateplanname});
     this.dgb_catplanilla.Location = new System.Drawing.Point(10, 46);
     this.dgb_catplanilla.MultiSelect = false;
     this.dgb_catplanilla.Name = "dgb_catplanilla";
     this.dgb_catplanilla.RowHeadersVisible = false;
     this.dgb_catplanilla.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgb_catplanilla.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgb_catplanilla.RowTemplate.Height = 20;
     this.dgb_catplanilla.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgb_catplanilla.Size = new System.Drawing.Size(422, 202);
     this.dgb_catplanilla.TabIndex = 19;
     this.dgb_catplanilla.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellClick);
     this.dgb_catplanilla.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellEnter);
     this.dgb_catplanilla.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellLeave);
     this.dgb_catplanilla.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_catplanilla_KeyUp);
//.........这里部分代码省略.........
开发者ID:njmube,项目名称:ErpBapSoftNet_Producion,代码行数:101,代码来源:Frm_catplanilla.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.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.label4 = new System.Windows.Forms.Label();
     this.lkpEdtEmployeeID = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lkpEdtPackageID = new DevExpress.XtraEditors.LookUpEdit();
     this.dtEdtStartTime = new DevExpress.XtraEditors.DateEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.dtEditDate = new DevExpress.XtraEditors.DateEdit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtEmployeeID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location = new System.Drawing.Point(188, 156);
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex = 53;
     this.simpleButtonCancel.Text = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location = new System.Drawing.Point(98, 156);
     this.simpleButtonOK.Name = "simpleButtonOK";
     this.simpleButtonOK.TabIndex = 52;
     this.simpleButtonOK.Text = "OK";
     this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 112);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(93, 23);
     this.label4.TabIndex = 60;
     this.label4.Text = "Personal Trainer";
     //
     // lkpEdtEmployeeID
     //
     this.lkpEdtEmployeeID.EditValue = "";
     this.lkpEdtEmployeeID.Location = new System.Drawing.Point(124, 114);
     this.lkpEdtEmployeeID.Name = "lkpEdtEmployeeID";
     //
     // lkpEdtEmployeeID.Properties
     //
     this.lkpEdtEmployeeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                              new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtEmployeeID.Size = new System.Drawing.Size(202, 20);
     this.lkpEdtEmployeeID.TabIndex = 59;
     this.lkpEdtEmployeeID.EditValueChanged += new System.EventHandler(this.lkpEdtEmployeeID_EditValueChanged);
     //
     // lkpEdtBranchCode
     //
     this.lkpEdtBranchCode.EditValue = "";
     this.lkpEdtBranchCode.Location = new System.Drawing.Point(124, 34);
     this.lkpEdtBranchCode.Name = "lkpEdtBranchCode";
     //
     // lkpEdtBranchCode.Properties
     //
     this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                              new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtBranchCode.Size = new System.Drawing.Size(202, 20);
     this.lkpEdtBranchCode.TabIndex = 57;
     this.lkpEdtBranchCode.EditValueChanged += new System.EventHandler(this.lkpEdtBranchCode_EditValueChanged);
     //
  

鲜花

握手

雷人

路过

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

请发表评论

全部评论

专题导读
上一篇:
C# XtraEditors.TextEdit类代码示例发布时间:2022-05-24
下一篇:
C# XtraEditors.PanelControl类代码示例发布时间: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