namespace CSFrameworkV5.Library { partial class frmLogEditHistory { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogEditHistory)); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colLogUser = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLogDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOPType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTableName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDocNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.colContent = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); this.gcDetail = new DevExpress.XtraGrid.GridControl(); this.gvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colFieldName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colD_FieldTitle = new DevExpress.XtraGrid.Columns.GridColumn(); this.colD_OldValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.colD_NewValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtKeyValue = new DevExpress.XtraEditors.TextEdit(); this.txtTableList = new DevExpress.XtraEditors.LookUpEdit(); this.chkRowHeight = new DevExpress.XtraEditors.CheckEdit(); this.btnEmpty = new DevExpress.XtraEditors.SimpleButton(); this.btnQuery = new DevExpress.XtraEditors.SimpleButton(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txtDateTo = new DevExpress.XtraEditors.DateEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txtDateFrom = new DevExpress.XtraEditors.DateEdit(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtKeyValue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTableList.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkRowHeight.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDateTo.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDateTo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDateFrom.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDateFrom.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); this.SuspendLayout(); // // gcSummary // this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false; this.gcSummary.Location = new System.Drawing.Point(0, 0); this.gcSummary.MainView = this.gvSummary; this.gcSummary.Name = "gcSummary"; this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemPictureEdit1, this.repositoryItemMemoEdit1}); this.gcSummary.Size = new System.Drawing.Size(1033, 287); this.gcSummary.TabIndex = 2; this.gcSummary.UseEmbeddedNavigator = true; this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSummary}); // // gvSummary // this.gvSummary.ColumnPanelRowHeight = 25; this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colLogUser, this.colLogDate, this.colOPType, this.colTableName, this.colDocNo, this.colContent, this.gridColumn1}); this.gvSummary.GridControl = this.gcSummary; this.gvSummary.Name = "gvSummary"; this.gvSummary.OptionsBehavior.Editable = false; this.gvSummary.OptionsView.ColumnAutoWidth = false; this.gvSummary.OptionsView.ShowGroupPanel = false; this.gvSummary.RowHeight = 25; this.gvSummary.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvSummary_FocusedRowChanged); // // colLogUser // this.colLogUser.Caption = "修改人"; this.colLogUser.FieldName = "LogUser"; this.colLogUser.Name = "colLogUser"; this.colLogUser.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.colLogUser.OptionsFilter.AllowAutoFilter = false; this.colLogUser.OptionsFilter.AllowFilter = false; this.colLogUser.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "LogUser", "记录:{0}")}); this.colLogUser.Visible = true; this.colLogUser.VisibleIndex = 4; this.colLogUser.Width = 78; // // colLogDate // this.colLogDate.Caption = "修改时间"; this.colLogDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colLogDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.colLogDate.FieldName = "LogDate"; this.colLogDate.Name = "colLogDate"; this.colLogDate.Visible = true; this.colLogDate.VisibleIndex = 5; this.colLogDate.Width = 158; // // colOPType // this.colOPType.Caption = "修改类型"; this.colOPType.FieldName = "OPType"; this.colOPType.Name = "colOPType"; this.colOPType.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.colOPType.OptionsFilter.AllowAutoFilter = false; this.colOPType.OptionsFilter.AllowFilter = false; this.colOPType.Width = 70; // // colTableName // this.colTableName.Caption = "表名"; this.colTableName.FieldName = "TableName"; this.colTableName.Name = "colTableName"; this.colTableName.Visible = true; this.colTableName.VisibleIndex = 0; this.colTableName.Width = 142; // // colDocNo // this.colDocNo.Caption = "主键值"; this.colDocNo.FieldName = "DocNo"; this.colDocNo.Name = "colDocNo"; this.colDocNo.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.colDocNo.OptionsFilter.AllowAutoFilter = false; this.colDocNo.OptionsFilter.AllowFilter = false; this.colDocNo.Visible = true; this.colDocNo.VisibleIndex = 1; this.colDocNo.Width = 175; // // colContent // this.colContent.AppearanceCell.BackColor = System.Drawing.Color.LightYellow; this.colContent.AppearanceCell.Options.UseBackColor = true; this.colContent.Caption = "修改内容"; this.colContent.ColumnEdit = this.repositoryItemMemoEdit1; this.colContent.FieldName = "EditContent"; this.colContent.Name = "colContent"; this.colContent.Visible = true; this.colContent.VisibleIndex = 2; this.colContent.Width = 346; // // repositoryItemMemoEdit1 // this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1"; // // repositoryItemPictureEdit1 // this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1"; this.repositoryItemPictureEdit1.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.ByteArray; // // gcDetail // this.gcDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.gcDetail.Location = new System.Drawing.Point(0, 0); this.gcDetail.MainView = this.gvDetail; this.gcDetail.Name = "gcDetail"; this.gcDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemPictureEdit2}); this.gcDetail.Size = new System.Drawing.Size(1033, 249); this.gcDetail.TabIndex = 2; this.gcDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvDetail}); // // gvDetail // this.gvDetail.ColumnPanelRowHeight = 25; this.gvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colFieldName, this.colD_FieldTitle, this.colD_OldValue, this.colD_NewValue}); this.gvDetail.GridControl = this.gcDetail; this.gvDetail.Name = "gvDetail"; this.gvDetail.OptionsBehavior.Editable = false; this.gvDetail.OptionsView.ColumnAutoWidth = false; this.gvDetail.OptionsView.ShowFooter = true; this.gvDetail.OptionsView.ShowGroupPanel = false; this.gvDetail.RowHeight = 25; // // colFieldName // this.colFieldName.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.colFieldName.AppearanceCell.Options.UseBackColor = true; this.colFieldName.Caption = "字段名"; this.colFieldName.FieldName = "FieldName"; this.colFieldName.Name = "colFieldName"; this.colFieldName.Visible = true; this.colFieldName.VisibleIndex = 0; this.colFieldName.Width = 141; // // colD_FieldTitle // this.colD_FieldTitle.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.colD_FieldTitle.AppearanceCell.Options.UseBackColor = true; this.colD_FieldTitle.Caption = "字段标题"; this.colD_FieldTitle.FieldName = "FieldTitle"; this.colD_FieldTitle.Name = "colD_FieldTitle"; this.colD_FieldTitle.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "FieldTitle", "{0}")}); this.colD_FieldTitle.Visible = true; this.colD_FieldTitle.VisibleIndex = 1; this.colD_FieldTitle.Width = 151; // // colD_OldValue // this.colD_OldValue.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.colD_OldValue.AppearanceCell.Options.UseBackColor = true; this.colD_OldValue.Caption = "旧值"; this.colD_OldValue.FieldName = "OldValue"; this.colD_OldValue.Name = "colD_OldValue"; this.colD_OldValue.Visible = true; this.colD_OldValue.VisibleIndex = 2; this.colD_OldValue.Width = 201; // // colD_NewValue // this.colD_NewValue.AppearanceCell.BackColor = System.Drawing.Color.Honeydew; this.colD_NewValue.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.colD_NewValue.AppearanceCell.Options.UseBackColor = true; this.colD_NewValue.AppearanceCell.Options.UseFont = true; this.colD_NewValue.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.colD_NewValue.AppearanceHeader.ForeColor = System.Drawing.Color.Green; this.colD_NewValue.AppearanceHeader.Options.UseFont = true; this.colD_NewValue.AppearanceHeader.Options.UseForeColor = true; this.colD_NewValue.Caption = "新值"; this.colD_NewValue.FieldName = "NewValue"; this.colD_NewValue.Name = "colD_NewValue"; this.colD_NewValue.Visible = true; this.colD_NewValue.VisibleIndex = 3; this.colD_NewValue.Width = 203; // // repositoryItemPictureEdit2 // this.repositoryItemPictureEdit2.Name = "repositoryItemPictureEdit2"; this.repositoryItemPictureEdit2.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.ByteArray; // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.panelControl1.Controls.Add(this.txtKeyValue); this.panelControl1.Controls.Add(this.txtTableList); this.panelControl1.Controls.Add(this.chkRowHeight); this.panelControl1.Controls.Add(this.btnEmpty); this.panelControl1.Controls.Add(this.btnQuery); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.txtDateTo); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.txtDateFrom); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1033, 59); this.panelControl1.TabIndex = 1; // // txtKeyValue // this.txtKeyValue.Location = new System.Drawing.Point(78, 31); this.txtKeyValue.Name = "txtKeyValue"; this.txtKeyValue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtKeyValue.Properties.Appearance.Options.UseFont = true; this.txtKeyValue.Size = new System.Drawing.Size(187, 22); this.txtKeyValue.TabIndex = 14; // // txtTableList // this.txtTableList.Location = new System.Drawing.Point(77, 5); this.txtTableList.Name = "txtTableList"; this.txtTableList.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtTableList.Properties.Appearance.Options.UseFont = true; this.txtTableList.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtTableList.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TableName", "表名", 150, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)}); this.txtTableList.Properties.DropDownItemHeight = 25; this.txtTableList.Properties.DropDownRows = 15; this.txtTableList.Properties.NullText = ""; this.txtTableList.Size = new System.Drawing.Size(189, 22); this.txtTableList.TabIndex = 0; // // chkRowHeight // this.chkRowHeight.Location = new System.Drawing.Point(672, 19); this.chkRowHeight.Name = "chkRowHeight"; this.chkRowHeight.Properties.Caption = "自动调整行距"; this.chkRowHeight.Size = new System.Drawing.Size(148, 19); this.chkRowHeight.TabIndex = 13; this.chkRowHeight.CheckedChanged += new System.EventHandler(this.chkRowHeight_CheckedChanged); // // btnEmpty // this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand; this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image"))); this.btnEmpty.Location = new System.Drawing.Point(556, 8); this.btnEmpty.Name = "btnEmpty"; this.btnEmpty.Size = new System.Drawing.Size(93, 42); this.btnEmpty.TabIndex = 5; this.btnEmpty.Text = "清空(&E)"; this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click); // // btnQuery // this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand; this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image"))); this.btnQuery.Location = new System.Drawing.Point(456, 8); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(93, 42); this.btnQuery.TabIndex = 4; this.btnQuery.Text = "查询(&S)"; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(13, 9); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 9; this.labelControl3.Text = "选择表名:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(25, 34); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(48, 14); this.labelControl4.TabIndex = 3; this.labelControl4.Text = "主键值:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(327, 35); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(12, 14); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "至"; // // txtDateTo // this.txtDateTo.EditValue = null; this.txtDateTo.Location = new System.Drawing.Point(345, 30); this.txtDateTo.Name = "txtDateTo"; this.txtDateTo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtDateTo.Properties.Appearance.Options.UseFont = true; this.txtDateTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtDateTo.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtDateTo.Size = new System.Drawing.Size(100, 22); this.txtDateTo.TabIndex = 3; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(285, 8); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "修改日期:"; // // txtDateFrom // this.txtDateFrom.EditValue = null; this.txtDateFrom.Location = new System.Drawing.Point(345, 5); this.txtDateFrom.Name = "txtDateFrom"; this.txtDateFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtDateFrom.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtDateFrom.Size = new System.Drawing.Size(100, 20); this.txtDateFrom.TabIndex = 2; // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.splitContainerControl1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 59); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1033, 541); this.panelControl2.TabIndex = 2; // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Horizontal = false; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.gcSummary); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.gcDetail); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1033, 541); this.splitContainerControl1.SplitterPosition = 287; this.splitContainerControl1.TabIndex = 3; this.splitContainerControl1.Text = "splitContainerControl1"; // // gridColumn1 // this.gridColumn1.Caption = "MACD"; this.gridColumn1.FieldName = "MACD"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 3; this.gridColumn1.Width = 184; // // frmLogEditHistory // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.ClientSize = new System.Drawing.Size(1033, 600); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Name = "frmLogEditHistory"; this.Text = "数据修改日志"; this.Load += new System.EventHandler(this.frmModifyLog_Load); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtKeyValue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTableList.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkRowHeight.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDateTo.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDateTo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDateFrom.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDateFrom.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.DateEdit txtDateTo; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.DateEdit txtDateFrom; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.SimpleButton btnEmpty; private DevExpress.XtraEditors.SimpleButton btnQuery; private DevExpress.XtraGrid.GridControl gcSummary; private DevExpress.XtraGrid.Views.Grid.GridView gvSummary; private DevExpress.XtraGrid.Columns.GridColumn colDocNo; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit1; private DevExpress.XtraGrid.Columns.GridColumn colOPType; private DevExpress.XtraGrid.Columns.GridColumn colLogUser; private DevExpress.XtraGrid.Columns.GridColumn colLogDate; private DevExpress.XtraGrid.Columns.GridColumn colTableName; private DevExpress.XtraGrid.GridControl gcDetail; private DevExpress.XtraGrid.Views.Grid.GridView gvDetail; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit2; private DevExpress.XtraGrid.Columns.GridColumn colD_FieldTitle; private DevExpress.XtraGrid.Columns.GridColumn colD_OldValue; private DevExpress.XtraGrid.Columns.GridColumn colD_NewValue; private DevExpress.XtraGrid.Columns.GridColumn colContent; private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1; private DevExpress.XtraEditors.CheckEdit chkRowHeight; private DevExpress.XtraEditors.LookUpEdit txtTableList; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtKeyValue; private DevExpress.XtraGrid.Columns.GridColumn colFieldName; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; } }