Files
upper-limit-crawler/ULWatchForm.Designer.cs

117 lines
4.3 KiB
C#

namespace upper_limit_crawler
{
partial class ULWatchForm
{
/// <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.lvWatch = new System.Windows.Forms.ListView();
this.chOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chCur = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chUp = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chRatio = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chVolume = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chBuy = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chBuyCnt = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.SuspendLayout();
//
// lvWatch
//
this.lvWatch.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chOrder,
this.chName,
this.chCur,
this.chUp,
this.chRatio,
this.chVolume,
this.chBuy,
this.chBuyCnt});
this.lvWatch.Location = new System.Drawing.Point(12, 12);
this.lvWatch.Name = "lvWatch";
this.lvWatch.Size = new System.Drawing.Size(1182, 232);
this.lvWatch.TabIndex = 5;
this.lvWatch.UseCompatibleStateImageBehavior = false;
this.lvWatch.View = System.Windows.Forms.View.Details;
//
// chOrder
//
this.chOrder.Text = "순위";
//
// chName
//
this.chName.Text = "종목명";
//
// chCur
//
this.chCur.Text = "현재가";
//
// chUp
//
this.chUp.Text = "전일대비";
//
// chRatio
//
this.chRatio.Text = "대비율";
//
// chVolume
//
this.chVolume.Text = "거래량";
//
// chBuy
//
this.chBuy.Text = "매수호가";
//
// chBuyCnt
//
this.chBuyCnt.Text = "호가잔량";
//
// ULWatchForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1206, 261);
this.Controls.Add(this.lvWatch);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ULWatchForm";
this.Text = "ULWatchForm";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView lvWatch;
private System.Windows.Forms.ColumnHeader chOrder;
private System.Windows.Forms.ColumnHeader chName;
private System.Windows.Forms.ColumnHeader chCur;
private System.Windows.Forms.ColumnHeader chUp;
private System.Windows.Forms.ColumnHeader chRatio;
private System.Windows.Forms.ColumnHeader chVolume;
private System.Windows.Forms.ColumnHeader chBuy;
private System.Windows.Forms.ColumnHeader chBuyCnt;
}
}