385 lines
16 KiB
C#
385 lines
16 KiB
C#
namespace MarketWatchNS
|
|
{
|
|
partial class MarketWatch
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MarketWatch));
|
|
this.materialTabSelector1 = new MaterialSkin.Controls.MaterialTabSelector();
|
|
this.materialTabControl1 = new MaterialSkin.Controls.MaterialTabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.lbInfo = new MaterialSkin.Controls.MaterialLabel();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.tbLog = new System.Windows.Forms.RichTextBox();
|
|
this.btCybos = new MaterialSkin.Controls.MaterialRaisedButton();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.materialLabel2 = new MaterialSkin.Controls.MaterialLabel();
|
|
this.btApply = new MaterialSkin.Controls.MaterialFlatButton();
|
|
this.tbCheckTime = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
|
this.materialLabel1 = new MaterialSkin.Controls.MaterialLabel();
|
|
this.materialLabel3 = new MaterialSkin.Controls.MaterialLabel();
|
|
this.lvItems = new MarketWatchNS.ListViewNF();
|
|
this.chSeq = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chCBTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chRecvTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chCodeName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chEvent = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chStartPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chLowPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chLowP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chHighPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.chHighP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.materialTabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// materialTabSelector1
|
|
//
|
|
this.materialTabSelector1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.materialTabSelector1.BaseTabControl = this.materialTabControl1;
|
|
this.materialTabSelector1.Depth = 0;
|
|
this.materialTabSelector1.Location = new System.Drawing.Point(0, 64);
|
|
this.materialTabSelector1.MouseState = MaterialSkin.MouseState.HOVER;
|
|
this.materialTabSelector1.Name = "materialTabSelector1";
|
|
this.materialTabSelector1.Size = new System.Drawing.Size(1074, 49);
|
|
this.materialTabSelector1.TabIndex = 1;
|
|
this.materialTabSelector1.Text = "materialTabSelector1";
|
|
//
|
|
// materialTabControl1
|
|
//
|
|
this.materialTabControl1.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.materialTabControl1.Controls.Add(this.tabPage1);
|
|
this.materialTabControl1.Controls.Add(this.tabPage2);
|
|
this.materialTabControl1.Depth = 0;
|
|
this.materialTabControl1.Location = new System.Drawing.Point(3, 115);
|
|
this.materialTabControl1.MouseState = MaterialSkin.MouseState.HOVER;
|
|
this.materialTabControl1.Name = "materialTabControl1";
|
|
this.materialTabControl1.SelectedIndex = 0;
|
|
this.materialTabControl1.Size = new System.Drawing.Size(1068, 572);
|
|
this.materialTabControl1.TabIndex = 2;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.lbInfo);
|
|
this.tabPage1.Controls.Add(this.splitContainer1);
|
|
this.tabPage1.Controls.Add(this.btCybos);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(1060, 546);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Items";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// lbInfo
|
|
//
|
|
this.lbInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbInfo.AutoSize = true;
|
|
this.lbInfo.Depth = 0;
|
|
this.lbInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
|
this.lbInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.lbInfo.Location = new System.Drawing.Point(827, 6);
|
|
this.lbInfo.MouseState = MaterialSkin.MouseState.HOVER;
|
|
this.lbInfo.Name = "lbInfo";
|
|
this.lbInfo.Size = new System.Drawing.Size(230, 18);
|
|
this.lbInfo.TabIndex = 4;
|
|
this.lbInfo.Text = "00 | 000 | yyyy-MM-dd HH:mm:ss";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 35);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.lvItems);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.tbLog);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1060, 511);
|
|
this.splitContainer1.SplitterDistance = 355;
|
|
this.splitContainer1.TabIndex = 1;
|
|
//
|
|
// tbLog
|
|
//
|
|
this.tbLog.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbLog.Location = new System.Drawing.Point(0, 0);
|
|
this.tbLog.Name = "tbLog";
|
|
this.tbLog.Size = new System.Drawing.Size(1060, 152);
|
|
this.tbLog.TabIndex = 0;
|
|
this.tbLog.Text = "";
|
|
//
|
|
// btCybos
|
|
//
|
|
this.btCybos.AutoSize = true;
|
|
this.btCybos.Depth = 0;
|
|
this.btCybos.Location = new System.Drawing.Point(3, 3);
|
|
this.btCybos.MouseState = MaterialSkin.MouseState.HOVER;
|
|
this.btCybos.Name = "btCybos";
|
|
this.btCybos.Primary = true;
|
|
this.btCybos.Size = new System.Drawing.Size(66, 28);
|
|
this.btCybos.TabIndex = 3;
|
|
this.btCybos.Text = "Cybos";
|
|
this.btCybos.UseVisualStyleBackColor = true;
|
|
this.btCybos.Click += new System.EventHandler(this.btCybos_Click);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.BackColor = System.Drawing.Color.White;
|
|
this.tabPage2.Controls.Add(this.materialLabel2);
|
|
this.tabPage2.Controls.Add(this.btApply);
|
|
this.tabPage2.Controls.Add(this.tbCheckTime);
|
|
this.tabPage2.Controls.Add(this.materialLabel1);
|
|
this.tabPage2.Controls.Add(this.materialLabel3);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(1060, 546);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Preference";
|
|
//
|
|
// materialLabel2
|
|
//
|
|
this.materialLabel2.AutoSize = true;
|
|
this.materialLabel2.Depth = 0;
|
|
this.materialLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
|
this.materialLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.materialLabel2.Location = new System.Drawing.Point(136, 37);
|
|
this.materialLabel2.MouseState = MaterialSkin.MouseState.HOVER;
|
|
this.materialLabel2.Name = "materialLabel2";
|
|
this.materialLabel2.Size = new System.Drawing.Size(36, 18);
|
|
this.materialLabel2.TabIndex = 10;
|
|
this.materialLabel2.Text = "min.";
|
|
//
|
|
// btApply
|
|
//
|
|
this.btApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btApply.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.btApply.Depth = 0;
|
|
this.btApply.Font = new System.Drawing.Font("Malgun Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btApply.Location = new System.Drawing.Point(731, 479);
|
|
this.btApply.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
this.btApply.MinimumSize = new System.Drawing.Size(120, 0);
|
|
this.btApply.MouseState = MaterialSkin.MouseState.HOVER;
|
|
this.btApply.Name = "btApply";
|
|
this.btApply.Primary = false;
|
|
this.btApply.Size = new System.Drawing.Size(120, 36);
|
|
this.btApply.TabIndex = 9;
|
|
this.btApply.Text = "적용";
|
|
this.btApply.UseVisualStyleBackColor = true;
|
|
this.btApply.Click += new System.EventHandler(this.btApply_Click);
|
|
//
|
|
// tbCheckTime
|
|
//
|
|
this.tbCheckTime.Depth = 0;
|
|
this.tbCheckTime.Hint = "";
|
|
this.tbCheckTime.Location = new System.Drawing.Point(109, 37);
|
|
this.tbCheckTime.MouseState = MaterialSkin.MouseState.HOVER;
|
|
this.tbCheckTime.Name = "tbCheckTime";
|
|
this.tbCheckTime.PasswordChar = '\0';
|
|
this.tbCheckTime.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.tbCheckTime.SelectedText = "";
|
|
this.tbCheckTime.SelectionLength = 0;
|
|
this.tbCheckTime.SelectionStart = 0;
|
|
this.tbCheckTime.Size = new System.Drawing.Size(21, 23);
|
|
this.tbCheckTime.TabIndex = 8;
|
|
this.tbCheckTime.Text = "5";
|
|
this.tbCheckTime.UseSystemPasswordChar = false;
|
|
//
|
|
// materialLabel1
|
|
//
|
|
this.materialLabel1.AutoSize = true;
|
|
this.materialLabel1.Depth = 0;
|
|
this.materialLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
|
this.materialLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.materialLabel1.Location = new System.Drawing.Point(6, 37);
|
|
this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER;
|
|
this.materialLabel1.Name = "materialLabel1";
|
|
this.materialLabel1.Size = new System.Drawing.Size(96, 18);
|
|
this.materialLabel1.TabIndex = 7;
|
|
this.materialLabel1.Text = "Check Time :";
|
|
//
|
|
// materialLabel3
|
|
//
|
|
this.materialLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.materialLabel3.AutoSize = true;
|
|
this.materialLabel3.Depth = 0;
|
|
this.materialLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
|
this.materialLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.materialLabel3.Location = new System.Drawing.Point(6, 524);
|
|
this.materialLabel3.MouseState = MaterialSkin.MouseState.HOVER;
|
|
this.materialLabel3.Name = "materialLabel3";
|
|
this.materialLabel3.Size = new System.Drawing.Size(162, 18);
|
|
this.materialLabel3.TabIndex = 6;
|
|
this.materialLabel3.Text = "Version : 2017.02.06.12";
|
|
//
|
|
// lvItems
|
|
//
|
|
this.lvItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.chSeq,
|
|
this.chCBTime,
|
|
this.chRecvTime,
|
|
this.chCode,
|
|
this.chCodeName,
|
|
this.chEvent,
|
|
this.chStartPrice,
|
|
this.chLowPrice,
|
|
this.chLowP,
|
|
this.chHighPrice,
|
|
this.chHighP});
|
|
this.lvItems.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lvItems.FullRowSelect = true;
|
|
this.lvItems.GridLines = true;
|
|
this.lvItems.Location = new System.Drawing.Point(0, 0);
|
|
this.lvItems.Name = "lvItems";
|
|
this.lvItems.Size = new System.Drawing.Size(1060, 355);
|
|
this.lvItems.TabIndex = 0;
|
|
this.lvItems.UseCompatibleStateImageBehavior = false;
|
|
this.lvItems.View = System.Windows.Forms.View.Details;
|
|
this.lvItems.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvItems_ColumnClick);
|
|
//
|
|
// chSeq
|
|
//
|
|
this.chSeq.Text = "Seq.";
|
|
this.chSeq.Width = 39;
|
|
//
|
|
// chCBTime
|
|
//
|
|
this.chCBTime.Text = "시간";
|
|
this.chCBTime.Width = 42;
|
|
//
|
|
// chRecvTime
|
|
//
|
|
this.chRecvTime.Text = "받은 시간";
|
|
this.chRecvTime.Width = 80;
|
|
//
|
|
// chCode
|
|
//
|
|
this.chCode.Text = "코드";
|
|
this.chCode.Width = 73;
|
|
//
|
|
// chCodeName
|
|
//
|
|
this.chCodeName.Text = "종목명";
|
|
this.chCodeName.Width = 102;
|
|
//
|
|
// chEvent
|
|
//
|
|
this.chEvent.Text = "신호";
|
|
this.chEvent.Width = 308;
|
|
//
|
|
// chStartPrice
|
|
//
|
|
this.chStartPrice.Text = "시가";
|
|
this.chStartPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.chStartPrice.Width = 71;
|
|
//
|
|
// chLowPrice
|
|
//
|
|
this.chLowPrice.Text = "저가";
|
|
this.chLowPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chLowP
|
|
//
|
|
this.chLowP.Text = "대비";
|
|
this.chLowP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chHighPrice
|
|
//
|
|
this.chHighPrice.Text = "고가";
|
|
this.chHighPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// chHighP
|
|
//
|
|
this.chHighP.Text = "대비";
|
|
this.chHighP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// MarketWatch
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1074, 690);
|
|
this.Controls.Add(this.materialTabSelector1);
|
|
this.Controls.Add(this.materialTabControl1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "MarketWatch";
|
|
this.Text = "MarketWatch";
|
|
this.materialTabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private MaterialSkin.Controls.MaterialTabSelector materialTabSelector1;
|
|
private MaterialSkin.Controls.MaterialTabControl materialTabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private ListViewNF lvItems;
|
|
private System.Windows.Forms.ColumnHeader chCodeName;
|
|
private System.Windows.Forms.ColumnHeader chStartPrice;
|
|
private System.Windows.Forms.RichTextBox tbLog;
|
|
private MaterialSkin.Controls.MaterialRaisedButton btCybos;
|
|
private System.Windows.Forms.ColumnHeader chCode;
|
|
private MaterialSkin.Controls.MaterialLabel materialLabel3;
|
|
private System.Windows.Forms.ColumnHeader chLowPrice;
|
|
private System.Windows.Forms.ColumnHeader chLowP;
|
|
private System.Windows.Forms.ColumnHeader chHighPrice;
|
|
private System.Windows.Forms.ColumnHeader chHighP;
|
|
private System.Windows.Forms.ColumnHeader chEvent;
|
|
private System.Windows.Forms.ColumnHeader chSeq;
|
|
private System.Windows.Forms.ColumnHeader chCBTime;
|
|
private System.Windows.Forms.ColumnHeader chRecvTime;
|
|
private MaterialSkin.Controls.MaterialLabel lbInfo;
|
|
private MaterialSkin.Controls.MaterialLabel materialLabel2;
|
|
private MaterialSkin.Controls.MaterialFlatButton btApply;
|
|
private MaterialSkin.Controls.MaterialSingleLineTextField tbCheckTime;
|
|
private MaterialSkin.Controls.MaterialLabel materialLabel1;
|
|
}
|
|
} |