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

C# XtraEditors.LookUpEdit类代码示例

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

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



DevExpress.XtraEditors.LookUpEdit类属于命名空间,在下文中一共展示了DevExpress.XtraEditors.LookUpEdit类的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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmIns_CustomerGroups_Customers));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     this.btnApply = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddCustomer = new DevExpress.XtraEditors.SimpleButton();
     this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.dgvAvailableCustomers = new DevExpress.XtraGrid.GridControl();
     this.viewAvailableCustomers = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnSelectCustomers = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnEditCustomers = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.dgvSelectCustomers = new DevExpress.XtraGrid.GridControl();
     this.viewSelectCustomers = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnRemoveSelectCustomers = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
     this.btnAddCustomerGroup = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.btnSearchCustomerGroup = new DevExpress.XtraEditors.SimpleButton();
     this.lueCustomerGroup = new DevExpress.XtraEditors.LookUpEdit();
     this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
     this.btnAddCompanies = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.btnSearchCompany = new DevExpress.XtraEditors.SimpleButton();
     this.lueCompany = new DevExpress.XtraEditors.LookUpEdit();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel11.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvAvailableCustomers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewAvailableCustomers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSelectCustomers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEditCustomers)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSelectCustomers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSelectCustomers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRemoveSelectCustomers)).BeginInit();
     this.tableLayoutPanel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueCustomerGroup.Properties)).BeginInit();
     this.tableLayoutPanel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueCompany.Properties)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnApply
     //
     this.btnApply.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.btnApply.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.btnApply.Appearance.Options.UseFont = true;
     this.btnApply.Image = ((System.Drawing.Image)(resources.GetObject("btnApply.Image")));
     this.btnApply.Location = new System.Drawing.Point(562, 5);
     this.btnApply.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
     this.btnApply.Name = "btnApply";
     this.btnApply.Size = new System.Drawing.Size(102, 28);
     this.btnApply.TabIndex = 19;
     this.btnApply.Text = "Cập nhật";
     this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
     //
     // btnAddCustomer
     //
     this.btnAddCustomer.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnAddCustomer.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.btnAddCustomer.Appearance.Options.UseFont = true;
     this.btnAddCustomer.Image = ((System.Drawing.Image)(resources.GetObject("btnAddCustomer.Image")));
     this.btnAddCustomer.Location = new System.Drawing.Point(293, 3);
     this.btnAddCustomer.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
     this.btnAddCustomer.Name = "btnAddCustomer";
     this.btnAddCustomer.Size = new System.Drawing.Size(144, 26);
     this.btnAddCustomer.TabIndex = 16;
     this.btnAddCustomer.Text = "Thêm mới khách";
     this.btnAddCustomer.Click += new System.EventHandler(this.btnAddCustomer_Click);
     //
     // tableLayoutPanel11
     //
     this.tableLayoutPanel11.ColumnCount = 2;
     this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 65F));
     this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
     this.tableLayoutPanel11.Controls.Add(this.btnAddCustomer, 1, 0);
     this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel11.Name = "tableLayoutPanel11";
     this.tableLayoutPanel11.RowCount = 1;
//.........这里部分代码省略.........
开发者ID:BruceleeThanh,项目名称:Pro_Government_0207,代码行数:101,代码来源:frmIns_CustomerGroups_Customers.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.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);
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 34);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(72, 23);
     this.label2.TabIndex = 55;
     this.label2.Text = "Branch";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 60);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 23);
     this.label1.TabIndex = 54;
     this.label1.Text = "Date";
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
//.........这里部分代码省略.........
开发者ID:kimykunjun,项目名称:test,代码行数:101,代码来源:FormUpdateServiceSessionPT.cs


示例3: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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


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


示例5: InitializeComponent

 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.lkpEdtLeaveType = new DevExpress.XtraEditors.LookUpEdit();
     this.dtEdtLeaveStartDate = new DevExpress.XtraEditors.DateEdit();
     this.dtEdtLeaveEndDate = new DevExpress.XtraEditors.DateEdit();
     this.dtEdtNewExpiry = new DevExpress.XtraEditors.DateEdit();
     this.lblnewPackageExt = new System.Windows.Forms.Label();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.txtOther = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtLeaveType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveStartDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveStartDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveEndDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveEndDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtNewExpiry.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtNewExpiry.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 130);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "Leave Type";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 32);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Leave Start Date";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 64);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(100, 23);
     this.label3.TabIndex = 2;
     this.label3.Text = "Leave End Date";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(10, 96);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 3;
     this.label4.Text = "Old Expiry Date";
     this.label4.Visible = false;
     //
     // lkpEdtLeaveType
     //
     this.lkpEdtLeaveType.EditValue = "";
     this.lkpEdtLeaveType.Location = new System.Drawing.Point(116, 132);
     this.lkpEdtLeaveType.Name = "lkpEdtLeaveType";
     this.lkpEdtLeaveType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtLeaveType.Size = new System.Drawing.Size(216, 20);
     this.lkpEdtLeaveType.TabIndex = 0;
     this.lkpEdtLeaveType.EditValueChanged += new System.EventHandler(this.lkpEdtLeaveType_EditValueChanged);
     //
     // dtEdtLeaveStartDate
     //
     this.dtEdtLeaveStartDate.EditValue = new System.DateTime(2005, 11, 15, 0, 0, 0, 0);
     this.dtEdtLeaveStartDate.Location = new System.Drawing.Point(118, 32);
     this.dtEdtLeaveStartDate.Name = "dtEdtLeaveStartDate";
     this.dtEdtLeaveStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtEdtLeaveStartDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtLeaveStartDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtLeaveStartDate.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtLeaveStartDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtLeaveStartDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dtEdtLeaveStartDate.Size = new System.Drawing.Size(172, 20);
     this.dtEdtLeaveStartDate.TabIndex = 1;
     //
     // dtEdtLeaveEndDate
     //
     this.dtEdtLeaveEndDate.EditValue = new System.DateTime(2005, 11, 15, 0, 0, 0, 0);
     this.dtEdtLeaveEndDate.Location = new System.Drawing.Point(118, 64);
     this.dtEdtLeaveEndDate.Name = "dtEdtLeaveEndDate";
     this.dtEdtLeaveEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtEdtLeaveEndDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtLeaveEndDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtLeaveEndDate.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtLeaveEndDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtLeaveEndDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dtEdtLeaveEndDate.Size = new System.Drawing.Size(172, 20);
     this.dtEdtLeaveEndDate.TabIndex = 2;
     //
     // dtEdtNewExpiry
//.........这里部分代码省略.........
开发者ID:kimykunjun,项目名称:test,代码行数:101,代码来源:FormNewMemberCreditPackageExtension.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTsk_CheckIn_Goverment_Step2));
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
     this.lueLevel = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.txtSubject = new DevExpress.XtraEditors.TextEdit();
     this.txaDescription = new DevExpress.XtraEditors.MemoEdit();
     this.txaNote = new DevExpress.XtraEditors.MemoEdit();
     this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
     this.lueIDCompanies = new DevExpress.XtraEditors.LookUpEdit();
     this.btnAddCompanies = new DevExpress.XtraEditors.SimpleButton();
     this.btnSearchCompanies = new DevExpress.XtraEditors.SimpleButton();
     this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
     this.lueIDCustomers = new DevExpress.XtraEditors.LookUpEdit();
     this.btnAddCustomers = new DevExpress.XtraEditors.SimpleButton();
     this.btnSearchCustomers = new DevExpress.XtraEditors.SimpleButton();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.lueIDCustomerGroups = new DevExpress.XtraEditors.LookUpEdit();
     this.btnAddCustomerGroups = new DevExpress.XtraEditors.SimpleButton();
     this.btnSearchCustomerGroups = new DevExpress.XtraEditors.SimpleButton();
     this.txtBookingMoney = new DevExpress.XtraEditors.TextEdit();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.btnBack = new DevExpress.XtraEditors.SimpleButton();
     this.btNext = new DevExpress.XtraEditors.SimpleButton();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tableLayoutPanel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueLevel.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubject.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txaDescription.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txaNote.Properties)).BeginInit();
     this.tableLayoutPanel9.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel11.SuspendLayout();
     this.tableLayoutPanel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueIDCompanies.Properties)).BeginInit();
     this.tableLayoutPanel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueIDCustomers.Properties)).BeginInit();
     this.tableLayoutPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueIDCustomerGroups.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBookingMoney.Properties)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 84F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(876, 438);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.586F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.414F));
     this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel9, 1, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 29);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(870, 361);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tableLayoutPanel10);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
//.........这里部分代码省略.........
开发者ID:BruceleeThanh,项目名称:Pro_Government_2307,代码行数:101,代码来源:frmTsk_CheckIn_Goverment_Step2.designer.cs


示例7: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLst_CustomerGroups_2));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.txtCustomerGroupName = new DevExpress.XtraEditors.TextEdit();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.lblCheckIn = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.lblCheckOut = new DevExpress.XtraEditors.LabelControl();
     this.btnAddNew = new DevExpress.XtraEditors.SimpleButton();
     this.dgvCustomerMember = new DevExpress.XtraGrid.GridControl();
     this.viewSelectCustomers = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnRemoveSelectCustomers = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.dgvAvailableCustomerGroups = new DevExpress.XtraGrid.GridControl();
     this.viewAvailableCustomerGroups = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnDelete = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.colEdit = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnSelectIDCustomerGroups = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.lueFilterCompany = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.tableLayoutPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustomerGroupName.Properties)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCustomerMember)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewSelectCustomers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRemoveSelectCustomers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvAvailableCustomerGroups)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.viewAvailableCustomerGroups)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDelete)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSelectIDCustomerGroups)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueFilterCompany.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.26612F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85.73388F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel4.Controls.Add(this.labelControl13, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.labelControl1, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.txtCustomerGroupName, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel2, 1, 1);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(443, 3);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Size = new System.Drawing.Size(780, 62);
     this.tableLayoutPanel4.TabIndex = 1;
     //
     // labelControl13
     //
     this.labelControl13.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl13.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl13.Location = new System.Drawing.Point(3, 7);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.labelControl13.Size = new System.Drawing.Size(72, 16);
     this.labelControl13.TabIndex = 2;
     this.labelControl13.Text = "Tên nhóm";
     //
     // labelControl1
     //
     this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Location = new System.Drawing.Point(30, 38);
     this.labelControl1.Margin = new System.Windows.Forms.Padding(30, 3, 3, 3);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.labelControl1.Size = new System.Drawing.Size(33, 17);
     this.labelControl1.TabIndex = 6;
     this.labelControl1.Text = "Từ ";
//.........这里部分代码省略.........
开发者ID:BruceleeThanh,项目名称:Pro_Government_0207,代码行数:101,代码来源:frmLst_CustomerGroups_2.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.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.lueDof2 = new DevExpress.XtraEditors.LookUpEdit();
     this.LSMSDof = new DevExpress.Data.Linq.LinqServerModeSource();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.lueDof1 = new DevExpress.XtraEditors.LookUpEdit();
     this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
     this.btnPrintExport = new DevExpress.XtraEditors.SimpleButton();
     this.vQry70BindingSource = new System.Windows.Forms.BindingSource();
     this.vQry70TableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.vQry70TableAdapter();
     this.gridControlData = new DevExpress.XtraGrid.GridControl();
     this.gridViewData = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colMMashatId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarfdatefrom = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarfdateto = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmonymonth = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colrsmmonth = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coleshtrakmonth = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colestktaa = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEdafat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMMashatName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarfnumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDofatSarf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSarfTypeedad = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPersonId = 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.coldatein = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEditDMY = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.coluserin = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdituserin = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.colresponsiblesarf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colresponsiblesarfId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colResponsiblesarfName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colYasref_Current = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueDof2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LSMSDof)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lueDof1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vQry70BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdituserin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.lueDof2);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Controls.Add(this.lueDof1);
     this.panelControl1.Controls.Add(this.btnSearch);
     this.panelControl1.Controls.Add(this.btnPrintExport);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(969, 47);
     this.panelControl1.TabIndex = 0;
     //
     // labelControl2
     //
     this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl2.Location = new System.Drawing.Point(721, 12);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(16, 13);
     this.labelControl2.TabIndex = 10;
     this.labelControl2.Text = "في";
     //
     // lueDof2
     //
     this.lueDof2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lueDof2.Location = new System.Drawing.Point(584, 9);
     this.lueDof2.Name = "lueDof2";
     this.lueDof2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lueDof2.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DofatSarf", "الاسم", 61, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
     this.lueDof2.Properties.DataSource = this.LSMSDof;
     this.lueDof2.Properties.DisplayMember = "DofatSarf";
     this.lueDof2.Properties.NullText = "";
//.........这里部分代码省略.........
开发者ID:EgyFalseX-EESoft-WinForm,项目名称:RetirementCenter,代码行数:101,代码来源:Qry70Frm.designer.cs


示例9: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
     this.Label4 = new System.Windows.Forms.Label();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.label1 = new System.Windows.Forms.Label();
     this.lookUpEdit2 = new DevExpress.XtraEditors.LookUpEdit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.EditValue = "";
     this.lookUpEdit1.Location = new System.Drawing.Point(114, 16);
     this.lookUpEdit1.Name = "lookUpEdit1";
     //
     // lookUpEdit1.Properties
     //
     this.lookUpEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.lookUpEdit1.Properties.Appearance.Options.UseFont = true;
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit1.Size = new System.Drawing.Size(302, 23);
     this.lookUpEdit1.TabIndex = 40;
     //
     // Label4
     //
     this.Label4.AutoSize = true;
     this.Label4.Font = new System.Drawing.Font("Tahoma", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label4.Location = new System.Drawing.Point(10, 14);
     this.Label4.Name = "Label4";
     this.Label4.Size = new System.Drawing.Size(93, 26);
     this.Label4.TabIndex = 39;
     this.Label4.Text = "Discount";
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location = new System.Drawing.Point(240, 91);
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex = 42;
     this.simpleButtonCancel.Text = "Cance 

鲜花

握手

雷人

路过

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

请发表评论

全部评论

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