143 lines
4.9 KiB
C#
143 lines
4.9 KiB
C#
namespace upper_limit_crawler
|
|
{
|
|
partial class ULMonitorDlg
|
|
{
|
|
/// <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.chCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chCurPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chComp = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chCompRate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chVolume = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chBidPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chBidCnt = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chPrevClosing = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.SuspendLayout();
|
|
//
|
|
// lvWatch
|
|
//
|
|
this.lvWatch.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.lvWatch.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.chOrder,
|
|
this.chCode,
|
|
this.chName,
|
|
this.chCurPrice,
|
|
this.chComp,
|
|
this.chCompRate,
|
|
this.chVolume,
|
|
this.chBidPrice,
|
|
this.chBidCnt,
|
|
this.chPrevClosing});
|
|
this.lvWatch.FullRowSelect = true;
|
|
this.lvWatch.GridLines = true;
|
|
this.lvWatch.Location = new System.Drawing.Point(12, 12);
|
|
this.lvWatch.Name = "lvWatch";
|
|
this.lvWatch.Size = new System.Drawing.Size(826, 296);
|
|
this.lvWatch.TabIndex = 5;
|
|
this.lvWatch.UseCompatibleStateImageBehavior = false;
|
|
this.lvWatch.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// chOrder
|
|
//
|
|
this.chOrder.Text = "순위";
|
|
//
|
|
// chCode
|
|
//
|
|
this.chCode.Text = "종목코드";
|
|
//
|
|
// chName
|
|
//
|
|
this.chName.Text = "종목명";
|
|
//
|
|
// chCurPrice
|
|
//
|
|
this.chCurPrice.Text = "현재가";
|
|
this.chCurPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chComp
|
|
//
|
|
this.chComp.Text = "전일대비";
|
|
this.chComp.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chCompRate
|
|
//
|
|
this.chCompRate.Text = "대비율";
|
|
this.chCompRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chVolume
|
|
//
|
|
this.chVolume.Text = "거래량";
|
|
this.chVolume.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chBidPrice
|
|
//
|
|
this.chBidPrice.Text = "매수호가";
|
|
this.chBidPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chBidCnt
|
|
//
|
|
this.chBidCnt.Text = "호가잔량";
|
|
this.chBidCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chPrevClosing
|
|
//
|
|
this.chPrevClosing.Text = "전일종가";
|
|
//
|
|
// ULMonitorDlg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(850, 320);
|
|
this.Controls.Add(this.lvWatch);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "ULMonitorDlg";
|
|
this.Text = "ULMonitorDlg";
|
|
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 chCurPrice;
|
|
private System.Windows.Forms.ColumnHeader chComp;
|
|
private System.Windows.Forms.ColumnHeader chCompRate;
|
|
private System.Windows.Forms.ColumnHeader chVolume;
|
|
private System.Windows.Forms.ColumnHeader chBidPrice;
|
|
private System.Windows.Forms.ColumnHeader chBidCnt;
|
|
private System.Windows.Forms.ColumnHeader chCode;
|
|
private System.Windows.Forms.ColumnHeader chPrevClosing;
|
|
}
|
|
} |