[성현모] TRA HEX 값 표기 수정

This commit is contained in:
SHM
2025-03-20 08:35:24 +09:00
parent b76569d02f
commit 773aa49a27
118 changed files with 172244 additions and 0 deletions

View File

@ -0,0 +1,130 @@
namespace SystemX.Product.TRA.UIControl
{
partial class UcTRADetailOverview
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.gridControlMain = new DevExpress.XtraGrid.GridControl();
this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
this.filterModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.filtrToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.gridControlMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
this.SuspendLayout();
//
// gridControlMain
//
this.gridControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControlMain.Location = new System.Drawing.Point(0, 0);
this.gridControlMain.MainView = this.gridViewMain;
this.gridControlMain.Name = "gridControlMain";
this.gridControlMain.Size = new System.Drawing.Size(1040, 576);
this.gridControlMain.TabIndex = 0;
this.gridControlMain.UseDirectXPaint = DevExpress.Utils.DefaultBoolean.True;
this.gridControlMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridViewMain});
//
// gridViewMain
//
this.gridViewMain.Appearance.FocusedRow.BackColor = System.Drawing.Color.Snow;
this.gridViewMain.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.WhiteSmoke;
this.gridViewMain.Appearance.FocusedRow.BorderColor = System.Drawing.Color.Red;
this.gridViewMain.Appearance.FocusedRow.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold);
this.gridViewMain.Appearance.FocusedRow.ForeColor = System.Drawing.Color.Black;
this.gridViewMain.Appearance.FocusedRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.gridViewMain.Appearance.FocusedRow.Options.UseBackColor = true;
this.gridViewMain.Appearance.FocusedRow.Options.UseBorderColor = true;
this.gridViewMain.Appearance.FocusedRow.Options.UseFont = true;
this.gridViewMain.Appearance.FocusedRow.Options.UseForeColor = true;
this.gridViewMain.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Snow;
this.gridViewMain.Appearance.HideSelectionRow.BackColor2 = System.Drawing.Color.WhiteSmoke;
this.gridViewMain.Appearance.HideSelectionRow.BorderColor = System.Drawing.Color.Red;
this.gridViewMain.Appearance.HideSelectionRow.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold);
this.gridViewMain.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.Black;
this.gridViewMain.Appearance.HideSelectionRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.gridViewMain.Appearance.HideSelectionRow.Options.UseBackColor = true;
this.gridViewMain.Appearance.HideSelectionRow.Options.UseBorderColor = true;
this.gridViewMain.Appearance.HideSelectionRow.Options.UseFont = true;
this.gridViewMain.Appearance.HideSelectionRow.Options.UseForeColor = true;
this.gridViewMain.Appearance.SelectedRow.BackColor = System.Drawing.Color.Snow;
this.gridViewMain.Appearance.SelectedRow.BackColor2 = System.Drawing.Color.WhiteSmoke;
this.gridViewMain.Appearance.SelectedRow.BorderColor = System.Drawing.Color.Red;
this.gridViewMain.Appearance.SelectedRow.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.gridViewMain.Appearance.SelectedRow.ForeColor = System.Drawing.Color.Black;
this.gridViewMain.Appearance.SelectedRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.gridViewMain.Appearance.SelectedRow.Options.UseBackColor = true;
this.gridViewMain.Appearance.SelectedRow.Options.UseBorderColor = true;
this.gridViewMain.Appearance.SelectedRow.Options.UseFont = true;
this.gridViewMain.Appearance.SelectedRow.Options.UseForeColor = true;
this.gridViewMain.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.gridViewMain.GridControl = this.gridControlMain;
this.gridViewMain.Name = "gridViewMain";
this.gridViewMain.OptionsBehavior.Editable = false;
this.gridViewMain.OptionsScrollAnnotations.ShowSelectedRows = DevExpress.Utils.DefaultBoolean.True;
this.gridViewMain.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridViewMain.OptionsSelection.MultiSelect = true;
this.gridViewMain.OptionsView.AllowHtmlDrawGroups = false;
this.gridViewMain.OptionsView.BestFitMode = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Fast;
this.gridViewMain.OptionsView.ShowAutoFilterRow = true;
this.gridViewMain.OptionsView.ShowGroupPanel = false;
this.gridViewMain.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridViewMain_RowClick);
this.gridViewMain.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridViewMain_RowCellClick);
this.gridViewMain.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewMain_RowStyle);
this.gridViewMain.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridViewMain_MouseDown);
//
// filterModeToolStripMenuItem
//
this.filterModeToolStripMenuItem.Name = "filterModeToolStripMenuItem";
this.filterModeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.filterModeToolStripMenuItem.Text = "Merge Mode";
//
// filtrToolStripMenuItem
//
this.filtrToolStripMenuItem.Name = "filtrToolStripMenuItem";
this.filtrToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.filtrToolStripMenuItem.Text = "Filter Row";
//
// UcTRADetailOverview
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.gridControlMain);
this.Name = "UcTRADetailOverview";
this.Size = new System.Drawing.Size(1040, 576);
((System.ComponentModel.ISupportInitialize)(this.gridControlMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStripMenuItem filterModeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem filtrToolStripMenuItem;
private DevExpress.XtraGrid.GridControl gridControlMain;
public DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
}
}