12 lines
466 B
XML
12 lines
466 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!-- User application and configured property settings go here.-->
|
|
<!-- Example: <add key="settingName" value="settingValue"/> -->
|
|
<add key="checkedListBox.ColumnWidth" value="616" />
|
|
<add key="checkedListBox.TabIndex" value="10" />
|
|
<add key="button1.Text" value="Add" />
|
|
<add key="textBox1.Text" value="" />
|
|
<add key="textBox2.Text" value="" />
|
|
</appSettings>
|
|
</configuration> |