- 설정 저장

- 체크 이후 색상 변환
This commit is contained in:
2017-02-05 13:55:18 +09:00
parent 93e1b71a6e
commit f6781a44b5
5 changed files with 293 additions and 121 deletions

110
MarketWatch.Designer.cs generated
View File

@@ -32,10 +32,15 @@
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()));
@@ -49,7 +54,6 @@
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.lbInfo = new MaterialSkin.Controls.MaterialLabel();
this.materialTabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
@@ -100,6 +104,20 @@
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)
@@ -146,6 +164,10 @@
// 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";
@@ -154,6 +176,67 @@
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)));
@@ -166,7 +249,7 @@
this.materialLabel3.Name = "materialLabel3";
this.materialLabel3.Size = new System.Drawing.Size(162, 18);
this.materialLabel3.TabIndex = 6;
this.materialLabel3.Text = "Version : 2017.02.01.09";
this.materialLabel3.Text = "Version : 2017.02.03.11";
//
// lvItems
//
@@ -201,17 +284,17 @@
// chCBTime
//
this.chCBTime.Text = "시간";
this.chCBTime.Width = 37;
this.chCBTime.Width = 42;
//
// chRecvTime
//
this.chRecvTime.Text = "받은 시간";
this.chRecvTime.Width = 66;
this.chRecvTime.Width = 80;
//
// chCode
//
this.chCode.Text = "코드";
this.chCode.Width = 71;
this.chCode.Width = 73;
//
// chCodeName
//
@@ -249,19 +332,6 @@
this.chHighP.Text = "대비";
this.chHighP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// 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("Roboto", 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(1007, 6);
this.lbInfo.MouseState = MaterialSkin.MouseState.HOVER;
this.lbInfo.Name = "lbInfo";
this.lbInfo.Size = new System.Drawing.Size(0, 19);
this.lbInfo.TabIndex = 4;
//
// MarketWatch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -307,5 +377,9 @@
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;
}
}