- 매수주문 호가 단위로
This commit is contained in:
212
NewsForm.Designer.cs
generated
212
NewsForm.Designer.cs
generated
@@ -30,19 +30,6 @@
|
||||
{
|
||||
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();
|
||||
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.tbLog = new System.Windows.Forms.RichTextBox();
|
||||
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.chBuy = new System.Windows.Forms.CheckBox();
|
||||
this.cbPriceCheck = new System.Windows.Forms.CheckBox();
|
||||
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()));
|
||||
@@ -57,6 +44,19 @@
|
||||
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()));
|
||||
this.statusBar = new System.Windows.Forms.StatusStrip();
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.tbLog = new System.Windows.Forms.RichTextBox();
|
||||
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.chBuy = new System.Windows.Forms.CheckBox();
|
||||
this.cbPriceCheck = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
@@ -85,6 +85,99 @@
|
||||
this.splitContainer1.SplitterDistance = 587;
|
||||
this.splitContainer1.TabIndex = 2;
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// statusBar
|
||||
//
|
||||
this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
@@ -213,99 +306,6 @@
|
||||
this.cbPriceCheck.Text = "가격 체크";
|
||||
this.cbPriceCheck.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// 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);
|
||||
|
||||
Reference in New Issue
Block a user