- 코드 정리

This commit is contained in:
2017-02-01 09:56:55 +09:00
parent 60a017015f
commit 77c0056a33
3 changed files with 15 additions and 16 deletions

28
ConfigForm.Designer.cs generated
View File

@@ -68,13 +68,13 @@
this.chAnPatent = new System.Windows.Forms.CheckBox();
this.chAnRightsIssue = new System.Windows.Forms.CheckBox();
this.chAnRevenue = new System.Windows.Forms.CheckBox();
this.chAnDartAPI = new System.Windows.Forms.CheckBox();
this.chAnSupply = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.tbAnRevenueRate = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.chAnDartAPI = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox6.SuspendLayout();
@@ -514,6 +514,18 @@
this.chAnRevenue.Text = "영업(잠정)실적";
this.chAnRevenue.UseVisualStyleBackColor = true;
//
// chAnDartAPI
//
this.chAnDartAPI.AutoSize = true;
this.chAnDartAPI.Checked = true;
this.chAnDartAPI.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnDartAPI.Location = new System.Drawing.Point(16, 21);
this.chAnDartAPI.Name = "chAnDartAPI";
this.chAnDartAPI.Size = new System.Drawing.Size(97, 16);
this.chAnDartAPI.TabIndex = 6;
this.chAnDartAPI.Text = "Dart API 요청";
this.chAnDartAPI.UseVisualStyleBackColor = true;
//
// chAnSupply
//
this.chAnSupply.AutoSize = true;
@@ -572,19 +584,7 @@
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(132, 12);
this.label9.TabIndex = 20;
this.label9.Text = "Version : 2017.01.27.01";
//
// chAnDartAPI
//
this.chAnDartAPI.AutoSize = true;
this.chAnDartAPI.Checked = true;
this.chAnDartAPI.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnDartAPI.Location = new System.Drawing.Point(16, 21);
this.chAnDartAPI.Name = "chAnDartAPI";
this.chAnDartAPI.Size = new System.Drawing.Size(97, 16);
this.chAnDartAPI.TabIndex = 6;
this.chAnDartAPI.Text = "Dart API 요청";
this.chAnDartAPI.UseVisualStyleBackColor = true;
this.label9.Text = "Version : 2017.01.31.15";
//
// ConfigForm
//

View File

@@ -80,7 +80,7 @@ namespace NewsCrawler
Create();
string strMessage = string.Format("{0}, {1}, {2}, {3}, {4}, {5}, {6}, {7:n0}, {8:n0}, {9:n2}, {10:n0}, {11:n2}, {12}",
m_strToday, strNewsTime, strResTime, fReqTime, strRef, strTitle, strCodeName,
m_strToday, strNewsTime, strResTime, fReqTime, strRef, strTitle.Replace(",", "\\,"), strCodeName,
iPriceS, iPriceLow, fPriceLowP, iPriceHigh, fPriceHighP, strLink);
File.AppendAllText(m_strFileName, strMessage+Environment.NewLine, new UTF8Encoding(true));

View File

@@ -238,7 +238,6 @@
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
<Content Include="icon1.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>