|
@@ -675,6 +675,19 @@ namespace MOKA_Factory_Tools
|
|
|
|
|
|
private void OperationPanel_Load(object sender, EventArgs e)
|
|
|
{
|
|
|
+ #region 研发账号
|
|
|
+ if (CommonMethod.GetLoginAccout().Equals("RD", StringComparison.OrdinalIgnoreCase))
|
|
|
+ {
|
|
|
+ // 修改标题;
|
|
|
+ //this.Text = "研发抄写专用版";
|
|
|
+
|
|
|
+ // 修改底色;
|
|
|
+ this.CaptionBackColorTop = Color.AntiqueWhite;
|
|
|
+ this.CaptionBackColorBottom = Color.Beige;
|
|
|
+ this.BackColor = Color.AliceBlue;
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+
|
|
|
if (midListNow.host == "LocalPC")
|
|
|
{
|
|
|
OrderText.Text = orderNow;
|