|
@@ -67,6 +67,16 @@
|
|
|
this.skinLabel10 = new CCWin.SkinControl.SkinLabel();
|
|
|
this.skinGroupBox2 = new CCWin.SkinControl.SkinGroupBox();
|
|
|
this.skinPanel1 = new CCWin.SkinControl.SkinPanel();
|
|
|
+ this.m_readEDIDName = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.m_checkEDIDName = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.m_writeEDIDName = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.skinLabel26 = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.WriteEDIDName = new CCWin.SkinControl.SkinCheckBox();
|
|
|
+ this.m_readEDIDPID = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.m_checkEDIDPID = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.m_writeEDIDPID = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.skinLabel21 = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.WriteEDIDPID = new CCWin.SkinControl.SkinCheckBox();
|
|
|
this.m_readPSN = new CCWin.SkinControl.SkinLabel();
|
|
|
this.m_checkPSN = new CCWin.SkinControl.SkinLabel();
|
|
|
this.m_writePSN = new CCWin.SkinControl.SkinLabel();
|
|
@@ -180,6 +190,16 @@
|
|
|
this.SNText = new CCWin.SkinControl.SkinWaterTextBox();
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
|
+ this.m_readACASKey = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.m_checkACASKey = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.m_writeACASKey = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.ACASKeyCount = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.WriteACASKey = new CCWin.SkinControl.SkinCheckBox();
|
|
|
+ this.m_readACASID = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.skinLabel24 = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.skinLabel27 = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.skinLabel28 = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.WriteACASID = new CCWin.SkinControl.SkinCheckBox();
|
|
|
this.skinGroupBox1.SuspendLayout();
|
|
|
this.skinGroupBox2.SuspendLayout();
|
|
|
this.skinPanel1.SuspendLayout();
|
|
@@ -535,6 +555,26 @@
|
|
|
//
|
|
|
resources.ApplyResources(this.skinPanel1, "skinPanel1");
|
|
|
this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.skinPanel1.Controls.Add(this.m_readACASID);
|
|
|
+ this.skinPanel1.Controls.Add(this.skinLabel24);
|
|
|
+ this.skinPanel1.Controls.Add(this.skinLabel27);
|
|
|
+ this.skinPanel1.Controls.Add(this.skinLabel28);
|
|
|
+ this.skinPanel1.Controls.Add(this.WriteACASID);
|
|
|
+ this.skinPanel1.Controls.Add(this.m_readACASKey);
|
|
|
+ this.skinPanel1.Controls.Add(this.m_checkACASKey);
|
|
|
+ this.skinPanel1.Controls.Add(this.m_writeACASKey);
|
|
|
+ this.skinPanel1.Controls.Add(this.ACASKeyCount);
|
|
|
+ this.skinPanel1.Controls.Add(this.WriteACASKey);
|
|
|
+ this.skinPanel1.Controls.Add(this.m_readEDIDName);
|
|
|
+ this.skinPanel1.Controls.Add(this.m_checkEDIDName);
|
|
|
+ this.skinPanel1.Controls.Add(this.m_writeEDIDName);
|
|
|
+ this.skinPanel1.Controls.Add(this.skinLabel26);
|
|
|
+ this.skinPanel1.Controls.Add(this.WriteEDIDName);
|
|
|
+ this.skinPanel1.Controls.Add(this.m_readEDIDPID);
|
|
|
+ this.skinPanel1.Controls.Add(this.m_checkEDIDPID);
|
|
|
+ this.skinPanel1.Controls.Add(this.m_writeEDIDPID);
|
|
|
+ this.skinPanel1.Controls.Add(this.skinLabel21);
|
|
|
+ this.skinPanel1.Controls.Add(this.WriteEDIDPID);
|
|
|
this.skinPanel1.Controls.Add(this.m_readPSN);
|
|
|
this.skinPanel1.Controls.Add(this.m_checkPSN);
|
|
|
this.skinPanel1.Controls.Add(this.m_writePSN);
|
|
@@ -646,6 +686,90 @@
|
|
|
this.skinPanel1.Name = "skinPanel1";
|
|
|
this.skinPanel1.NormlBack = null;
|
|
|
//
|
|
|
+ // m_readEDIDName
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_readEDIDName, "m_readEDIDName");
|
|
|
+ this.m_readEDIDName.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_readEDIDName.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_readEDIDName.Name = "m_readEDIDName";
|
|
|
+ //
|
|
|
+ // m_checkEDIDName
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_checkEDIDName, "m_checkEDIDName");
|
|
|
+ this.m_checkEDIDName.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_checkEDIDName.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_checkEDIDName.Name = "m_checkEDIDName";
|
|
|
+ //
|
|
|
+ // m_writeEDIDName
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_writeEDIDName, "m_writeEDIDName");
|
|
|
+ this.m_writeEDIDName.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_writeEDIDName.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_writeEDIDName.Name = "m_writeEDIDName";
|
|
|
+ //
|
|
|
+ // skinLabel26
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.skinLabel26, "skinLabel26");
|
|
|
+ this.skinLabel26.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.skinLabel26.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.skinLabel26.Name = "skinLabel26";
|
|
|
+ //
|
|
|
+ // WriteEDIDName
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.WriteEDIDName, "WriteEDIDName");
|
|
|
+ this.WriteEDIDName.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.WriteEDIDName.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
|
+ this.WriteEDIDName.DownBack = null;
|
|
|
+ this.WriteEDIDName.MouseBack = null;
|
|
|
+ this.WriteEDIDName.Name = "WriteEDIDName";
|
|
|
+ this.WriteEDIDName.NormlBack = null;
|
|
|
+ this.WriteEDIDName.SelectedDownBack = null;
|
|
|
+ this.WriteEDIDName.SelectedMouseBack = null;
|
|
|
+ this.WriteEDIDName.SelectedNormlBack = null;
|
|
|
+ this.WriteEDIDName.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // m_readEDIDPID
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_readEDIDPID, "m_readEDIDPID");
|
|
|
+ this.m_readEDIDPID.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_readEDIDPID.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_readEDIDPID.Name = "m_readEDIDPID";
|
|
|
+ //
|
|
|
+ // m_checkEDIDPID
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_checkEDIDPID, "m_checkEDIDPID");
|
|
|
+ this.m_checkEDIDPID.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_checkEDIDPID.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_checkEDIDPID.Name = "m_checkEDIDPID";
|
|
|
+ //
|
|
|
+ // m_writeEDIDPID
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_writeEDIDPID, "m_writeEDIDPID");
|
|
|
+ this.m_writeEDIDPID.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_writeEDIDPID.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_writeEDIDPID.Name = "m_writeEDIDPID";
|
|
|
+ //
|
|
|
+ // skinLabel21
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.skinLabel21, "skinLabel21");
|
|
|
+ this.skinLabel21.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.skinLabel21.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.skinLabel21.Name = "skinLabel21";
|
|
|
+ //
|
|
|
+ // WriteEDIDPID
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.WriteEDIDPID, "WriteEDIDPID");
|
|
|
+ this.WriteEDIDPID.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.WriteEDIDPID.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
|
+ this.WriteEDIDPID.DownBack = null;
|
|
|
+ this.WriteEDIDPID.MouseBack = null;
|
|
|
+ this.WriteEDIDPID.Name = "WriteEDIDPID";
|
|
|
+ this.WriteEDIDPID.NormlBack = null;
|
|
|
+ this.WriteEDIDPID.SelectedDownBack = null;
|
|
|
+ this.WriteEDIDPID.SelectedMouseBack = null;
|
|
|
+ this.WriteEDIDPID.SelectedNormlBack = null;
|
|
|
+ this.WriteEDIDPID.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
// m_readPSN
|
|
|
//
|
|
|
resources.ApplyResources(this.m_readPSN, "m_readPSN");
|
|
@@ -1577,6 +1701,90 @@
|
|
|
this.timer1.Interval = 1000;
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
//
|
|
|
+ // m_readACASKey
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_readACASKey, "m_readACASKey");
|
|
|
+ this.m_readACASKey.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_readACASKey.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_readACASKey.Name = "m_readACASKey";
|
|
|
+ //
|
|
|
+ // m_checkACASKey
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_checkACASKey, "m_checkACASKey");
|
|
|
+ this.m_checkACASKey.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_checkACASKey.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_checkACASKey.Name = "m_checkACASKey";
|
|
|
+ //
|
|
|
+ // m_writeACASKey
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_writeACASKey, "m_writeACASKey");
|
|
|
+ this.m_writeACASKey.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_writeACASKey.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_writeACASKey.Name = "m_writeACASKey";
|
|
|
+ //
|
|
|
+ // ACASKeyCount
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.ACASKeyCount, "ACASKeyCount");
|
|
|
+ this.ACASKeyCount.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.ACASKeyCount.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.ACASKeyCount.Name = "ACASKeyCount";
|
|
|
+ //
|
|
|
+ // WriteACASKey
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.WriteACASKey, "WriteACASKey");
|
|
|
+ this.WriteACASKey.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.WriteACASKey.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
|
+ this.WriteACASKey.DownBack = null;
|
|
|
+ this.WriteACASKey.MouseBack = null;
|
|
|
+ this.WriteACASKey.Name = "WriteACASKey";
|
|
|
+ this.WriteACASKey.NormlBack = null;
|
|
|
+ this.WriteACASKey.SelectedDownBack = null;
|
|
|
+ this.WriteACASKey.SelectedMouseBack = null;
|
|
|
+ this.WriteACASKey.SelectedNormlBack = null;
|
|
|
+ this.WriteACASKey.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // m_readACASID
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.m_readACASID, "m_readACASID");
|
|
|
+ this.m_readACASID.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.m_readACASID.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.m_readACASID.Name = "m_readACASID";
|
|
|
+ //
|
|
|
+ // skinLabel24
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.skinLabel24, "skinLabel24");
|
|
|
+ this.skinLabel24.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.skinLabel24.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.skinLabel24.Name = "skinLabel24";
|
|
|
+ //
|
|
|
+ // skinLabel27
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.skinLabel27, "skinLabel27");
|
|
|
+ this.skinLabel27.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.skinLabel27.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.skinLabel27.Name = "skinLabel27";
|
|
|
+ //
|
|
|
+ // skinLabel28
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.skinLabel28, "skinLabel28");
|
|
|
+ this.skinLabel28.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.skinLabel28.BorderColor = System.Drawing.Color.White;
|
|
|
+ this.skinLabel28.Name = "skinLabel28";
|
|
|
+ //
|
|
|
+ // WriteACASID
|
|
|
+ //
|
|
|
+ resources.ApplyResources(this.WriteACASID, "WriteACASID");
|
|
|
+ this.WriteACASID.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.WriteACASID.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
|
+ this.WriteACASID.DownBack = null;
|
|
|
+ this.WriteACASID.MouseBack = null;
|
|
|
+ this.WriteACASID.Name = "WriteACASID";
|
|
|
+ this.WriteACASID.NormlBack = null;
|
|
|
+ this.WriteACASID.SelectedDownBack = null;
|
|
|
+ this.WriteACASID.SelectedMouseBack = null;
|
|
|
+ this.WriteACASID.SelectedNormlBack = null;
|
|
|
+ this.WriteACASID.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
// OperationPanel
|
|
|
//
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
@@ -1757,5 +1965,25 @@
|
|
|
private CCWin.SkinControl.SkinLabel m_writePSN;
|
|
|
private CCWin.SkinControl.SkinLabel skinLabel20;
|
|
|
private CCWin.SkinControl.SkinCheckBox WritePSN;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_readEDIDName;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_checkEDIDName;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_writeEDIDName;
|
|
|
+ private CCWin.SkinControl.SkinLabel skinLabel26;
|
|
|
+ private CCWin.SkinControl.SkinCheckBox WriteEDIDName;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_readEDIDPID;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_checkEDIDPID;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_writeEDIDPID;
|
|
|
+ private CCWin.SkinControl.SkinLabel skinLabel21;
|
|
|
+ private CCWin.SkinControl.SkinCheckBox WriteEDIDPID;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_readACASID;
|
|
|
+ private CCWin.SkinControl.SkinLabel skinLabel24;
|
|
|
+ private CCWin.SkinControl.SkinLabel skinLabel27;
|
|
|
+ private CCWin.SkinControl.SkinLabel skinLabel28;
|
|
|
+ private CCWin.SkinControl.SkinCheckBox WriteACASID;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_readACASKey;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_checkACASKey;
|
|
|
+ private CCWin.SkinControl.SkinLabel m_writeACASKey;
|
|
|
+ private CCWin.SkinControl.SkinLabel ACASKeyCount;
|
|
|
+ private CCWin.SkinControl.SkinCheckBox WriteACASKey;
|
|
|
}
|
|
|
}
|