- 아이콘 추가

This commit is contained in:
2017-01-30 03:59:52 +09:00
parent a5d25b41fc
commit 60a017015f
6 changed files with 6286 additions and 102 deletions

View File

@@ -74,6 +74,8 @@
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnYes);
this.Name = "ModelessPopup";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "수동종목";
this.ResumeLayout(false);
this.PerformLayout();

View File

@@ -67,6 +67,9 @@
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="HtmlAgilityPack">
<HintPath>HtmlAgility\HtmlAgilityPack.dll</HintPath>
@@ -233,6 +236,10 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
<Content Include="icon1.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if NOT "$(ConfigurationName)" == "Release" (goto :nocopy)

206
NewsForm.Designer.cs generated
View File

@@ -28,19 +28,7 @@
/// </summary>
private void InitializeComponent()
{
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()));
this.chResT = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chReference = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chResponseT = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceS = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceLow = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceLowP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceHigh = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceHighP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chLink = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewsForm));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.statusBar = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
@@ -56,7 +44,20 @@
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()));
this.chResT = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chResponseT = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chReference = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chCodeName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceS = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceLow = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceLowP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceHigh = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chPriceHighP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chLink = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
@@ -64,95 +65,6 @@
this.statusBar.SuspendLayout();
this.SuspendLayout();
//
// lvList
//
this.lvList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chId,
this.chTime,
this.chResT,
this.chResponseT,
this.chReference,
this.chTitle,
this.chCodeName,
this.chPriceS,
this.chPriceLow,
this.chPriceLowP,
this.chPriceHigh,
this.chPriceHighP,
this.chLink});
this.lvList.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvList.FullRowSelect = true;
this.lvList.GridLines = true;
this.lvList.HideSelection = false;
this.lvList.Location = new System.Drawing.Point(0, 0);
this.lvList.MultiSelect = false;
this.lvList.Name = "lvList";
this.lvList.Size = new System.Drawing.Size(1412, 587);
this.lvList.TabIndex = 0;
this.lvList.UseCompatibleStateImageBehavior = false;
this.lvList.View = System.Windows.Forms.View.Details;
this.lvList.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvList_ColumnClick);
this.lvList.DoubleClick += new System.EventHandler(this.lvList_DoubleClick);
//
// chId
//
this.chId.Text = "ID";
this.chId.Width = 29;
//
// chTime
//
this.chTime.Text = "기사 시간";
//
// chResT
//
this.chResT.Text = "받은 시간";
this.chResT.Width = 66;
//
// chReference
//
this.chReference.Text = "출처";
this.chReference.Width = 72;
//
// chTitle
//
this.chTitle.Text = "제목";
this.chTitle.Width = 366;
//
// chResponseT
//
this.chResponseT.Text = "요청 시간";
this.chResponseT.Width = 69;
//
// chPriceS
//
this.chPriceS.Text = "시가";
this.chPriceS.Width = 65;
//
// chPriceLow
//
this.chPriceLow.Text = "최저가";
this.chPriceLow.Width = 61;
//
// chPriceLowP
//
this.chPriceLowP.Text = "대비";
this.chPriceLowP.Width = 33;
//
// chPriceHigh
//
this.chPriceHigh.Text = "최고가";
this.chPriceHigh.Width = 58;
//
// chPriceHighP
//
this.chPriceHighP.Text = "대비";
this.chPriceHighP.Width = 35;
//
// chLink
//
this.chLink.Text = "링크";
this.chLink.Width = 241;
//
// splitContainer1
//
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
@@ -310,10 +222,99 @@
this.materialContextMenuStrip1.Name = "materialContextMenuStrip1";
this.materialContextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// lvList
//
this.lvList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chId,
this.chTime,
this.chResT,
this.chResponseT,
this.chReference,
this.chTitle,
this.chCodeName,
this.chPriceS,
this.chPriceLow,
this.chPriceLowP,
this.chPriceHigh,
this.chPriceHighP,
this.chLink});
this.lvList.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvList.FullRowSelect = true;
this.lvList.GridLines = true;
this.lvList.HideSelection = false;
this.lvList.Location = new System.Drawing.Point(0, 0);
this.lvList.MultiSelect = false;
this.lvList.Name = "lvList";
this.lvList.Size = new System.Drawing.Size(1412, 587);
this.lvList.TabIndex = 0;
this.lvList.UseCompatibleStateImageBehavior = false;
this.lvList.View = System.Windows.Forms.View.Details;
this.lvList.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvList_ColumnClick);
this.lvList.DoubleClick += new System.EventHandler(this.lvList_DoubleClick);
//
// chId
//
this.chId.Text = "ID";
this.chId.Width = 29;
//
// chTime
//
this.chTime.Text = "기사 시간";
//
// chResT
//
this.chResT.Text = "받은 시간";
this.chResT.Width = 66;
//
// chResponseT
//
this.chResponseT.Text = "요청 시간";
this.chResponseT.Width = 69;
//
// chReference
//
this.chReference.Text = "출처";
this.chReference.Width = 72;
//
// chTitle
//
this.chTitle.Text = "제목";
this.chTitle.Width = 366;
//
// chCodeName
//
this.chCodeName.Text = "종목명";
//
// chPriceS
//
this.chPriceS.Text = "시가";
this.chPriceS.Width = 65;
//
// chPriceLow
//
this.chPriceLow.Text = "최저가";
this.chPriceLow.Width = 61;
//
// chPriceLowP
//
this.chPriceLowP.Text = "대비";
this.chPriceLowP.Width = 33;
//
// chPriceHigh
//
this.chPriceHigh.Text = "최고가";
this.chPriceHigh.Width = 58;
//
// chPriceHighP
//
this.chPriceHighP.Text = "대비";
this.chPriceHighP.Width = 35;
//
// chLink
//
this.chLink.Text = "링크";
this.chLink.Width = 241;
//
// NewsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -327,6 +328,7 @@
this.Controls.Add(this.tbInterval);
this.Controls.Add(this.chAutoSelect);
this.Controls.Add(this.chAutoReload);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "NewsForm";
this.Text = "News Crawler";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NewsForm_FormClosing);

File diff suppressed because it is too large Load Diff

BIN
Resource/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB