개정판 498f0fc9
issue #771 Public Symbol Place, Register, Rename, Remove 추가
KCOM/Controls/Symbol.xaml | ||
---|---|---|
110 | 110 |
<ColumnDefinition Width="3*"/> |
111 | 111 |
<ColumnDefinition Width="3*"/> |
112 | 112 |
</Grid.ColumnDefinitions> |
113 |
<Button Content="Place" Click="Place_Symbol_Public" Grid.Column="0" Margin="5,0,0,0" FontWeight="Normal" Padding="5" Background="#3d3d3d" Foreground="White"/> |
|
114 |
<!-- |
|
113 |
<Button Content="Place" Click="Place_Symbol_Public" Grid.Column="0" Margin="5,0,0,0" FontWeight="Normal" Padding="5" Background="#3d3d3d" Foreground="White"/> |
|
115 | 114 |
<Button Content="Register" Grid.Column="1" Click="Create_Symbol" Margin="5,0,0,0" FontWeight="Normal" Padding="5" Background="#3d3d3d" Foreground="White"/> |
116 |
<Button Content="Rename" Grid.Column="2" Click="Rename_Symbol" Margin="5,0,0,0" FontWeight="Normal" Padding="5" Background="#3d3d3d" Foreground="White"/> |
|
117 |
<Button Content="Remove" Grid.Column="3" Click="Remove_Symbol" Margin="5,0,0,0" FontWeight="Normal" Padding="5" Background="#3d3d3d" Foreground="White"/>-->
|
|
115 |
<Button Content="Rename" Grid.Column="2" Click="Rename_Symbol_Public" Margin="5,0,0,0" FontWeight="Normal" Padding="5" Background="#3d3d3d" Foreground="White"/>
|
|
116 |
<Button Content="Remove" Grid.Column="3" Click="Remove_Symbol_Public" Margin="5,0,0,0" FontWeight="Normal" Padding="5" Background="#3d3d3d" Foreground="White"/>
|
|
118 | 117 |
</Grid> |
119 | 118 |
<Grid Margin="0,10"> |
120 | 119 |
<Grid.ColumnDefinitions> |
내보내기 Unified diff