- 코드 정리
This commit is contained in:
28
ConfigForm.Designer.cs
generated
28
ConfigForm.Designer.cs
generated
@@ -68,13 +68,13 @@
|
|||||||
this.chAnPatent = new System.Windows.Forms.CheckBox();
|
this.chAnPatent = new System.Windows.Forms.CheckBox();
|
||||||
this.chAnRightsIssue = new System.Windows.Forms.CheckBox();
|
this.chAnRightsIssue = new System.Windows.Forms.CheckBox();
|
||||||
this.chAnRevenue = 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.chAnSupply = new System.Windows.Forms.CheckBox();
|
||||||
this.label7 = new System.Windows.Forms.Label();
|
this.label7 = new System.Windows.Forms.Label();
|
||||||
this.tbAnRevenueRate = new System.Windows.Forms.TextBox();
|
this.tbAnRevenueRate = new System.Windows.Forms.TextBox();
|
||||||
this.label6 = new System.Windows.Forms.Label();
|
this.label6 = new System.Windows.Forms.Label();
|
||||||
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
|
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
|
||||||
this.label9 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
||||||
this.chAnDartAPI = new System.Windows.Forms.CheckBox();
|
|
||||||
this.groupBox1.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
||||||
this.groupBox2.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
||||||
this.groupBox6.SuspendLayout();
|
this.groupBox6.SuspendLayout();
|
||||||
@@ -514,6 +514,18 @@
|
|||||||
this.chAnRevenue.Text = "영업(잠정)실적";
|
this.chAnRevenue.Text = "영업(잠정)실적";
|
||||||
this.chAnRevenue.UseVisualStyleBackColor = true;
|
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
|
// chAnSupply
|
||||||
//
|
//
|
||||||
this.chAnSupply.AutoSize = true;
|
this.chAnSupply.AutoSize = true;
|
||||||
@@ -572,19 +584,7 @@
|
|||||||
this.label9.Name = "label9";
|
this.label9.Name = "label9";
|
||||||
this.label9.Size = new System.Drawing.Size(132, 12);
|
this.label9.Size = new System.Drawing.Size(132, 12);
|
||||||
this.label9.TabIndex = 20;
|
this.label9.TabIndex = 20;
|
||||||
this.label9.Text = "Version : 2017.01.27.01";
|
this.label9.Text = "Version : 2017.01.31.15";
|
||||||
//
|
|
||||||
// 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;
|
|
||||||
//
|
//
|
||||||
// ConfigForm
|
// ConfigForm
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ namespace NewsCrawler
|
|||||||
Create();
|
Create();
|
||||||
|
|
||||||
string strMessage = string.Format("{0}, {1}, {2}, {3}, {4}, {5}, {6}, {7:n0}, {8:n0}, {9:n2}, {10:n0}, {11:n2}, {12}",
|
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);
|
iPriceS, iPriceLow, fPriceLowP, iPriceHigh, fPriceHighP, strLink);
|
||||||
File.AppendAllText(m_strFileName, strMessage+Environment.NewLine, new UTF8Encoding(true));
|
File.AppendAllText(m_strFileName, strMessage+Environment.NewLine, new UTF8Encoding(true));
|
||||||
|
|
||||||
|
|||||||
@@ -238,7 +238,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="icon.ico" />
|
<Content Include="icon.ico" />
|
||||||
<Content Include="icon1.ico" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user