Commit 3ee55dd0 LN

1

1 个父辈 63172ea2
......@@ -137,10 +137,10 @@
<DependentUpon>FrmUpdatePwd.cs</DependentUpon>
</Compile>
<Compile Include="FormManager.cs" />
<Compile Include="FrmAddBoard.cs">
<Compile Include="frmBoard\FrmAddBoard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmAddBoard.Designer.cs">
<Compile Include="frmBoard\FrmAddBoard.Designer.cs">
<DependentUpon>FrmAddBoard.cs</DependentUpon>
</Compile>
<Compile Include="FrmAddCom.cs">
......@@ -155,16 +155,16 @@
<Compile Include="FrmBase.Designer.cs">
<DependentUpon>FrmBase.cs</DependentUpon>
</Compile>
<Compile Include="FrmBoardInfo.cs">
<Compile Include="frmBoard\FrmBoardInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmBoardInfo.Designer.cs">
<Compile Include="frmBoard\FrmBoardInfo.Designer.cs">
<DependentUpon>FrmBoardInfo.cs</DependentUpon>
</Compile>
<Compile Include="FrmBoardList.cs">
<Compile Include="frmBoard\FrmBoardList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmBoardList.Designer.cs">
<Compile Include="frmBoard\FrmBoardList.Designer.cs">
<DependentUpon>FrmBoardList.cs</DependentUpon>
</Compile>
<Compile Include="FrmHistory.cs">
......@@ -179,10 +179,10 @@
<Compile Include="FrmHistorySearch.Designer.cs">
<DependentUpon>FrmHistorySearch.cs</DependentUpon>
</Compile>
<Compile Include="FrmImageViewer.cs">
<Compile Include="frmBoard\FrmImageViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmImageViewer.Designer.cs">
<Compile Include="frmBoard\FrmImageViewer.Designer.cs">
<DependentUpon>FrmImageViewer.cs</DependentUpon>
</Compile>
<Compile Include="FrmLogin.cs">
......@@ -309,10 +309,10 @@
<Compile Include="workForm\FrmTSAV.Designer.cs">
<DependentUpon>FrmTSAV.cs</DependentUpon>
</Compile>
<Compile Include="FrmPointInfo.cs">
<Compile Include="frmBoard\FrmPointInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmPointInfo.Designer.cs">
<Compile Include="frmBoard\FrmPointInfo.Designer.cs">
<DependentUpon>FrmPointInfo.cs</DependentUpon>
</Compile>
<Compile Include="workForm\FrmWorkCount.cs">
......@@ -345,7 +345,7 @@
<EmbeddedResource Include="deviceDebug\FrmUpdatePwd.resx">
<DependentUpon>FrmUpdatePwd.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmAddBoard.resx">
<EmbeddedResource Include="frmBoard\FrmAddBoard.resx">
<DependentUpon>FrmAddBoard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmAddCom.resx">
......@@ -355,11 +355,11 @@
<DependentUpon>FrmBase.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmBoardInfo.resx">
<EmbeddedResource Include="frmBoard\FrmBoardInfo.resx">
<DependentUpon>FrmBoardInfo.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmBoardList.resx">
<EmbeddedResource Include="frmBoard\FrmBoardList.resx">
<DependentUpon>FrmBoardList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmBoard\FrmCalibrate.resx">
......@@ -371,7 +371,7 @@
<EmbeddedResource Include="FrmHistorySearch.resx">
<DependentUpon>FrmHistorySearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmImageViewer.resx">
<EmbeddedResource Include="frmBoard\FrmImageViewer.resx">
<DependentUpon>FrmImageViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmLogin.resx">
......@@ -440,7 +440,7 @@
<EmbeddedResource Include="workForm\FrmTSAV.resx">
<DependentUpon>FrmTSAV.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmPointInfo.resx">
<EmbeddedResource Include="frmBoard\FrmPointInfo.resx">
<DependentUpon>FrmPointInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="workForm\FrmWorkCount.resx">
......
......@@ -67,6 +67,7 @@
this.groupBox_new = new System.Windows.Forms.GroupBox();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.groupBoxSelCom.SuspendLayout();
this.groupBox_new.SuspendLayout();
this.SuspendLayout();
......@@ -341,6 +342,7 @@
//
// groupBoxSelCom
//
this.groupBoxSelCom.Controls.Add(this.radioButton1);
this.groupBoxSelCom.Controls.Add(this.likSelCsvFile);
this.groupBoxSelCom.Controls.Add(this.likDownFile);
this.groupBoxSelCom.Controls.Add(this.rdbUpload);
......@@ -483,6 +485,17 @@
this.linkLabel2.Text = "选择Gerber文件";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(7, 271);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(80, 21);
this.radioButton1.TabIndex = 302;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "BOM上传";
this.radioButton1.UseVisualStyleBackColor = true;
//
// FrmAddBoard
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
......@@ -548,5 +561,6 @@
private System.Windows.Forms.GroupBox groupBox_new;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.LinkLabel linkLabel3;
private System.Windows.Forms.RadioButton radioButton1;
}
}
\ No newline at end of file
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!