search logic

This commit is contained in:
2009-02-04 19:51:36 +00:00
parent 408ba2ff26
commit ddc6a34966
11 changed files with 1964 additions and 1919 deletions

View File

@@ -30,6 +30,8 @@ namespace VEPROMS
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVersionsProperties));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.ppBtnCancel = new System.Windows.Forms.Button();
this.ppBtnOK = new System.Windows.Forms.Button();
this.ppBtnDefaultChgBar = new DevComponents.DotNetBar.ButtonX();
@@ -94,7 +96,7 @@ namespace VEPROMS
this.ppChbxDisAutoDuplex = new System.Windows.Forms.CheckBox();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.ppGrdLibDocList = new C1.Win.C1FlexGrid.C1FlexGrid();
//this.ppGrdLibDocList = new C1.Win.C1FlexGrid.C1FlexGrid();
this.documentInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
this.ppCbShwDefSettings = new DevComponents.DotNetBar.Controls.CheckBoxX();
@@ -126,6 +128,9 @@ namespace VEPROMS
this.btnRefObjs = new DevComponents.DotNetBar.ButtonX();
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
this.ROPrefixBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.ppGrdLibDocList = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.documentEntryCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.libTitleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).BeginInit();
@@ -915,17 +920,17 @@ namespace VEPROMS
//
// ppGrdLibDocList
//
this.ppGrdLibDocList.AutoGenerateColumns = false;
this.ppGrdLibDocList.ColumnInfo = resources.GetString("ppGrdLibDocList.ColumnInfo");
this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource;
this.ppGrdLibDocList.ExtendLastCol = true;
this.ppGrdLibDocList.Location = new System.Drawing.Point(15, 15);
this.ppGrdLibDocList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppGrdLibDocList.Name = "ppGrdLibDocList";
this.ppGrdLibDocList.Rows.Count = 1;
this.ppGrdLibDocList.Rows.DefaultSize = 19;
this.ppGrdLibDocList.Size = new System.Drawing.Size(628, 240);
this.ppGrdLibDocList.TabIndex = 0;
//this.ppGrdLibDocList.AutoGenerateColumns = false;
//this.ppGrdLibDocList.ColumnInfo = resources.GetString("ppGrdLibDocList.ColumnInfo");
//this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource;
//this.ppGrdLibDocList.ExtendLastCol = true;
//this.ppGrdLibDocList.Location = new System.Drawing.Point(15, 15);
//this.ppGrdLibDocList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
//this.ppGrdLibDocList.Name = "ppGrdLibDocList";
//this.ppGrdLibDocList.Rows.Count = 1;
//this.ppGrdLibDocList.Rows.DefaultSize = 19;
//this.ppGrdLibDocList.Size = new System.Drawing.Size(628, 240);
//this.ppGrdLibDocList.TabIndex = 0;
//
// documentInfoListBindingSource
//
@@ -1428,6 +1433,52 @@ namespace VEPROMS
this.btnGeneral.TabIndex = 0;
this.btnGeneral.Text = "General";
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
//
// ppGrdLibDocList
//
this.ppGrdLibDocList.AllowUserToAddRows = false;
this.ppGrdLibDocList.AutoGenerateColumns = false;
this.ppGrdLibDocList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.ppGrdLibDocList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.documentEntryCountDataGridViewTextBoxColumn,
this.libTitleDataGridViewTextBoxColumn});
this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.ppGrdLibDocList.DefaultCellStyle = dataGridViewCellStyle2;
this.ppGrdLibDocList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
this.ppGrdLibDocList.HighlightSelectedColumnHeaders = false;
this.ppGrdLibDocList.Location = new System.Drawing.Point(5, 4);
this.ppGrdLibDocList.Name = "ppGrdLibDocList";
this.ppGrdLibDocList.RowHeadersVisible = false;
this.ppGrdLibDocList.RowTemplate.Height = 24;
this.ppGrdLibDocList.SelectAllSignVisible = false;
this.ppGrdLibDocList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.ppGrdLibDocList.Size = new System.Drawing.Size(647, 300);
this.ppGrdLibDocList.TabIndex = 1;
//
// documentEntryCountDataGridViewTextBoxColumn
//
this.documentEntryCountDataGridViewTextBoxColumn.DataPropertyName = "DocumentEntryCount";
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.documentEntryCountDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
this.documentEntryCountDataGridViewTextBoxColumn.HeaderText = "Number of Usages";
this.documentEntryCountDataGridViewTextBoxColumn.Name = "documentEntryCountDataGridViewTextBoxColumn";
this.documentEntryCountDataGridViewTextBoxColumn.ReadOnly = true;
this.documentEntryCountDataGridViewTextBoxColumn.Width = 95;
//
// libTitleDataGridViewTextBoxColumn
//
this.libTitleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.libTitleDataGridViewTextBoxColumn.DataPropertyName = "LibTitle";
this.libTitleDataGridViewTextBoxColumn.HeaderText = "Library Document Title";
this.libTitleDataGridViewTextBoxColumn.Name = "libTitleDataGridViewTextBoxColumn";
this.libTitleDataGridViewTextBoxColumn.ReadOnly = true;
//
// frmVersionsProperties
//
@@ -1524,7 +1575,7 @@ namespace VEPROMS
private System.Windows.Forms.Label ppLblChgBarTxtTypeDefault;
private System.Windows.Forms.Label ppLblChgBarUserMsgTwoDefault;
private System.Windows.Forms.Label ppLblChgBarUserMsgOneDefault;
private C1.Win.C1FlexGrid.C1FlexGrid ppGrdLibDocList;
// private C1.Win.C1FlexGrid.C1FlexGrid ppGrdLibDocList;
private System.Windows.Forms.BindingSource formatInfoListBindingSource;
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxPagination;
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxWatermark;
@@ -1582,5 +1633,8 @@ namespace VEPROMS
private System.Windows.Forms.TextBox tbRoDb;
private System.Windows.Forms.Button ppBtnRoDbBrowse;
private System.Windows.Forms.BindingSource ROPrefixBindingSource;
private DevComponents.DotNetBar.Controls.DataGridViewX ppGrdLibDocList;
private System.Windows.Forms.DataGridViewTextBoxColumn documentEntryCountDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn libTitleDataGridViewTextBoxColumn;
}
}