- 키워드 검색, 종목 찾기 추가
- 거부종목, 중복종목, 수동종목 추가
This commit is contained in:
267
NewsForm.Designer.cs
generated
Normal file
267
NewsForm.Designer.cs
generated
Normal file
@@ -0,0 +1,267 @@
|
||||
namespace NewsCrawler
|
||||
{
|
||||
partial class NewsForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if(disposing&&(components!=null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.lvList = new System.Windows.Forms.ListView();
|
||||
this.chTime = ((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.chCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chReference = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chLink = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.wbView = new System.Windows.Forms.WebBrowser();
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.chAutoReload = new System.Windows.Forms.CheckBox();
|
||||
this.chAutoSelect = new System.Windows.Forms.CheckBox();
|
||||
this.tbInterval = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.btnConfig = new System.Windows.Forms.Button();
|
||||
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
||||
this.tbLog = new System.Windows.Forms.RichTextBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
this.splitContainer1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
||||
this.splitContainer2.Panel1.SuspendLayout();
|
||||
this.splitContainer2.Panel2.SuspendLayout();
|
||||
this.splitContainer2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lvList
|
||||
//
|
||||
this.lvList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
this.chTime,
|
||||
this.chTitle,
|
||||
this.chCodeName,
|
||||
this.chCode,
|
||||
this.chReference,
|
||||
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(862, 123);
|
||||
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.SelectedIndexChanged += new System.EventHandler(this.lvList_SelectedIndexChanged);
|
||||
//
|
||||
// chTime
|
||||
//
|
||||
this.chTime.Text = "시간";
|
||||
//
|
||||
// chTitle
|
||||
//
|
||||
this.chTitle.Text = "제목";
|
||||
this.chTitle.Width = 366;
|
||||
//
|
||||
// chCodeName
|
||||
//
|
||||
this.chCodeName.Text = "종목명";
|
||||
//
|
||||
// chCode
|
||||
//
|
||||
this.chCode.Text = "종목코드";
|
||||
//
|
||||
// chReference
|
||||
//
|
||||
this.chReference.Text = "출처";
|
||||
this.chReference.Width = 72;
|
||||
//
|
||||
// chLink
|
||||
//
|
||||
this.chLink.Text = "링크";
|
||||
this.chLink.Width = 241;
|
||||
//
|
||||
// wbView
|
||||
//
|
||||
this.wbView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.wbView.Location = new System.Drawing.Point(0, 0);
|
||||
this.wbView.MinimumSize = new System.Drawing.Size(20, 20);
|
||||
this.wbView.Name = "wbView";
|
||||
this.wbView.Size = new System.Drawing.Size(862, 507);
|
||||
this.wbView.TabIndex = 1;
|
||||
//
|
||||
// splitContainer1
|
||||
//
|
||||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainer1.Name = "splitContainer1";
|
||||
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||||
//
|
||||
// splitContainer1.Panel1
|
||||
//
|
||||
this.splitContainer1.Panel1.Controls.Add(this.lvList);
|
||||
//
|
||||
// splitContainer1.Panel2
|
||||
//
|
||||
this.splitContainer1.Panel2.Controls.Add(this.wbView);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(862, 634);
|
||||
this.splitContainer1.SplitterDistance = 123;
|
||||
this.splitContainer1.TabIndex = 2;
|
||||
//
|
||||
// chAutoReload
|
||||
//
|
||||
this.chAutoReload.AutoSize = true;
|
||||
this.chAutoReload.Checked = true;
|
||||
this.chAutoReload.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chAutoReload.Location = new System.Drawing.Point(3, 4);
|
||||
this.chAutoReload.Name = "chAutoReload";
|
||||
this.chAutoReload.Size = new System.Drawing.Size(76, 16);
|
||||
this.chAutoReload.TabIndex = 3;
|
||||
this.chAutoReload.Text = "자동 갱신";
|
||||
this.chAutoReload.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chAutoSelect
|
||||
//
|
||||
this.chAutoSelect.AutoSize = true;
|
||||
this.chAutoSelect.Checked = true;
|
||||
this.chAutoSelect.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chAutoSelect.Location = new System.Drawing.Point(85, 4);
|
||||
this.chAutoSelect.Name = "chAutoSelect";
|
||||
this.chAutoSelect.Size = new System.Drawing.Size(76, 16);
|
||||
this.chAutoSelect.TabIndex = 4;
|
||||
this.chAutoSelect.Text = "자동 선택";
|
||||
this.chAutoSelect.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tbInterval
|
||||
//
|
||||
this.tbInterval.Location = new System.Drawing.Point(226, 2);
|
||||
this.tbInterval.Name = "tbInterval";
|
||||
this.tbInterval.Size = new System.Drawing.Size(42, 21);
|
||||
this.tbInterval.TabIndex = 5;
|
||||
this.tbInterval.Text = "0.5초";
|
||||
this.tbInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.tbInterval.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbInterval_KeyPress);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(167, 5);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(53, 12);
|
||||
this.label1.TabIndex = 6;
|
||||
this.label1.Text = "갱신주기";
|
||||
//
|
||||
// btnConfig
|
||||
//
|
||||
this.btnConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnConfig.Location = new System.Drawing.Point(788, 1);
|
||||
this.btnConfig.Name = "btnConfig";
|
||||
this.btnConfig.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnConfig.TabIndex = 7;
|
||||
this.btnConfig.Text = "설정";
|
||||
this.btnConfig.UseVisualStyleBackColor = true;
|
||||
this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
|
||||
//
|
||||
// splitContainer2
|
||||
//
|
||||
this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.splitContainer2.Location = new System.Drawing.Point(1, 26);
|
||||
this.splitContainer2.Name = "splitContainer2";
|
||||
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||||
//
|
||||
// splitContainer2.Panel1
|
||||
//
|
||||
this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
|
||||
//
|
||||
// splitContainer2.Panel2
|
||||
//
|
||||
this.splitContainer2.Panel2.Controls.Add(this.tbLog);
|
||||
this.splitContainer2.Size = new System.Drawing.Size(862, 803);
|
||||
this.splitContainer2.SplitterDistance = 634;
|
||||
this.splitContainer2.TabIndex = 8;
|
||||
//
|
||||
// tbLog
|
||||
//
|
||||
this.tbLog.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.tbLog.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tbLog.Location = new System.Drawing.Point(0, 0);
|
||||
this.tbLog.Name = "tbLog";
|
||||
this.tbLog.ReadOnly = true;
|
||||
this.tbLog.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
|
||||
this.tbLog.Size = new System.Drawing.Size(862, 165);
|
||||
this.tbLog.TabIndex = 0;
|
||||
this.tbLog.Text = "";
|
||||
//
|
||||
// NewsForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(864, 829);
|
||||
this.Controls.Add(this.splitContainer2);
|
||||
this.Controls.Add(this.btnConfig);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.tbInterval);
|
||||
this.Controls.Add(this.chAutoSelect);
|
||||
this.Controls.Add(this.chAutoReload);
|
||||
this.Name = "NewsForm";
|
||||
this.Text = "News Crawler";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NewsForm_FormClosing);
|
||||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
this.splitContainer2.Panel1.ResumeLayout(false);
|
||||
this.splitContainer2.Panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
||||
this.splitContainer2.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.ListView lvList;
|
||||
private System.Windows.Forms.ColumnHeader chTime;
|
||||
private System.Windows.Forms.ColumnHeader chTitle;
|
||||
private System.Windows.Forms.ColumnHeader chCodeName;
|
||||
private System.Windows.Forms.ColumnHeader chCode;
|
||||
private System.Windows.Forms.ColumnHeader chReference;
|
||||
private System.Windows.Forms.ColumnHeader chLink;
|
||||
private System.Windows.Forms.WebBrowser wbView;
|
||||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||||
private System.Windows.Forms.CheckBox chAutoReload;
|
||||
private System.Windows.Forms.CheckBox chAutoSelect;
|
||||
private System.Windows.Forms.TextBox tbInterval;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Button btnConfig;
|
||||
private System.Windows.Forms.SplitContainer splitContainer2;
|
||||
private System.Windows.Forms.RichTextBox tbLog;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user