m_GridCtrl=newwxRadioBox(this,ID_RADIOBOX_GRID_SELECTION,_("Grid Size for Filling:"),wxDefaultPosition,wxDefaultSize,m_GridCtrlNChoices,m_GridCtrlChoices,1,wxRA_SPECIFY_COLS);
m_GridCtrl=newwxRadioBox(this,ID_RADIOBOX_GRID_SELECTION,_("Grid Size for Filling:"),wxDefaultPosition,wxDefaultSize,m_GridCtrlNChoices,m_GridCtrlChoices,1,wxRA_SPECIFY_COLS);
m_PadInZoneOpt=newwxRadioBox(this,wxID_PADS_IN_ZONE_OPTIONS,_("Pad in Zone:"),wxDefaultPosition,wxDefaultSize,m_PadInZoneOptNChoices,m_PadInZoneOptChoices,1,wxRA_SPECIFY_COLS);
m_AntipadSizeValue->SetToolTip(_("Define the gap around the pad"));
m_ShowFilledAreasInSketchOpt->SetToolTip(_("If enabled, filled areas in is this zone will be displayed as non filled polygons.\nIf disabled, filled areas in is this zone will be displayed as \"solid\" areas (normal mode)."));
m_ShowFilledAreasInSketchOpt=newwxCheckBox(this,wxID_ANY,_("Show filled areas in sketch mode"),wxDefaultPosition,wxDefaultSize,0);
m_ShowFilledAreasInSketchOpt->SetToolTip(_("If enabled, filled areas in is this zone will be displayed as non filled polygons.\nIf disabled, filled areas in is this zone will be displayed as \"solid\" areas (normal mode)."));
@@ -92,7 +100,7 @@ class dialog_copper_zone_frame : public wxDialog
...
@@ -92,7 +100,7 @@ class dialog_copper_zone_frame : public wxDialog
public:
public:
dialog_copper_zone_frame(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Fill Zones Options"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(452,493),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
dialog_copper_zone_frame(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Fill Zones Options"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(545,493),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);