'전체보기' 상태일 때만 그룹헤더의 [Null Balance] 팝업 정보가 표시되도록 변경

This commit is contained in:
shark219-hub
2024-12-09 16:30:30 +09:00
parent 0401f1ddd8
commit ac4448e59e
14 changed files with 1241 additions and 1157 deletions

View File

@@ -33,7 +33,6 @@ namespace vmsnet
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_trend));
this.TabControl1 = new System.Windows.Forms.TabControl();
@@ -46,17 +45,17 @@ namespace vmsnet
this.ccDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.idxDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tidxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bs_Channel = new System.Windows.Forms.BindingSource(this.components);
this.bs_Channel = new System.Windows.Forms.BindingSource();
this.dS1 = new vmsnet.DS1();
this.TabPage2 = new System.Windows.Forms.TabPage();
this.PropertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.ToolTip1 = new System.Windows.Forms.ToolTip();
this.bt_cursor2 = new System.Windows.Forms.Button();
this.bt_cursor1 = new System.Windows.Forms.Button();
this.bt_clear = new System.Windows.Forms.Button();
this.cm_grpmenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cm_grpmenu = new System.Windows.Forms.ContextMenuStrip();
this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.bs_grp = new System.Windows.Forms.BindingSource(this.components);
this.bs_grp = new System.Windows.Forms.BindingSource();
this.Panel1 = new System.Windows.Forms.Panel();
this.dv_grp = new System.Windows.Forms.DataGridView();
this.cnameDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -77,7 +76,7 @@ namespace vmsnet
this.panel6 = new System.Windows.Forms.Panel();
this.cmb_group = new System.Windows.Forms.ComboBox();
this.Label4 = new System.Windows.Forms.Label();
this.ContextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ContextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip();
this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.PrintDocument1 = new System.Drawing.Printing.PrintDocument();