..
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
this.prb1 = new arCtl.arLabel();
|
||||
this.prb3 = new arCtl.arLabel();
|
||||
this.prb2 = new arCtl.arLabel();
|
||||
this.prb4 = new arCtl.arLabel();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
@@ -194,6 +195,7 @@
|
||||
this.tableLayoutPanel1.Controls.Add(this.prb1, 0, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.prb3, 2, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.prb2, 1, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.prb4, 3, 0);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
@@ -237,7 +239,7 @@
|
||||
this.prb1.ProgressPadding = new System.Windows.Forms.Padding(5, 25, 5, 5);
|
||||
this.prb1.ProgressValue = 50F;
|
||||
this.prb1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.prb1.Sign = "담당자 요청";
|
||||
this.prb1.Sign = "구매요청";
|
||||
this.prb1.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.prb1.SignColor = System.Drawing.Color.Black;
|
||||
this.prb1.SignFont = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
@@ -283,7 +285,7 @@
|
||||
this.prb3.ProgressPadding = new System.Windows.Forms.Padding(5, 25, 5, 5);
|
||||
this.prb3.ProgressValue = 50F;
|
||||
this.prb3.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.prb3.Sign = "입고 진행 중";
|
||||
this.prb3.Sign = "구매진행";
|
||||
this.prb3.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.prb3.SignColor = System.Drawing.Color.Black;
|
||||
this.prb3.SignFont = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold);
|
||||
@@ -297,7 +299,7 @@
|
||||
//
|
||||
// prb2
|
||||
//
|
||||
this.prb2.BackColor = System.Drawing.Color.OrangeRed;
|
||||
this.prb2.BackColor = System.Drawing.Color.Gold;
|
||||
this.prb2.BackColor2 = System.Drawing.Color.Orange;
|
||||
this.prb2.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
||||
this.prb2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
|
||||
@@ -330,7 +332,7 @@
|
||||
this.prb2.ProgressPadding = new System.Windows.Forms.Padding(5, 25, 5, 5);
|
||||
this.prb2.ProgressValue = 50F;
|
||||
this.prb2.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.prb2.Sign = "PO 대기";
|
||||
this.prb2.Sign = "발주대기";
|
||||
this.prb2.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.prb2.SignColor = System.Drawing.Color.Black;
|
||||
this.prb2.SignFont = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold);
|
||||
@@ -341,6 +343,52 @@
|
||||
this.prb2.TextShadow = false;
|
||||
this.prb2.TextVisible = true;
|
||||
//
|
||||
// prb4
|
||||
//
|
||||
this.prb4.BackColor = System.Drawing.Color.Tomato;
|
||||
this.prb4.BackColor2 = System.Drawing.Color.Red;
|
||||
this.prb4.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
||||
this.prb4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
|
||||
this.prb4.BorderColorOver = System.Drawing.Color.Red;
|
||||
this.prb4.BorderSize = new System.Windows.Forms.Padding(2, 2, 2, 4);
|
||||
this.prb4.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
||||
this.prb4.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||||
this.prb4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.prb4.Font = new System.Drawing.Font("Consolas", 36F, System.Drawing.FontStyle.Bold);
|
||||
this.prb4.ForeColor = System.Drawing.Color.Black;
|
||||
this.prb4.GradientEnable = true;
|
||||
this.prb4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
||||
this.prb4.GradientRepeatBG = false;
|
||||
this.prb4.isButton = false;
|
||||
this.prb4.Location = new System.Drawing.Point(674, 5);
|
||||
this.prb4.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.prb4.MouseDownColor = System.Drawing.Color.Yellow;
|
||||
this.prb4.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.prb4.msg = null;
|
||||
this.prb4.Name = "prb4";
|
||||
this.prb4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.prb4.ProgressBorderColor = System.Drawing.Color.Black;
|
||||
this.prb4.ProgressColor1 = System.Drawing.Color.Yellow;
|
||||
this.prb4.ProgressColor2 = System.Drawing.Color.Gold;
|
||||
this.prb4.ProgressEnable = false;
|
||||
this.prb4.ProgressFont = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold);
|
||||
this.prb4.ProgressForeColor = System.Drawing.Color.Black;
|
||||
this.prb4.ProgressMax = 100F;
|
||||
this.prb4.ProgressMin = 0F;
|
||||
this.prb4.ProgressPadding = new System.Windows.Forms.Padding(5, 25, 5, 5);
|
||||
this.prb4.ProgressValue = 50F;
|
||||
this.prb4.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
||||
this.prb4.Sign = "수량오류";
|
||||
this.prb4.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.prb4.SignColor = System.Drawing.Color.Black;
|
||||
this.prb4.SignFont = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold);
|
||||
this.prb4.Size = new System.Drawing.Size(216, 82);
|
||||
this.prb4.TabIndex = 32;
|
||||
this.prb4.Text = "0000";
|
||||
this.prb4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.prb4.TextShadow = false;
|
||||
this.prb4.TextVisible = true;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
@@ -1108,7 +1156,7 @@
|
||||
this.Controls.Add(this.bn);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "fPartBuyStatus";
|
||||
this.Text = "파트 구매 현황";
|
||||
this.Text = "CR구매현황";
|
||||
this.Load += new System.EventHandler(this.fPartList_Load);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
@@ -1188,5 +1236,6 @@
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
private System.Windows.Forms.TextBox tbDue;
|
||||
private System.Windows.Forms.LinkLabel linkLabel1;
|
||||
private arCtl.arLabel prb4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user