- Excel 저장

- MaterialSkin 제거
This commit is contained in:
2017-02-01 11:21:21 +09:00
parent 77c0056a33
commit 4809d5ccbe
12 changed files with 65426 additions and 102 deletions

10
NewsForm.Designer.cs generated
View File

@@ -43,7 +43,6 @@
this.btnConfig = new System.Windows.Forms.Button();
this.chBuy = new System.Windows.Forms.CheckBox();
this.cbPriceCheck = new System.Windows.Forms.CheckBox();
this.materialContextMenuStrip1 = new MaterialSkin.Controls.MaterialContextMenuStrip();
this.lvList = new NewsCrawler.ListViewNF();
this.chId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -214,14 +213,6 @@
this.cbPriceCheck.Text = "가격 체크";
this.cbPriceCheck.UseVisualStyleBackColor = true;
//
// materialContextMenuStrip1
//
this.materialContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.materialContextMenuStrip1.Depth = 0;
this.materialContextMenuStrip1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialContextMenuStrip1.Name = "materialContextMenuStrip1";
this.materialContextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// lvList
//
this.lvList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
@@ -374,7 +365,6 @@
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
private System.Windows.Forms.ColumnHeader chCodeName;
private MaterialSkin.Controls.MaterialContextMenuStrip materialContextMenuStrip1;
}
}