本文整理汇总了C#中DevExpress.XtraGrid.GridLevelNode类的典型用法代码示例。如果您正苦于以下问题:C# DevExpress.XtraGrid.GridLevelNode类的具体用法?C# DevExpress.XtraGrid.GridLevelNode怎么用?C# DevExpress.XtraGrid.GridLevelNode使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
DevExpress.XtraGrid.GridLevelNode类属于命名空间,在下文中一共展示了DevExpress.XtraGrid.GridLevelNode类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
gridLevelNode1.RelationName = "Level1";
this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1});
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(996, 462);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// frmTsk_ListBookingR_New
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(996, 462);
this.Controls.Add(this.gridControl1);
this.Name = "frmTsk_ListBookingR_New";
this.Text = "frmTsk_ListBookingR_New";
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
示例2: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
this.pnlBackground = new DevExpress.XtraEditors.PanelControl();
this.grd = new DevExpress.XtraGrid.GridControl();
this.grdView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.grdColPK = new DevExpress.XtraGrid.Columns.GridColumn();
this.grdColLabTestCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.grdColLabTestName = new DevExpress.XtraGrid.Columns.GridColumn();
this.grdColLabTestDesc = new DevExpress.XtraGrid.Columns.GridColumn();
this.grdColIsActive = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositorychkIsActive = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.pnl2 = new DevExpress.XtraEditors.PanelControl();
this.cmdExit = new DevExpress.XtraEditors.SimpleButton();
this.cmdNew = new DevExpress.XtraEditors.SimpleButton();
this.pnl3 = new DevExpress.XtraEditors.PanelControl();
this.cmdSearch = new DevExpress.XtraEditors.SimpleButton();
this.txtSearch = new DevExpress.XtraEditors.TextEdit();
this.cmdEdit = new DevExpress.XtraEditors.SimpleButton();
this.pnl1 = new DevExpress.XtraEditors.PanelControl();
this.lbl1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pnlBackground)).BeginInit();
this.pnlBackground.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositorychkIsActive)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pnl2)).BeginInit();
this.pnl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pnl3)).BeginInit();
this.pnl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pnl1)).BeginInit();
this.pnl1.SuspendLayout();
this.SuspendLayout();
//
// pnlBackground
//
this.pnlBackground.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(241)))));
this.pnlBackground.Appearance.Options.UseBackColor = true;
this.pnlBackground.Controls.Add(this.grd);
this.pnlBackground.Controls.Add(this.pnl2);
this.pnlBackground.Controls.Add(this.pnl1);
this.pnlBackground.Location = new System.Drawing.Point(15, 14);
this.pnlBackground.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
this.pnlBackground.LookAndFeel.UseDefaultLookAndFeel = false;
this.pnlBackground.Margin = new System.Windows.Forms.Padding(0);
this.pnlBackground.Name = "pnlBackground";
this.pnlBackground.Size = new System.Drawing.Size(1000, 678);
this.pnlBackground.TabIndex = 3;
//
// grd
//
this.grd.EmbeddedNavigator.Buttons.Append.Visible = false;
this.grd.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
this.grd.EmbeddedNavigator.Buttons.Edit.Visible = false;
this.grd.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
this.grd.EmbeddedNavigator.Buttons.Remove.Visible = false;
this.grd.EmbeddedNavigator.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
gridLevelNode1.RelationName = "Level1";
this.grd.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1});
this.grd.Location = new System.Drawing.Point(15, 76);
this.grd.LookAndFeel.UseDefaultLookAndFeel = false;
this.grd.MainView = this.grdView;
this.grd.Name = "grd";
this.grd.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositorychkIsActive});
this.grd.Size = new System.Drawing.Size(970, 527);
this.grd.TabIndex = 2;
this.grd.UseEmbeddedNavigator = true;
this.grd.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grdView});
//
// grdView
//
this.grdView.Appearance.Empty.BackColor = System.Drawing.Color.WhiteSmoke;
this.grdView.Appearance.Empty.Options.UseBackColor = true;
this.grdView.Appearance.EvenRow.BackColor = System.Drawing.Color.OldLace;
this.grdView.Appearance.EvenRow.Options.UseBackColor = true;
this.grdView.Appearance.FocusedCell.BackColor = System.Drawing.Color.SkyBlue;
this.grdView.Appearance.FocusedCell.Options.UseBackColor = true;
this.grdView.Appearance.FocusedRow.BackColor = System.Drawing.Color.SkyBlue;
this.grdView.Appearance.FocusedRow.Options.UseBackColor = true;
this.grdView.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.grdView.Appearance.HeaderPanel.Options.UseFont = true;
this.grdView.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.SkyBlue;
this.grdView.Appearance.HideSelectionRow.Options.UseBackColor = true;
this.grdView.Appearance.SelectedRow.BackColor = System.Drawing.Color.SkyBlue;
this.grdView.Appearance.SelectedRow.Options.UseBackColor = true;
this.grdView.ColumnPanelRowHeight = 30;
this.grdView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.grdColPK,
this.grdColLabTestCode,
this.grdColLabTestName,
this.grdColLabTestDesc,
this.grdColIsActive});
//.........这里部分代码省略.........
示例3: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTsk_PaymentViewAll_New));
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
this.dgvPaymentViewAll = new DevExpress.XtraGrid.GridControl();
this.grvPaymentViewAll = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.ObjectType = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.btnPaymentInfo = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.lueIDCompanies = new DevExpress.XtraEditors.LookUpEdit();
this.txtSubject = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
((System.ComponentModel.ISupportInitialize)(this.dgvPaymentViewAll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvPaymentViewAll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnPaymentInfo)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lueIDCompanies.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSubject)).BeginInit();
this.SuspendLayout();
//
// dgvPaymentViewAll
//
this.dgvPaymentViewAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvPaymentViewAll.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
gridLevelNode1.RelationName = "Level1";
this.dgvPaymentViewAll.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1});
this.dgvPaymentViewAll.Location = new System.Drawing.Point(3, 70);
this.dgvPaymentViewAll.MainView = this.grvPaymentViewAll;
this.dgvPaymentViewAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvPaymentViewAll.Name = "dgvPaymentViewAll";
this.dgvPaymentViewAll.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.btnPaymentInfo,
this.txtSubject});
this.dgvPaymentViewAll.Size = new System.Drawing.Size(1082, 497);
this.dgvPaymentViewAll.TabIndex = 0;
this.dgvPaymentViewAll.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvPaymentViewAll});
//
// grvPaymentViewAll
//
this.grvPaymentViewAll.ColumnPanelRowHeight = 40;
this.grvPaymentViewAll.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.ObjectType,
this.gridColumn3,
this.gridColumn19,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
this.gridColumn8,
this.gridColumn9,
this.gridColumn10,
this.gridColumn11,
this.gridColumn12,
this.gridColumn13,
this.gridColumn2,
this.gridColumn14,
this.gridColumn15,
this.gridColumn16,
this.gridColumn18,
this.gridColumn17});
this.grvPaymentViewAll.GridControl = this.dgvPaymentViewAll;
this.grvPaymentViewAll.Name = "grvPaymentViewAll";
this.grvPaymentViewAll.OptionsFind.AlwaysVisible = true;
this.grvPaymentViewAll.OptionsView.ColumnAutoWidth = false;
this.grvPaymentViewAll.OptionsView.WaitAnimationOptions = DevExpress.XtraEditors.WaitAnimationOptions.Panel;
//
// gridColumn1
//
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn1.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
//.........这里部分代码省略.........
示例4: 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(frmListaAsignaciones));
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.Menu_Nuevo = new System.Windows.Forms.ToolStripButton();
this.Menu_Ver = new System.Windows.Forms.ToolStripButton();
this.Menu_Eliminar = new System.Windows.Forms.ToolStripButton();
this.MenuVerRechazo = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.MenuRefrescar = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.Menu_Salir = new System.Windows.Forms.ToolStripButton();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.txtNumMaster = new DevExpress.XtraEditors.TextEdit();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.chkCreacionPaperless = new System.Windows.Forms.CheckBox();
this.chkAperturaNaviera = new System.Windows.Forms.CheckBox();
this.chkPlazoEmbarcador = new System.Windows.Forms.CheckBox();
this.txtHastaEmbarcador = new DevExpress.XtraEditors.DateEdit();
this.txthastaNavieras = new DevExpress.XtraEditors.DateEdit();
this.txtdesdeEmbarcador = new DevExpress.XtraEditors.DateEdit();
this.txtdesdeNavieras = new DevExpress.XtraEditors.DateEdit();
this.txtHasta = new DevExpress.XtraEditors.DateEdit();
this.txtDesde = new DevExpress.XtraEditors.DateEdit();
this.txtNumConsolidado = new DevExpress.XtraEditors.TextEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.ddlNave = new DevExpress.XtraEditors.ComboBoxEdit();
this.btnBuscar = new DevExpress.XtraEditors.SimpleButton();
this.txtNave = new System.Windows.Forms.TextBox();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.ddlEstado = new DevExpress.XtraEditors.ComboBoxEdit();
this.ddlUsuario2 = new DevExpress.XtraEditors.ComboBoxEdit();
this.ddlUsuario1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtUsuario2 = new System.Windows.Forms.TextBox();
this.txtUsuario1 = new System.Windows.Forms.TextBox();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.gridAsignaciones = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = 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.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.grdHbls = new DevExpress.XtraGrid.GridControl();
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.txtShippingSI = new System.Windows.Forms.TextBox();
this.txtPuertoSI = new System.Windows.Forms.TextBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.GrdCantAsignaciones = new DevExpress.XtraGrid.GridControl();
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
this.rdUsuario2 = new System.Windows.Forms.RadioButton();
this.rdUsuario1 = new System.Windows.Forms.RadioButton();
this.txtFechahastaAsignacion = new DevExpress.XtraEditors.DateEdit();
this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
this.btnBuscarAsignaciones = new DevExpress.XtraEditors.SimpleButton();
this.txtFechaDesdeAsignacion = new DevExpress.XtraEditors.DateEdit();
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
this.label1 = new System.Windows.Forms.Label();
this.BtnBuscatTab2 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtShipping = new System.Windows.Forms.TextBox();
this.txtPuerto = new System.Windows.Forms.TextBox();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtNumMaster.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtHastaEmbarcador.Properties.VistaTimeProperties)).BeginInit();
//.........这里部分代码省略.........
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
this.paymentsView = new ShomreiTorah.Data.UI.Grid.SmartGridView();
this.colDate = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colMethod = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.paymentMethodEdit = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.colCheckNumber = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.checkNumberEdit = new ShomreiTorah.Data.UI.Controls.RepositoryItemCheckNumberEdit();
this.colAccount = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.accountEdit = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.colAmount = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.currencyEdit = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
this.colDepositDateSql = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.depositEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.colComments = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colModified = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colModifier = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.grid = new ShomreiTorah.Data.UI.Grid.SmartGrid(this.components);
this.pledgesView = new ShomreiTorah.Data.UI.Grid.SmartGridView();
this.colPledgeId = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colPersonId1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colDate1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colType = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colSubType = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colAmount1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colNote = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.repositoryItemAliyahNoteEdit1 = new ShomreiTorah.Billing.Controls.Editors.RepositoryItemAliyahNoteEdit();
this.colComments1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colAccount1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colModified1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colModifier1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.emailView = new ShomreiTorah.Data.UI.Grid.SmartGridView();
this.colID1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colName = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colEmail = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colRandomCode = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colActive = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colJoinDate = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colPersonId2 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.gridView = new ShomreiTorah.Data.UI.Grid.SmartGridView();
this.colId = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colYKID = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colLastName = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colHisName = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colHerName = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colFullName = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colAddress = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colCity = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colState = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.stateEdit = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.colZip = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colPhone = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colSource = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.personSourceEdit = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.colTotalPledged = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colTotalPaid = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colBalanceDue = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colSalutation = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
this.colUnlinkedAmount = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.paymentsView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.paymentMethodEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkNumberEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.accountEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.currencyEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.depositEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pledgesView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemAliyahNoteEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emailView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stateEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.personSourceEdit)).BeginInit();
this.SuspendLayout();
//
// ribbon
//
this.ribbon.ExpandCollapseItem.Id = 0;
this.ribbon.ExpandCollapseItem.Name = "";
this.ribbon.Size = new System.Drawing.Size(1067, 115);
//
// paymentsView
//
this.paymentsView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colDate,
this.colMethod,
this.colCheckNumber,
this.colAccount,
this.colAmount,
this.colDepositDateSql,
this.colComments,
this.colModified,
this.colModifier});
//.........这里部分代码省略.........
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.c_nguoi_tao = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.m_thoi_gian_can_hoan_thanh = new DevExpress.XtraGrid.Columns.GridColumn();
this.m_cap_nhat_lan_cuoi = new DevExpress.XtraGrid.Columns.GridColumn();
this.m_trang_thai = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.c_nguoi_xu_ly = new DevExpress.XtraGrid.Columns.GridColumn();
this.THOI_DIEM_CAN_HOAN_THANH = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.MA_DON_HANG = new DevExpress.XtraGrid.Columns.GridColumn();
this.m_grv_ds_don_hang_dang_xu_ly = new DevExpress.XtraGrid.Views.Grid.GridView();
this.c_user_dat_hang = new DevExpress.XtraGrid.Columns.GridColumn();
this.m_grc_ds_don_hang_dang_xu_ly = new DevExpress.XtraGrid.GridControl();
this.panel5 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.m_grv_ds_don_hang_dang_xu_ly)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_grc_ds_don_hang_dang_xu_ly)).BeginInit();
this.panel5.SuspendLayout();
this.panel4.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 10000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// c_nguoi_tao
//
this.c_nguoi_tao.Caption = "NV nhận đặt hàng";
this.c_nguoi_tao.FieldName = "NGUOI_TAO";
this.c_nguoi_tao.Name = "c_nguoi_tao";
this.c_nguoi_tao.Visible = true;
this.c_nguoi_tao.VisibleIndex = 12;
this.c_nguoi_tao.Width = 133;
//
// gridColumn1
//
this.gridColumn1.Caption = "Phương thức đặt hàng";
this.gridColumn1.FieldName = "PHUONG_THUC_DAT_HANG";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 13;
this.gridColumn1.Width = 164;
//
// m_thoi_gian_can_hoan_thanh
//
this.m_thoi_gian_can_hoan_thanh.Caption = "Thời gian cần hoàn thành";
this.m_thoi_gian_can_hoan_thanh.FieldName = "LOAI_THOI_GIAN_CAN_HOAN_THANH";
this.m_thoi_gian_can_hoan_thanh.Name = "m_thoi_gian_can_hoan_thanh";
this.m_thoi_gian_can_hoan_thanh.Visible = true;
this.m_thoi_gian_can_hoan_thanh.VisibleIndex = 11;
this.m_thoi_gian_can_hoan_thanh.Width = 165;
//
// m_cap_nhat_lan_cuoi
//
this.m_cap_nhat_lan_cuoi.Caption = "Cập nhật lần cuối";
this.m_cap_nhat_lan_cuoi.FieldName = "CAP_NHAT_CUOI";
this.m_cap_nhat_lan_cuoi.Name = "m_cap_nhat_lan_cuoi";
this.m_cap_nhat_lan_cuoi.Visible = true;
this.m_cap_nhat_lan_cuoi.VisibleIndex = 10;
this.m_cap_nhat_lan_cuoi.Width = 129;
//
// m_trang_thai
//
this.m_trang_thai.Caption = "Trạng thái đơn hàng";
this.m_trang_thai.FieldName = "TRANG_THAI_DON_HANG";
this.m_trang_thai.Name = "m_trang_thai";
this.m_trang_thai.Visible = true;
this.m_trang_thai.VisibleIndex = 9;
this.m_trang_thai.Width = 127;
//
// gridColumn9
//
this.gridColumn9.Caption = "Thời gian tạo";
this.gridColumn9.DisplayFormat.FormatString = "g";
this.gridColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn9.FieldName = "THOI_GIAN_TAO";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 6;
this.gridColumn9.Width = 129;
//.........这里部分代码省略.........
示例7: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
protected void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmYeuCauHoTroQL));
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.MainBar = new DevExpress.XtraBars.Bar();
this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.barbuttonCapNhatTienDo = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
this.gridViewMaster = new DevExpress.XtraGrid.Views.Grid.PLGridView();
this.CotNguoigui = new DevExpress.XtraGrid.Columns.GridColumn();
this.CotMuc_ut = new DevExpress.XtraGrid.Columns.GridColumn();
this.CotNguoinhan = new DevExpress.XtraGrid.Columns.GridColumn();
this.CotYeucau = new DevExpress.XtraGrid.Columns.GridColumn();
this.CotLoaiYC = new DevExpress.XtraGrid.Columns.GridColumn();
this.CotTinhTrang = new DevExpress.XtraGrid.Columns.GridColumn();
this.CotTG_gui = new DevExpress.XtraGrid.Columns.GridColumn();
this.CotSoLanPH = new DevExpress.XtraGrid.Columns.GridColumn();
this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
this.mruEditYeuCau = new DevExpress.XtraEditors.MRUEdit();
this.plLabel2 = new System.Windows.Forms.PLLabel();
this.cmbNguoiNhan = new ProtocolVN.App.Office.ApplicationCore.PLDMTreeMultiChoice();
this.cmbNguoiYC = new ProtocolVN.Framework.Win.PLDMTreeGroup();
this.ngayLamViec = new ProtocolVN.Framework.Win.Office.PLDateSelection();
this.plLabel1 = new System.Windows.Forms.PLLabel();
this.PLTinhtrang = new ProtocolVN.Framework.Win.PLImgCombobox();
this.PLMucuutien = new ProtocolVN.Framework.Win.PLImgCombobox();
this.labelControl7 = new System.Windows.Forms.PLLabel();
this.labelControl5 = new System.Windows.Forms.PLLabel();
this.labelControl2 = new System.Windows.Forms.PLLabel();
this.labelControl1 = new System.Windows.Forms.PLLabel();
this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
this.XtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
this.gridControlThongTinLienHe = new DevExpress.XtraGrid.GridControl();
this.gridViewThongTinLienHe = new DevExpress.XtraGrid.Views.Grid.PLGridView();
this.CotNguoiphanhoi = new DevExpress.XtraGrid.Columns.GridColumn();
this.CotTG_PH = new DevExpress.XtraGrid.Columns.GridColumn();
this.CotNoidung = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
this.popupControlContainerFilter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.mruEditYeuCau.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
this.xtraTabControlDetail.SuspendLayout();
this.XtraTabPageDetail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControlThongTinLienHe)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewThongTinLienHe)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.MainBar});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.barButtonItemAdd,
this.barButtonItemDelete,
//.........这里部分代码省略.........
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.splitter1 = new System.Windows.Forms.Splitter();
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
this.SuspendLayout();
//
// gridView3
//
this.gridView3.GridControl = this.gridControl1;
this.gridView3.Name = "gridView3";
this.gridView3.OptionsBehavior.Editable = false;
this.gridView3.OptionsBehavior.ReadOnly = true;
this.gridView3.OptionsSelection.MultiSelect = true;
this.gridView3.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
this.gridView3.OptionsView.ColumnAutoWidth = false;
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
gridLevelNode1.LevelTemplate = this.gridView3;
gridLevelNode1.RelationName = "OverView_Centers";
this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1});
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(642, 458);
this.gridControl1.TabIndex = 4;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1,
this.gridView3});
//
// gridView1
//
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsBehavior.ReadOnly = true;
this.gridView1.OptionsSelection.MultiSelect = true;
this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
//
// panelControl2
//
this.panelControl2.Controls.Add(this.labelControl2);
this.panelControl2.Controls.Add(this.labelControl1);
this.panelControl2.Controls.Add(this.buttonEdit1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl2.Location = new System.Drawing.Point(2, 417);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(225, 39);
this.panelControl2.TabIndex = 1;
//
// labelControl2
//
this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.labelControl2.Location = new System.Drawing.Point(209, 12);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(14, 17);
this.labelControl2.TabIndex = 2;
this.labelControl2.Text = "中";
//
// labelControl1
//
this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.labelControl1.Location = new System.Drawing.Point(3, 12);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(126, 17);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "将选中结果添加到列";
//
// buttonEdit1
//
this.buttonEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonEdit1.Location = new System.Drawing.Point(129, 9);
this.buttonEdit1.Name = "buttonEdit1";
//.........这里部分代码省略.........
示例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.components = new System.ComponentModel.Container();
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreOrderForm));
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
this.grid = new DevExpress.XtraGrid.GridControl();
this.goodsBalanceObjBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colReqQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
this.colid = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGroup = new DevExpress.XtraGrid.Columns.GridColumn();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQuantityInPack = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOrdered = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMeasure = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSupplier = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
this.colBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colReserved = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFreeBalance = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMinOrder = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRreqAssort = new DevExpress.XtraGrid.Columns.GridColumn();
this.colForOrder = new DevExpress.XtraGrid.Columns.GridColumn();
this.colAvgSell = new DevExpress.XtraGrid.Columns.GridColumn();
this.colShopBalance = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQuota = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIsQuoted = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSelfImport = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFactQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
this.ilState = new System.Windows.Forms.ImageList(this.components);
this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.actionContainerBarItem4 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.actionContainerBarItem3 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.actionContainerBarItem10 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.actionContainerBarItem5 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.mainMenuItem2 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
this.actionContainerBarItem8 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.actionContainerBarItem6 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.actionContainerBarItem11 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.actionContainerBarItem7 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.actionContainerBarItem1 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.actionContainerBarItem2 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.mainMenuItem1 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.mainMenuItem3 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
//.........这里部分代码省略.........
示例10: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem3 = new DevExpress.Utils.ToolTipSeparatorItem();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MoviesUserControl));
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
this.tabByTitle = new DevExpress.XtraTab.XtraTabPage();
this.grdMoviesList = new DevExpress.XtraGrid.GridControl();
this.grdViewByTitle = new DevExpress.XtraGrid.Views.Grid.GridView();
this.LoadingStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.BusyPicture = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
this.clmTitle = new DevExpress.XtraGrid.Columns.GridColumn();
this.clmYear = new DevExpress.XtraGrid.Columns.GridColumn();
this.clmMarked = new DevExpress.XtraGrid.Columns.GridColumn();
this.chkMarked = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.clmLocked = new DevExpress.XtraGrid.Columns.GridColumn();
this.clmReleased = new DevExpress.XtraGrid.Columns.GridColumn();
this.RepositoryImageComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
this.tabByPoster = new DevExpress.XtraTab.XtraTabPage();
this.galleryControl1 = new DevExpress.XtraBars.Ribbon.GalleryControl();
this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
this.picFanart = new YANFOE.UI.UserControls.CommonControls.DisplayPictureUserControl();
this.tabEditTabsControl = new DevExpress.XtraTab.XtraTabControl();
this.tabMainDetails = new DevExpress.XtraTab.XtraTabPage();
this.movieMainDetailsUserControl1 = new YANFOE.UI.UserControls.MovieControls.MovieMainDetailsUserControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.btnNew = new DevExpress.XtraEditors.SimpleButton();
this.btnMarked = new DevExpress.XtraEditors.SimpleButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.btnLoadFromWeb = new DevExpress.XtraEditors.SimpleButton();
this.btnLock = new DevExpress.XtraEditors.SimpleButton();
this.tabFileInfo = new DevExpress.XtraTab.XtraTabPage();
this.movieFileInfoUserControl1 = new YANFOE.UI.UserControls.MovieControls.MovieFileInfoUserControl();
this.tabIdentify = new DevExpress.XtraTab.XtraTabPage();
this.movieIdentierUserControl11 = new YANFOE.UI.UserControls.MovieControls.MovieIdentierUserControl1();
this.tabSets = new DevExpress.XtraTab.XtraTabPage();
this.setManagerUserControl1 = new YANFOE.UI.UserControls.MovieControls.SetManagerUserControl();
this.tabTrailers = new DevExpress.XtraTab.XtraTabPage();
this.movieTrailerUserControl1 = new YANFOE.UI.UserControls.MovieControls.MovieTrailerUserControl();
this.tabPreview = new DevExpress.XtraTab.XtraTabPage();
this.nfoPreviewUserControl1 = new YANFOE.UI.UserControls.CommonControls.NFOPreviewUserControl();
this.picPoster = new YANFOE.UI.UserControls.CommonControls.DisplayPictureUserControl();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlImages = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.splitterItem3 = new DevExpress.XtraLayout.SplitterItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
this.galleryControlGallery1 = new DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery();
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.popupSave = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnSaveNfo = new DevExpress.XtraBars.BarButtonItem();
this.btnSaveAllImages = new DevExpress.XtraBars.BarButtonItem();
this.btnSavePoster = new DevExpress.XtraBars.BarButtonItem();
this.btnSaveFanart = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
this.popupLoadFromWeb = new DevExpress.XtraBars.PopupMenu(this.components);
this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
//.........这里部分代码省略.........
示例11: 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(frmGestionPaperless));
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.MenuAsignacion = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.Menu1raEtapa = new System.Windows.Forms.ToolStripButton();
this.Menu2daEtapa = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.MENUEXCEL = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.MenuSalir = new System.Windows.Forms.ToolStripButton();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.lblEstadoPaperless = new DevExpress.XtraEditors.LabelControl();
this.checkedComboBoxEdit1 = new DevExpress.XtraEditors.CheckedComboBoxEdit();
this.txtHastaEmbarcador = new DevExpress.XtraEditors.DateEdit();
this.txthastaNavieras = new DevExpress.XtraEditors.DateEdit();
this.txtdesdeEmbarcador = new DevExpress.XtraEditors.DateEdit();
this.txtdesdeNavieras = new DevExpress.XtraEditors.DateEdit();
this.chkCreacionPaperless = new System.Windows.Forms.CheckBox();
this.chkAperturaNaviera = new System.Windows.Forms.CheckBox();
this.chkPlazoEmbarcador = new System.Windows.Forms.CheckBox();
this.ddlNave = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtNave = new System.Windows.Forms.TextBox();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.btnBuscar = new DevExpress.XtraEditors.SimpleButton();
this.ddlUsuario2 = new DevExpress.XtraEditors.ComboBoxEdit();
this.ddlUsuario1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtHasta = new DevExpress.XtraEditors.DateEdit();
this.txtDesde = new DevExpress.XtraEditors.DateEdit();
this.txtNumConsoidado = new DevExpress.XtraEditors.TextEdit();
this.txtNumMaster = new DevExpress.XtraEditors.TextEdit();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.grdAsignaciones = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
this.TabGestionPaperless = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
this.label1 = new System.Windows.Forms.Label();
this.BtnBuscatTab2 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtShipping = new System.Windows.Forms.TextBox();
this.txtPuerto = new System.Windows.Forms.TextBox();
this.grdHbls = new DevExpress.XtraGrid.GridControl();
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
//.........这里部分代码省略.........
示例12: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(eLoanMain));
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.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colInterval = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barNewBorrower = new DevExpress.XtraBars.BarButtonItem();
this.barNewEmployer = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem19 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem24 = new DevExpress.XtraBars.BarButtonItem();
this.barNewMenu = new DevExpress.XtraBars.BarSubItem();
this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
this.barNewCashFundRelease = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem23 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.backstageViewControl1 = new DevExpress.XtraBars.Ribbon.BackstageViewControl();
this.backstageViewClientControl11 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
this.grdCtlLoanInfo = new DevExpress.XtraGrid.GridControl();
this.grdViewLoanInfo = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colDocNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtLoanNo = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.backstageViewClientControl2 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
this.dtPaymentEnd = new DevExpress.XtraEditors.DateEdit();
this.lblDateTo = new DevExpress.XtraEditors.LabelControl();
this.dtPaymentStart = new DevExpress.XtraEditors.DateEdit();
this.lblDateFrom = new DevExpress.XtraEditors.LabelControl();
this.gridControl3 = new DevExpress.XtraGrid.GridControl();
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.backstageViewClientControl3 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
this.btnRefreshCashReleased = new DevExpress.XtraEditors.SimpleButton();
this.dtCFREndDate = new DevExpress.XtraEditors.DateEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.dtCFRStartDate = new DevExpress.XtraEditors.DateEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.gridControl4 = new DevExpress.XtraGrid.GridControl();
this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.backstageViewClientControl4 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
this.grdCtlEmployersInfo = new DevExpress.XtraGrid.GridControl();
this.grdViewEmployersInfo = new DevExpress.XtraGrid.Views.Grid.GridView();
this.backstageViewClientControl6 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
this.grdCtlBorrowerInfo = new DevExpress.XtraGrid.GridControl();
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colType = new DevExpress.XtraGrid.Columns.GridColumn();
this.BorrowerCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtBorrowerCode = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.colLastName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFirstName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMI = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGuarantorFinancer = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEmployer = new DevExpress.XtraGrid.Columns.GridColumn();
//.........这里部分代码省略.........
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MaterialCategories));
this.gdvType = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gdcoType = new DevExpress.XtraGrid.Columns.GridColumn();
this.gdcMaterialCategory = new DevExpress.XtraGrid.GridControl();
this.gdvCategory = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gdcoCategory = new DevExpress.XtraGrid.Columns.GridColumn();
this.gdvCategoryRevisions = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gdcoStartMaintenance = new DevExpress.XtraGrid.Columns.GridColumn();
this.gdcoRemark = new DevExpress.XtraGrid.Columns.GridColumn();
this.gdvSubTypes = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gdcoSubType = new DevExpress.XtraGrid.Columns.GridColumn();
this.tabctrlMaterial = new DevExpress.XtraTab.XtraTabControl();
this.tabpageMaterialCategory = new DevExpress.XtraTab.XtraTabPage();
this.iclSmall = new DevExpress.Utils.ImageCollection(this.components);
((System.ComponentModel.ISupportInitialize)(this.gdvType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gdcMaterialCategory)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gdvCategory)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gdvCategoryRevisions)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gdvSubTypes)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabctrlMaterial)).BeginInit();
this.tabctrlMaterial.SuspendLayout();
this.tabpageMaterialCategory.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.iclSmall)).BeginInit();
this.SuspendLayout();
//
// gdvType
//
this.gdvType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gdcoType});
this.gdvType.GridControl = this.gdcMaterialCategory;
this.gdvType.Name = "gdvType";
this.gdvType.OptionsDetail.AllowExpandEmptyDetails = true;
this.gdvType.OptionsDetail.AllowOnlyOneMasterRowExpanded = true;
this.gdvType.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
this.gdvType.OptionsView.ColumnAutoWidth = false;
this.gdvType.OptionsView.ShowColumnHeaders = false;
this.gdvType.OptionsView.ShowGroupPanel = false;
this.gdvType.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gdvType_InitNewRow);
this.gdvType.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gdvType_RowUpdated);
this.gdvType.DoubleClick += new System.EventHandler(this.gdvType_DoubleClick);
//
// gdcoType
//
this.gdcoType.Caption = "Type";
this.gdcoType.FieldName = "Type";
this.gdcoType.Name = "gdcoType";
this.gdcoType.Visible = true;
this.gdcoType.VisibleIndex = 0;
this.gdcoType.Width = 250;
//
// gdcMaterialCategory
//
this.gdcMaterialCategory.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.gdcMaterialCategory.EmbeddedNavigator.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.gdcMaterial_EmbeddedNavigator_ButtonClick);
gridLevelNode1.LevelTemplate = this.gdvType;
gridLevelNode2.LevelTemplate = this.gdvSubTypes;
gridLevelNode2.RelationName = "SubTypes";
gridLevelNode1.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode2});
gridLevelNode1.RelationName = "Types";
this.gdcMaterialCategory.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1});
this.gdcMaterialCategory.Location = new System.Drawing.Point(16, 17);
this.gdcMaterialCategory.LookAndFeel.SkinName = "Office 2010 Blue";
this.gdcMaterialCategory.LookAndFeel.UseDefaultLookAndFeel = false;
this.gdcMaterialCategory.MainView = this.gdvCategory;
this.gdcMaterialCategory.Name = "gdcMaterialCategory";
this.gdcMaterialCategory.ShowOnlyPredefinedDetails = true;
this.gdcMaterialCategory.Size = new System.Drawing.Size(970, 514);
this.gdcMaterialCategory.TabIndex = 0;
this.gdcMaterialCategory.UseEmbeddedNavigator = true;
this.gdcMaterialCategory.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gdvCategory,
this.gdvCategoryRevisions,
this.gdvSubTypes,
this.gdvType});
//
// gdvCategory
//
this.gdvCategory.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gdcoCategory});
this.gdvCategory.GridControl = this.gdcMaterialCategory;
this.gdvCategory.Name = "gdvCategory";
this.gdvCategory.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
this.gdvCategory.OptionsDetail.AllowExpandEmptyDetails = true;
this.gdvCategory.OptionsDetail.SmartDetailExpandButtonMode = DevExpress.XtraGrid.Views.Grid.DetailExpandButtonMode.AlwaysEnabled;
this.gdvCategory.OptionsView.ColumnAutoWidth = false;
this.gdvCategory.OptionsView.ShowAutoFilterRow = true;
this.gdvCategory.OptionsView.ShowColumnHeaders = false;
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
protected void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmKeHoachLPSQL));
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.MainBar = new DevExpress.XtraBars.Bar();
this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemViewDetail = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemCopy = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemAddNote = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemOpenNote = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemDeleteNote = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemRefresh = new DevExpress.XtraBars.BarButtonItem();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
this.gridViewMaster = new DevExpress.XtraGrid.Views.Grid.PLGridView();
this.colKenhPhat = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMaKeHoach = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTenKeHoach = new DevExpress.XtraGrid.Columns.GridColumn();
this.ColNam = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNgayLap = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNguoiLap = new DevExpress.XtraGrid.Columns.GridColumn();
this.ColPhongBan = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCongty = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGhiChu = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridControlNote = new DevExpress.XtraGrid.GridControl();
this.gridViewNote = new DevExpress.XtraGrid.Views.Grid.PLGridView();
this.col_N_NoiDung = new DevExpress.XtraGrid.Columns.GridColumn();
this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
this.plLabel5 = new DevExpress.XtraEditors.LabelControl();
this.NguoiLap = new ProtocolVN.Framework.Win.PLMultiCombobox();
this.plLabel4 = new DevExpress.XtraEditors.LabelControl();
this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
this.NgayLap = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
this.TenKeHoach = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
this.MaKeHoach = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
this.kenhPhat = new ProtocolVN.Framework.Win.PLMultiCombobox();
this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
this.label5 = new DevExpress.XtraEditors.LabelControl();
this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
this.plLabel2 = new DevExpress.XtraEditors.LabelControl();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.popupMenuNote = new DevExpress.XtraBars.PopupMenu(this.components);
this.ColLoaiKenh = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlNote)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewNote)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
this.xtraTabControlDetail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
this.popupControlContainerFilter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NguoiLap.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TenKeHoach.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.MaKeHoach.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kenhPhat.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenuNote)).BeginInit();
this.SuspendLayout();
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.MainBar});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
//.........这里部分代码省略.........
示例15: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode4 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode5 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode6 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode7 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode8 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode9 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode10 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode11 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode12 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode13 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode14 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode15 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode16 = new DevExpress.XtraGrid.GridLevelNode();
this.gridViewCD_PayType = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEditCheckMe = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEditSave = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEditDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridControlCode = new DevExpress.XtraGrid.GridControl();
this.gridViewCD_PayTypeDetiel = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemGridLookUpEditPayTypeId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn54 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridViewCD_PayMony = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemGridLookUpEditPayTypeDetielId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemGridLookUpEditalsofof_code = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCalcEditf2 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
this.gridColumn55 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridViewCD_Discounts = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridViewCD_KastNo = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridViewCD_KastSaf = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemGridLookUpEditKastNoId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridViewCD_KastBnood = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn79 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn80 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn81 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn82 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn83 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridViewCD_Specialization = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn88 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemGridLookUpEditqualId = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn89 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn90 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridViewCD_MaritalStatus = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn91 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn92 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn93 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn94 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridViewCD_Courses = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn95 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn96 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn98 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn99 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridViewCDPlaceTraining = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn102 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn103 = new DevExpress.XtraGrid.Columns.GridColumn();
//.........这里部分代码省略.........